blob: c335c9bffc76b508038ced29d3b7d13580d01c77 [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$'
Eric Ball8b48c862024-09-19 15:19:19 -070013 - '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$'
Zack Williamsaeca32c2019-05-17 15:50:44 -070017 - 'publish-voltha-openolt-adapter-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070018 branch-regexp: '{all-branches-regexp}'
Zack Williams2200fd82019-02-05 15:03:27 -070019
20- job-group:
21 name: 'verify-voltha-openolt-adapter-jobs'
22 jobs:
23 - 'verify-licensed'
Zack Williamse5278262019-05-07 15:23:24 -070024 - 'make-unit-test':
25 dest-gopath: "github.com/opencord"
26 name-extension: "-lint"
salmansiddiqui6f39b412019-08-22 13:50:05 +000027 unit-test-targets: 'lint sca'
Joey Armstrong5226fb22023-02-02 18:16:07 -050028 unit-test-keep-going: 'false'
Zack Williamse5278262019-05-07 15:23:24 -070029 junit-allow-empty-results: true
Eric Ball8b48c862024-09-19 15:19:19 -070030 build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamse5278262019-05-07 15:23:24 -070031 - 'make-unit-test':
Zack Williamse5278262019-05-07 15:23:24 -070032 dest-gopath: "github.com/opencord"
33 name-extension: "-tests"
34 unit-test-targets: 'test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050035 unit-test-keep-going: 'false'
Zack Williams2eebd022019-05-10 10:07:29 -070036 junit-allow-empty-results: true
Eric Ball8b48c862024-09-19 15:19:19 -070037 build-node: 'ubuntu18.04-basebuild-2c-4g'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080038
39- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040040 name: 'verify-voltha-openolt-adapter-jobs-master'
41 jobs:
42 - 'voltha-patch-test':
Eric Ball8b48c862024-09-19 15:19:19 -070043 extraHelmFlags: >
44 --set global.image_tag=master --set onos-classic.image.tag=master
Joey Armstrongdaa1f0a2024-04-03 18:07:59 -040045
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040046- job-group:
47 name: 'verify-voltha-openolt-adapter-jobs-voltha-2.12'
48 jobs:
49 - 'voltha-patch-test':
Joey Armstronga844e302023-10-02 15:03:04 -040050 pipeline-script: 'voltha/bbsim-tests.groovy'
51 pipeline-branch: 'master'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050052
Matteo Scandolo42f6e572021-01-25 15:11:34 -080053- job-group:
Zack Williamsaeca32c2019-05-17 15:50:44 -070054 name: 'publish-voltha-openolt-adapter-jobs'
55 jobs:
56 - 'docker-publish':
Zack Williamsb030c652019-07-29 12:44:12 -070057 build-timeout: 30
Zack Williamsaeca32c2019-05-17 15:50:44 -070058 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070059 dependency-jobs: 'version-tag_wildcard'
Matteo Scandolo84366122020-04-29 15:08:40 -070060 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050061
62# [EOF]