blob: 164b5de44a06be1a3f2409b843e150165db7e83c [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':
12 branch-regexp: '^master$'
13 - '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':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070035 build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamsa4159102019-09-05 22:17:25 -070036 dest-gopath: "github.com/opencord"
Zack Williamsddaf98e2020-02-19 09:58:51 -070037 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050038 unit-test-keep-going: 'false'
Zack Williamsa4159102019-09-05 22:17:25 -070039 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080040
41- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080042 name: 'verify-ofagent-jobs-master'
43 jobs:
44 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070045 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Jan Klare41a44fc2023-09-27 10:20:57 +020046
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040047- job-group:
48 name: 'verify-ofagent-jobs-voltha-2.11'
49 jobs:
50 - 'voltha-patch-test':
51 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020052 pipeline-branch: 'voltha-2.11'
53
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040054- job-group:
55 name: 'verify-ofagent-jobs-voltha-2.12'
56 jobs:
57 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050058 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020059 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040060
61# - job-group:
62# name: 'verify-ofagent-jobs-voltha-2.8'
63# jobs:
64# - 'voltha-patch-test':
65# pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080066
67- job-group:
Zack Williamsa4159102019-09-05 22:17:25 -070068 name: 'publish-ofagent-go-jobs'
69 jobs:
70 - 'docker-publish':
71 build-timeout: 30
72 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070073 dependency-jobs: 'version-tag_wildcard'
Matteo Scandoloa23a7d82020-05-14 13:00:12 -070074 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050075
76# [EOF]