blob: c22a46a3eaef37b01feb3d231bc857b467c41925 [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'
Andy Bavierf534a3d2020-03-07 14:03:35 -070020 - 'make-unit-test':
Eric Ball7afb22d2026-04-14 14:33:33 -070021 build-node: 'ubuntu22.04-basebuild-4c-8g'
Andy Bavierf534a3d2020-03-07 14:03:35 -070022 build-timeout: 20
23 unit-test-targets: 'test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050024 unit-test-keep-going: 'false'
Andy Bavierf534a3d2020-03-07 14:03:35 -070025
26- job-group:
Zack Williamsc231e7c2019-03-05 11:20:27 -070027 name: 'post-merge-voltha-protos-jobs'
28 jobs:
29 - 'pypi-publish':
30 project-regexp: '^{name}$'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070031 dependency-jobs: 'version-tag_wildcard'
Eric Ball2ab0bb72026-02-05 18:50:16 -080032 build-node: ubuntu22.04-basebuild-4c-8g
Joey Armstrongaf679da2023-01-31 14:22:41 -050033
34# [EOF]