blob: 06aa4ce187c2dff55e3ebc4b1d813ff245cb9faf [file] [log] [blame]
Zack Williamsa179b4a2019-05-10 09:22:40 -07001---
Joey Armstrong518f3572024-02-11 07:56:25 -05002# SPDX-FileCopyrightText: 2023-2024 Open Networking Foundation (ONF) and the ONF Contributors
Zack Williamsbe542312022-06-23 21:51:32 -07003# SPDX-License-Identifier: Apache-2.0
Zack Williamsa179b4a2019-05-10 09:22:40 -07004
5- project:
6 name: voltha-helm-charts
7 project: '{name}'
Zack Williamsbe542312022-06-23 21:51:32 -07008 project-regexp: '^{name}$'
Zack Williamsa179b4a2019-05-10 09:22:40 -07009
10 jobs:
11 - 'verify-voltha-helm-charts-jobs':
Andy Baviera654abd2020-04-03 12:43:54 -070012 branch-regexp: '{all-branches-regexp}'
Eric Ball0d5a51a2025-01-22 16:55:16 -080013 - 'verify-voltha-helm-charts-jobs-voltha-2.13':
14 name-extension: '-voltha-2.13'
15 override-branch: 'voltha-2.13'
16 branch-regexp: '^voltha-2.13$'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050017 - 'verify-voltha-helm-charts-jobs-voltha-2.11':
18 name-extension: '-voltha-2.11'
19 override-branch: 'voltha-2.11'
20 branch-regexp: '^voltha-2.11$'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080021 - 'verify-voltha-helm-charts-jobs-master':
22 branch-regexp: '^master$'
Zack Williamsa179b4a2019-05-10 09:22:40 -070023
24- job-group:
25 name: 'verify-voltha-helm-charts-jobs'
26 jobs:
27 - 'verify-licensed'
Zack Williamsbe542312022-06-23 21:51:32 -070028 - 'tag-check'
29 - 'helm-lint'
30 - 'version-tag'
31 - 'publish-helm-repo'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080032
33- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040034 name: 'verify-voltha-helm-charts-jobs-master'
35 jobs:
36 - 'voltha-patch-test'
Joey Armstrongdaa1f0a2024-04-03 18:07:59 -040037
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040038- job-group:
Eric Ball0d5a51a2025-01-22 16:55:16 -080039 name: 'verify-voltha-helm-charts-jobs-voltha-2.13'
40 jobs:
41 - 'voltha-patch-test':
42 pipeline-script: 'voltha/bbsim-tests.groovy'
43 pipeline-branch: 'voltha-2.13'
44
45- job-group:
Joey Armstrong1a2ee172023-01-27 17:20:37 -050046 name: 'verify-voltha-helm-charts-jobs-voltha-2.11'
47 jobs:
48 - 'voltha-patch-test':
49 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020050 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050051
Joey Armstrongaf679da2023-01-31 14:22:41 -050052# [EOF]