blob: f85cc9c3e3f3b5925b43bbbf85f3db4ebaa48064 [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}'
Andrea Campanelladb8eac22021-03-30 14:27:16 +020011 - 'verify-voltha-onos-jobs-voltha-2.7':
12 name-extension: '-voltha-2.7'
13 override-branch: 'voltha-2.7'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080014 branch-regexp: '{kind-voltha-regexp}'
15 - 'verify-voltha-onos-jobs-master':
16 branch-regexp: '^master$'
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'
24 - 'tag-collision-reject':
25 dependency-jobs: 'verify_voltha-onos_licensed'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080026
27- job-group:
Andrea Campanelladb8eac22021-03-30 14:27:16 +020028 name: 'verify-voltha-onos-jobs-voltha-2.7'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080029 jobs:
Matteo Scandolo70800a32020-01-06 11:55:27 -080030 - 'voltha-patch-test':
Andrea Campanelladb8eac22021-03-30 14:27:16 +020031 pipeline-script: 'voltha/voltha-2.7/bbsim-tests.groovy'
Zack Williams7693b2d2019-05-14 21:49:14 -070032
33- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080034 name: 'verify-voltha-onos-jobs-master'
35 jobs:
36 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070037 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo512ff262021-06-07 17:11:48 +020038 # the unit test job will fail on all the branches that are not "master" as the "make test"
39 # target was not available
40 - 'make-unit-test':
41 unit-test-targets: 'test'
42 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080043
44- job-group:
Zack Williams7693b2d2019-05-14 21:49:14 -070045 name: 'publish-voltha-onos-jobs'
46 jobs:
47 - 'docker-publish':
48 docker-repo: 'voltha'
49 dependency-jobs: 'version-tag'