blob: ead09efc174caf9df266cde12c79ebb7b3f15b5a [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':
Zack Williamsddaf98e2020-02-19 09:58:51 -070023 unit-test-targets: 'lint sca test'
Zack Williams3bc832a2019-08-21 14:45:23 -070024 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':
Zack Williams773766d2019-12-12 15:43:41 -070031 build-node: 'ubuntu16.04-basebuild-2c-4g'
Zack Williams3bc832a2019-08-21 14:45:23 -070032 dependency-jobs: 'version-tag'
33 github-organization: 'opencord'
34 artifact-glob: 'release/*'