blob: aa824a860109a266955f78955e5350a94bea0409 [file] [log] [blame]
Zack Williams8717b862018-06-29 16:06:47 -07001---
2# verification jobs for 'xos-rest-gw' repo
3
4- project:
5 name: xos-rest-gw
6 project: '{name}'
7
8 jobs:
9 - 'verify-xos-rest-gw-jobs':
10 branch-regexp: '{supported-branches-regexp}'
Zack Williams599f6b72019-04-16 17:05:34 -070011 - 'publish-xos-rest-gw-jobs'
Zack Williams8717b862018-06-29 16:06:47 -070012
13- job-group:
14 name: 'verify-xos-rest-gw-jobs'
15 jobs:
16 - 'verify-licensed'
17 - 'tag-collision-reject':
18 dependency-jobs: 'verify_xos-rest-gw_licensed'
Zack Williams8717b862018-06-29 16:06:47 -070019 - 'xos-rest-gw-unit':
Zack Williamsad92e6e2020-10-07 09:54:10 -070020 dependency-jobs: 'verify_xos-rest-gw_tag-collision'
Zack Williams599f6b72019-04-16 17:05:34 -070021
22- job-group:
23 name: 'publish-xos-rest-gw-jobs'
24 jobs:
25 - 'docker-publish':
Joey Armstrongca4cb462023-01-12 17:51:05 -050026 maintainers: "onf-bat-admin@opennetworking.org"
Zack Williams599f6b72019-04-16 17:05:34 -070027 docker-repo: 'xosproject'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070028 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050029
30# [EOF]