Zack Williams | be54231 | 2022-06-23 21:51:32 -0700 | [diff] [blame] | 1 | --- |
| 2 | # SPDX-FileCopyrightText: 2022 Open Networking Foundation <info@opennetworking.org> |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | # These are the CORD specific helm charts |
| 6 | |
| 7 | - project: |
| 8 | name: helm-charts |
| 9 | project: '{name}' |
| 10 | project-regexp: '^{name}$' |
| 11 | branch-regexp: '{modern-branches-regexp}' |
| 12 | |
| 13 | jobs: |
| 14 | - 'verify-licensed' |
| 15 | - 'tag-check' |
| 16 | - 'helm-lint': |
| 17 | branch-regexp: '{modern-branches-regexp}' |
| 18 | - 'version-tag' |
| 19 | - 'publish-helm-repo' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 20 | |
| 21 | # [EOF] |