blob: f4f3338b60cd5415e4d9ed1969c8ea70d00e36bb [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$'
Eric Ballc03e6f82025-08-07 15:06:12 -070013 - 'verify-ofagent-jobs-voltha-2.14':
14 name-extension: '-voltha-2.14'
15 override-branch: 'voltha-2.14'
Eric Ball0d5a51a2025-01-22 16:55:16 -080016 branch-regexp: '{kind-voltha-regexp}'
Joey Armstronga516c322023-01-25 17:40:42 -050017 branch-regexp: '{kind-voltha-regexp}'
Zack Williamsa4159102019-09-05 22:17:25 -070018 - 'publish-ofagent-go-jobs':
19 branch-regexp: '{all-branches-regexp}'
20
21- job-group:
22 name: 'verify-ofagent-go-jobs'
23 jobs:
24 - 'verify-licensed'
Zack Williamsa4159102019-09-05 22:17:25 -070025 - 'make-unit-test':
Eric Ball8b48c862024-09-19 15:19:19 -070026 build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamsa4159102019-09-05 22:17:25 -070027 dest-gopath: "github.com/opencord"
Zack Williamsddaf98e2020-02-19 09:58:51 -070028 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050029 unit-test-keep-going: 'false'
Zack Williamsa4159102019-09-05 22:17:25 -070030 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080031
32- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080033 name: 'verify-ofagent-jobs-master'
34 jobs:
35 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070036 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Jan Klare41a44fc2023-09-27 10:20:57 +020037
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040038- job-group:
Eric Ballc03e6f82025-08-07 15:06:12 -070039 name: 'verify-ofagent-jobs-voltha-2.14'
Eric Ball0d5a51a2025-01-22 16:55:16 -080040 jobs:
41 - 'voltha-patch-test':
42 pipeline-script: 'voltha/bbsim-tests.groovy'
Eric Ballc03e6f82025-08-07 15:06:12 -070043 pipeline-branch: 'voltha-2.14'
Eric Ball0d5a51a2025-01-22 16:55:16 -080044
45- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040046 name: 'verify-ofagent-jobs-voltha-2.12'
47 jobs:
48 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050049 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020050 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040051
Matteo Scandolo42f6e572021-01-25 15:11:34 -080052- job-group:
Zack Williamsa4159102019-09-05 22:17:25 -070053 name: 'publish-ofagent-go-jobs'
54 jobs:
55 - 'docker-publish':
56 build-timeout: 30
57 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070058 dependency-jobs: 'version-tag_wildcard'
Matteo Scandoloa23a7d82020-05-14 13:00:12 -070059 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050060
61# [EOF]