blob: c4fabd660e49498da83612779441981a47bc7bb5 [file] [log] [blame]
Zack Williams7693b2d2019-05-14 21:49:14 -07001---
2# verification jobs for 'voltha-onos' repo
3
4- project:
5 name: voltha-onos
6 project: '{name}'
7
8 jobs:
Matteo Scandolo43023a52020-02-13 14:09:52 -08009 - 'verify-voltha-onos-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070010 branch-regexp: '{all-branches-regexp}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040011 - 'verify-voltha-onos-jobs-master':
12 branch-regexp: '^master$'
Eric Ballc03e6f82025-08-07 15:06:12 -070013 - 'verify-voltha-onos-jobs-voltha-2.14':
14 name-extension: '-voltha-2.14'
15 override-branch: 'voltha-2.14'
16 branch-regexp: '^voltha-2.14$'
Zack Williams7693b2d2019-05-14 21:49:14 -070017 - 'publish-voltha-onos-jobs':
Matteo Scandolo43023a52020-02-13 14:09:52 -080018 branch-regexp: '{all-branches-regexp}'
Zack Williams7693b2d2019-05-14 21:49:14 -070019
20- job-group:
Matteo Scandolo43023a52020-02-13 14:09:52 -080021 name: 'verify-voltha-onos-jobs'
Zack Williams7693b2d2019-05-14 21:49:14 -070022 jobs:
23 - 'verify-licensed'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080024
25- job-group:
Eric Ballc03e6f82025-08-07 15:06:12 -070026 name: 'verify-voltha-onos-jobs-voltha-2.14'
Eric Ball0d5a51a2025-01-22 16:55:16 -080027 jobs:
28 - 'voltha-patch-test':
29 pipeline-script: 'voltha/bbsim-tests.groovy'
Eric Ballc03e6f82025-08-07 15:06:12 -070030 pipeline-branch: 'voltha-2.14'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040031
Zack Williams7693b2d2019-05-14 21:49:14 -070032- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080033 name: 'verify-voltha-onos-jobs-master'
34 jobs:
35 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070036 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo512ff262021-06-07 17:11:48 +020037 # the unit test job will fail on all the branches that are not "master" as the "make test"
38 # target was not available
39 - 'make-unit-test':
40 unit-test-targets: 'test'
41 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080042
43- job-group:
Zack Williams7693b2d2019-05-14 21:49:14 -070044 name: 'publish-voltha-onos-jobs'
45 jobs:
46 - 'docker-publish':
47 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070048 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050049
50# [EOF]