blob: 2a63d1cffee0afe3650a7b4bf23e5b7635d12437 [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}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040013 - 'verify-voltha-helm-charts-jobs-voltha-2.12':
14 name-extension: '-voltha-2.12'
15 override-branch: 'voltha-2.12'
16 branch-regexp: '^voltha-2.12$'
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:
39 name: 'verify-voltha-helm-charts-jobs-voltha-2.12'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080040 jobs:
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -070041 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050042 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020043 pipeline-branch: 'voltha-2.12'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080044
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]