blob: e9ac0608ff909c09fd6cc5f6119acf9141a1d8f9 [file] [log] [blame]
Zack Williams3bc832a2019-08-21 14:45:23 -07001---
2# verification jobs for 'voltctl' repo
3
4- project:
5 name: voltctl
6 project: '{name}'
7
8 dest-gopath: "github.com/opencord"
9
10 jobs:
11 - 'verify-voltctl-jobs':
12 branch-regexp: '{supported-branches-regexp}'
13 - 'post-submit-voltctl-jobs':
14 branch-regexp: '{supported-branches-regexp}'
15
16- job-group:
17 name: 'verify-voltctl-jobs'
18 jobs:
19 - 'verify-licensed'
20 - 'tag-collision-reject':
21 dependency-jobs: 'verify_voltctl_licensed'
22 - 'make-unit-test':
23 unit-test-targets: 'lint test'
24 unit-test-keep-going: 'true'
25 dependency-jobs: 'verify_voltctl_tag-collision'
26
27- job-group:
28 name: 'post-submit-voltctl-jobs'
29 jobs:
30 - 'github-release':
31 dependency-jobs: 'version-tag'
32 github-organization: 'opencord'
33 artifact-glob: 'release/*'