blob: ab60dfc73effee3194eb82cffe8f376af68ba368 [file] [log] [blame]
Zack Williamsd1ba6412019-08-28 11:18:32 -07001---
2# verification jobs for 'bbsim' repo
3
4- project:
5 name: bbsim
6 project: '{name}'
7
8 jobs:
9 - 'verify-bbsim-jobs':
10 branch-regexp: '{all-branches-regexp}'
11 - 'publish-bbsim-jobs':
12 branch-regexp: '{all-branches-regexp}'
13
14- job-group:
15 name: 'verify-bbsim-jobs'
16 jobs:
17 - 'verify-licensed'
18 - 'tag-collision-reject':
19 dependency-jobs: 'verify_bbsim_licensed'
20 - 'make-unit-test':
Zack Williams1e08ca0d2019-09-23 14:04:29 -070021 build-node: 'ubuntu16.04-basebuild-1c-2g'
Zack Williamsd1ba6412019-08-28 11:18:32 -070022 dest-gopath: "github.com/opencord"
Matteo Scandoloaf4d0492019-10-21 10:50:32 -070023 unit-test-targets: 'test'
Zack Williamsd1ba6412019-08-28 11:18:32 -070024 unit-test-keep-going: 'true'
25
26- job-group:
27 name: 'publish-bbsim-jobs'
28 jobs:
29 - 'docker-publish':
30 docker-repo: 'voltha'
31 dependency-jobs: 'version-tag'
Matteo Scandolob50daac2019-10-22 16:45:47 -070032 - 'github-release':
33 dependency-jobs: 'version-tag'
34 github-organization: 'opencord'
35 artifact-glob: 'release/*'