blob: 480ad86e70da02901b06c69b52cecb2b7063b750 [file] [log] [blame]
Zack Williamse5278262019-05-07 15:23:24 -07001---
2# verification jobs for 'cordctl' repo
3
4- project:
5 name: cordctl
6 project: '{name}'
7
8 jobs:
9 - 'verify-cordctl-jobs':
10 branch-regexp: '{supported-branches-regexp}'
11
12- job-group:
13 name: 'verify-cordctl-jobs'
14 jobs:
15 - 'verify-licensed'
16 - 'tag-collision-reject':
17 dependency-jobs: 'verify_cordctl_licensed'
18 - 'make-unit-test':
19 dest-gopath: "github.com/opencord"
20 unit-test-targets: 'lint test'
21 unit-test-keep-going: 'true'
22 dependency-jobs: 'verify_cordctl_tag-collision'