blob: ce896ab9760571ba1b51e2070d07b3caef0de45b [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 Armstrong0eb8bd82023-07-10 13:26:25 -040017 - 'verify-voltha-helm-charts-jobs-voltha-2.12':
18 name-extension: '-voltha-2.12'
19 override-branch: 'voltha-2.12'
20 branch-regexp: '^voltha-2.12$'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050021 - 'verify-voltha-helm-charts-jobs-voltha-2.11':
22 name-extension: '-voltha-2.11'
23 override-branch: 'voltha-2.11'
24 branch-regexp: '^voltha-2.11$'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080025 - 'verify-voltha-helm-charts-jobs-master':
26 branch-regexp: '^master$'
Zack Williamsa179b4a2019-05-10 09:22:40 -070027
28- job-group:
29 name: 'verify-voltha-helm-charts-jobs'
30 jobs:
31 - 'verify-licensed'
Zack Williamsbe542312022-06-23 21:51:32 -070032 - 'tag-check'
33 - 'helm-lint'
34 - 'version-tag'
35 - 'publish-helm-repo'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080036
37- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040038 name: 'verify-voltha-helm-charts-jobs-master'
39 jobs:
40 - 'voltha-patch-test'
Joey Armstrongdaa1f0a2024-04-03 18:07:59 -040041
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040042- job-group:
Eric Ball0d5a51a2025-01-22 16:55:16 -080043 name: 'verify-voltha-helm-charts-jobs-voltha-2.13'
44 jobs:
45 - 'voltha-patch-test':
46 pipeline-script: 'voltha/bbsim-tests.groovy'
47 pipeline-branch: 'voltha-2.13'
48
49- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040050 name: 'verify-voltha-helm-charts-jobs-voltha-2.12'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080051 jobs:
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -070052 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050053 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020054 pipeline-branch: 'voltha-2.12'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080055
56- job-group:
Joey Armstrong1a2ee172023-01-27 17:20:37 -050057 name: 'verify-voltha-helm-charts-jobs-voltha-2.11'
58 jobs:
59 - 'voltha-patch-test':
60 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020061 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050062
Joey Armstrongaf679da2023-01-31 14:22:41 -050063# [EOF]