blob: eafc6b14159df1074961864f79c682fb5b88fdab [file] [log] [blame]
Zack Williams02f995f2019-02-07 09:49:23 -07001---
2# verification jobs for 'voltha-protos' repo
3
4- project:
5 name: voltha-protos
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-protos-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070010 branch-regexp: '{all-branches-regexp}'
Zack Williamsc231e7c2019-03-05 11:20:27 -070011 - 'post-merge-voltha-protos-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070012 branch-regexp: '{all-branches-regexp}'
Zack Williamsc231e7c2019-03-05 11:20:27 -070013 pypi-index: 'pypi'
Zack Williams96fecf02019-03-27 13:52:01 -070014 pypi-prep-commands: 'make python-protos'
Zack Williamsc231e7c2019-03-05 11:20:27 -070015
16- job-group:
Andy Bavierf534a3d2020-03-07 14:03:35 -070017 name: 'verify-voltha-protos-jobs'
18 jobs:
19 - 'verify-licensed'
20 - 'tag-collision-reject':
21 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070022 build-node: 'ubuntu18.04-basebuild-2c-4g'
Andy Bavierf534a3d2020-03-07 14:03:35 -070023 build-timeout: 20
24 unit-test-targets: 'test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050025 unit-test-keep-going: 'false'
Andy Bavierf534a3d2020-03-07 14:03:35 -070026
27- job-group:
Zack Williamsc231e7c2019-03-05 11:20:27 -070028 name: 'post-merge-voltha-protos-jobs'
29 jobs:
30 - 'pypi-publish':
31 project-regexp: '^{name}$'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070032 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050033
34# [EOF]