blob: 68c648b0bb251b82034121f7eeb2dcb96674088d [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$'
13 - 'verify-voltha-onos-jobs-voltha-2.12':
14 name-extension: '-voltha-2.12'
15 override-branch: 'voltha-2.12'
16 branch-regexp: '^voltha-2.12$'
Joey Armstronga516c322023-01-25 17:40:42 -050017 - 'verify-voltha-onos-jobs-voltha-2.11':
18 name-extension: '-voltha-2.11'
19 override-branch: 'voltha-2.11'
20 branch-regexp: '^voltha-2.11$'
Zack Williams7693b2d2019-05-14 21:49:14 -070021 - 'publish-voltha-onos-jobs':
Matteo Scandolo43023a52020-02-13 14:09:52 -080022 branch-regexp: '{all-branches-regexp}'
Zack Williams7693b2d2019-05-14 21:49:14 -070023
24- job-group:
Matteo Scandolo43023a52020-02-13 14:09:52 -080025 name: 'verify-voltha-onos-jobs'
Zack Williams7693b2d2019-05-14 21:49:14 -070026 jobs:
27 - 'verify-licensed'
28 - 'tag-collision-reject':
29 dependency-jobs: 'verify_voltha-onos_licensed'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080030
31- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040032 name: 'verify-voltha-onos-jobs-voltha-2.12'
Joey Armstronga516c322023-01-25 17:40:42 -050033 jobs:
34 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050035 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020036 pipeline-branch: 'voltha-2.12'
Joey Armstronga516c322023-01-25 17:40:42 -050037
38- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040039 name: 'verify-voltha-onos-jobs-voltha-2.11'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080040 jobs:
Matteo Scandolo70800a32020-01-06 11:55:27 -080041 - 'voltha-patch-test':
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040042 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020043 pipeline-branch: 'voltha-2.11'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040044
Zack Williams7693b2d2019-05-14 21:49:14 -070045- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080046 name: 'verify-voltha-onos-jobs-master'
47 jobs:
48 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070049 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo512ff262021-06-07 17:11:48 +020050 # the unit test job will fail on all the branches that are not "master" as the "make test"
51 # target was not available
52 - 'make-unit-test':
53 unit-test-targets: 'test'
54 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080055
56- job-group:
Zack Williams7693b2d2019-05-14 21:49:14 -070057 name: 'publish-voltha-onos-jobs'
58 jobs:
59 - 'docker-publish':
60 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070061 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050062
63# [EOF]