blob: 3aad4a1c531082ee79419e85a08241747121c58c [file] [log] [blame]
Kailash Khalasi52f01bd2018-05-31 12:55:22 -07001---
2# verification jobs for 'vsg-hw' repo
3
4- project:
5 name: vsg-hw
6 project: '{name}'
7
8 jobs:
9 - 'verify-vsg-hw-jobs':
10 branch-regexp: '{supported-branches-regexp}'
11
12- job-group:
13 name: 'verify-vsg-hw-jobs'
14 jobs:
15 - 'verify-licensed'
16 - 'verify-sonarqube':
17 dependency-jobs: 'verify_vsg-hw_licensed'
18 - 'xos-unit-test':
19 dependency-jobs: 'verify_vsg-hw_sonarqube'
20 - 'api-test':
21 dependency-jobs: 'verify_vsg-hw_unit-test'
22 pipeline_script: 'all-xos-api-test-helm.groovy'
23
24