blob: 36907397b3eb40b54152507e89b4b3498b885d73 [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}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040021# - 'verify-ofagent-jobs-voltha-2.8':
22# name-extension: '-voltha-2.8'
23# override-branch: 'voltha-2.8'
24# branch-regexp: '{kind-voltha-regexp}'
Zack Williamsa4159102019-09-05 22:17:25 -070025 - 'publish-ofagent-go-jobs':
26 branch-regexp: '{all-branches-regexp}'
27
28- job-group:
29 name: 'verify-ofagent-go-jobs'
30 jobs:
31 - 'verify-licensed'
32 - 'tag-collision-reject':
33 dependency-jobs: 'verify_ofagent-go_licensed'
34 - 'make-unit-test':
Joey Armstrongc5194c42024-07-23 15:31:18 -040035 # build-node: 'ubuntu18.04-basebuild-4c-8g'
Joey Armstrongd1362f12024-08-21 17:35:56 -040036 build-node: 'ubuntu-basebuild-24.04-4c-15g'
Zack Williamsa4159102019-09-05 22:17:25 -070037 dest-gopath: "github.com/opencord"
Zack Williamsddaf98e2020-02-19 09:58:51 -070038 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050039 unit-test-keep-going: 'false'
Zack Williamsa4159102019-09-05 22:17:25 -070040 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080041
42- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080043 name: 'verify-ofagent-jobs-master'
44 jobs:
45 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070046 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Jan Klare41a44fc2023-09-27 10:20:57 +020047
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040048- job-group:
49 name: 'verify-ofagent-jobs-voltha-2.11'
50 jobs:
51 - 'voltha-patch-test':
52 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020053 pipeline-branch: 'voltha-2.11'
54
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040055- job-group:
56 name: 'verify-ofagent-jobs-voltha-2.12'
57 jobs:
58 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050059 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020060 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040061
62# - job-group:
63# name: 'verify-ofagent-jobs-voltha-2.8'
64# jobs:
65# - 'voltha-patch-test':
66# pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080067
68- job-group:
Zack Williamsa4159102019-09-05 22:17:25 -070069 name: 'publish-ofagent-go-jobs'
70 jobs:
71 - 'docker-publish':
72 build-timeout: 30
73 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070074 dependency-jobs: 'version-tag_wildcard'
Matteo Scandoloa23a7d82020-05-14 13:00:12 -070075 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050076
77# [EOF]