blob: 6cee045888e72320009788f7b6d3d3f6dca56284 [file] [log] [blame]
Zack Williams2200fd82019-02-05 15:03:27 -07001---
2# verification jobs for 'voltha-openolt-adapter' repo
3
4- project:
5 name: voltha-openolt-adapter
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-openolt-adapter-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070010 branch-regexp: '{all-branches-regexp}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040011 - 'verify-voltha-openolt-adapter-jobs-master':
12 branch-regexp: '^master$'
13 - 'verify-voltha-openolt-adapter-jobs-voltha-2.12':
14 name-extension: '-voltha-2.12'
15 override-branch: 'voltha-2.12'
16 branch-regexp: '^voltha-2.12$'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050017 - 'verify-voltha-openolt-adapter-jobs-voltha-2.11':
18 name-extension: '-voltha-2.11'
19 override-branch: 'voltha-2.11'
20 branch-regexp: '^voltha-2.11$'
Zack Williamsaeca32c2019-05-17 15:50:44 -070021 - 'publish-voltha-openolt-adapter-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070022 branch-regexp: '{all-branches-regexp}'
Zack Williams2200fd82019-02-05 15:03:27 -070023
24- job-group:
25 name: 'verify-voltha-openolt-adapter-jobs'
26 jobs:
27 - 'verify-licensed'
28 - 'tag-collision-reject':
29 dependency-jobs: 'verify_voltha-openolt-adapter_licensed'
Zack Williamse5278262019-05-07 15:23:24 -070030 - 'make-unit-test':
31 dest-gopath: "github.com/opencord"
32 name-extension: "-lint"
salmansiddiqui6f39b412019-08-22 13:50:05 +000033 unit-test-targets: 'lint sca'
Joey Armstrong5226fb22023-02-02 18:16:07 -050034 unit-test-keep-going: 'false'
Zack Williamse5278262019-05-07 15:23:24 -070035 junit-allow-empty-results: true
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070036 build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamse5278262019-05-07 15:23:24 -070037 - 'make-unit-test':
Zack Williamse5278262019-05-07 15:23:24 -070038 dest-gopath: "github.com/opencord"
39 name-extension: "-tests"
40 unit-test-targets: 'test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050041 unit-test-keep-going: 'false'
Zack Williams2eebd022019-05-10 10:07:29 -070042 junit-allow-empty-results: true
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070043 build-node: 'ubuntu18.04-basebuild-2c-4g'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080044
45- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040046 name: 'verify-voltha-openolt-adapter-jobs-master'
47 jobs:
48 - 'voltha-patch-test':
49 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
50
51- job-group:
52 name: 'verify-voltha-openolt-adapter-jobs-voltha-2.12'
53 jobs:
54 - 'voltha-patch-test':
Joey Armstronga844e302023-10-02 15:03:04 -040055 pipeline-script: 'voltha/bbsim-tests.groovy'
56 pipeline-branch: 'master'
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050057 # pipeline-script: 'voltha/bbsim-tests.groovy'
Joey Armstronga844e302023-10-02 15:03:04 -040058 # pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040059
60- job-group:
Joey Armstrong1a2ee172023-01-27 17:20:37 -050061 name: 'verify-voltha-openolt-adapter-jobs-voltha-2.11'
62 jobs:
63 - 'voltha-patch-test':
64 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020065 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050066
Matteo Scandolo42f6e572021-01-25 15:11:34 -080067- job-group:
Zack Williamsaeca32c2019-05-17 15:50:44 -070068 name: 'publish-voltha-openolt-adapter-jobs'
69 jobs:
70 - 'docker-publish':
Zack Williamsb030c652019-07-29 12:44:12 -070071 build-timeout: 30
Zack Williamsaeca32c2019-05-17 15:50:44 -070072 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070073 dependency-jobs: 'version-tag_wildcard'
Matteo Scandolo84366122020-04-29 15:08:40 -070074 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050075
76# [EOF]