blob: 15cf0658b3f8aa8d26283298f0f8cd9302af21d1 [file] [log] [blame]
Zack Williamsa4159102019-09-05 22:17:25 -07001---
2# verification jobs for 'ofagent-go' repo
3
4- project:
5 name: ofagent-go
6 project: '{name}'
7
8 jobs:
9 - 'verify-ofagent-go-jobs':
10 branch-regexp: '{all-branches-regexp}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040011 - 'verify-ofagent-jobs-master':
Joey Armstrongdaa1f0a2024-04-03 18:07:59 -040012 branch-regexp: '^master$'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040013 - 'verify-ofagent-jobs-voltha-2.12':
14 name-extension: '-voltha-2.12'
15 override-branch: 'voltha-2.12'
16 branch-regexp: '{kind-voltha-regexp}'
Joey Armstronga516c322023-01-25 17:40:42 -050017 - 'verify-ofagent-jobs-voltha-2.11':
18 name-extension: '-voltha-2.11'
19 override-branch: 'voltha-2.11'
20 branch-regexp: '{kind-voltha-regexp}'
Zack Williamsa4159102019-09-05 22:17:25 -070021 - 'publish-ofagent-go-jobs':
22 branch-regexp: '{all-branches-regexp}'
23
24- job-group:
25 name: 'verify-ofagent-go-jobs'
26 jobs:
27 - 'verify-licensed'
Zack Williamsa4159102019-09-05 22:17:25 -070028 - 'make-unit-test':
Eric Ball8b48c862024-09-19 15:19:19 -070029 build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamsa4159102019-09-05 22:17:25 -070030 dest-gopath: "github.com/opencord"
Zack Williamsddaf98e2020-02-19 09:58:51 -070031 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050032 unit-test-keep-going: 'false'
Zack Williamsa4159102019-09-05 22:17:25 -070033 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080034
35- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080036 name: 'verify-ofagent-jobs-master'
37 jobs:
38 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070039 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Jan Klare41a44fc2023-09-27 10:20:57 +020040
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040041- job-group:
42 name: 'verify-ofagent-jobs-voltha-2.11'
43 jobs:
44 - 'voltha-patch-test':
45 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020046 pipeline-branch: 'voltha-2.11'
47
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040048- job-group:
49 name: 'verify-ofagent-jobs-voltha-2.12'
50 jobs:
51 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050052 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020053 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040054
Matteo Scandolo42f6e572021-01-25 15:11:34 -080055- job-group:
Zack Williamsa4159102019-09-05 22:17:25 -070056 name: 'publish-ofagent-go-jobs'
57 jobs:
58 - 'docker-publish':
59 build-timeout: 30
60 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070061 dependency-jobs: 'version-tag_wildcard'
Matteo Scandoloa23a7d82020-05-14 13:00:12 -070062 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050063
64# [EOF]