blob: 2d3b66ab33735e6980ea80f732a1d14c9c437c11 [file] [log] [blame]
Zack Williams121fd1a2018-07-20 06:50:07 -07001---
2# verification jobs for 'voltha-helm' repo
3
4- project:
5 name: voltha-helm
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-helm-jobs':
10 branch-regexp: '{modern-branches-regexp}'
11
12- job-group:
13 name: 'verify-voltha-helm-jobs'
14 jobs:
15 - 'verify-licensed'
16 - 'verify-helm-lint':
17 dependency-jobs: 'verify_voltha-helm_licensed'
18 - 'verify-sonarqube':
19 dependency-jobs: 'verify_voltha-helm_helm-lint'
20 - 'api-test':
21 dependency-jobs: 'verify_voltha-helm_sonarqube'
22 pipeline_script: 'chart-api-test-helm.groovy'
23