blob: f0f48a2b974e91a0d08f11d60849ac894333eeae [file] [log] [blame]
Zack Williamsa179b4a2019-05-10 09:22:40 -07001---
2# verification jobs for 'voltha-helm-charts' repo
3
4- project:
5 name: voltha-helm-charts
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-helm-charts-jobs':
10 branch-regexp: '{modern-branches-regexp}'
11
12- job-group:
13 name: 'verify-voltha-helm-charts-jobs'
14 jobs:
15 - 'verify-licensed'
16 - 'tag-collision-reject':
17 dependency-jobs: 'verify_voltha-helm-charts_licensed'
18 - 'verify-helm-lint':
19 dependency-jobs: 'verify_voltha-helm-charts_tag-collision'
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -070020 - 'voltha-patch-test':
Andy Bavierb0ec44e2019-10-18 16:44:31 -070021 dependency-jobs: 'verify_voltha-helm-charts_helm-lint'
Andy Bavier5f4b2fa2019-10-03 07:48:49 -070022 build-timeout: 20
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -070023 pipeline: 'voltha-bbsim-tests.groovy'
Zack Williamsa179b4a2019-05-10 09:22:40 -070024