blob: e4e67e3001e9ca84be374817a5da00de79dc0016 [file] [log] [blame]
Zack Williams82060f82020-02-12 22:55:55 -07001---
2# verification jobs for 'voltha-openonu-adapter-go' repo
3
4- project:
5 name: voltha-openonu-adapter-go
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-openonu-adapter-go-jobs':
10 branch-regexp: '{all-branches-regexp}'
Andrea Campanelladb8eac22021-03-30 14:27:16 +020011 - 'verify-voltha-openonu-adapter-go-jobs-voltha-2.7':
12 name-extension: '-voltha-2.7'
13 override-branch: 'voltha-2.7'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080014 branch-regexp: '{kind-voltha-regexp}'
15 - 'verify-voltha-openonu-adapter-go-jobs-master':
16 branch-regexp: '^master$'
Zack Williams82060f82020-02-12 22:55:55 -070017 - 'publish-voltha-openonu-adapter-go-jobs':
18 branch-regexp: '{all-branches-regexp}'
19
20- job-group:
21 name: 'verify-voltha-openonu-adapter-go-jobs'
22 jobs:
23 - 'verify-licensed'
24 - 'tag-collision-reject'
Andrea Campanella17b94132020-11-11 14:50:36 +010025 - 'make-unit-test':
26 dest-gopath: "github.com/opencord"
27 name-extension: "-lint"
28 unit-test-targets: 'lint sca'
29 unit-test-keep-going: 'true'
30 junit-allow-empty-results: true
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070031 build-node: 'ubuntu18.04-basebuild-4c-8g'
Andrea Campanella17b94132020-11-11 14:50:36 +010032 - 'make-unit-test':
33 dest-gopath: "github.com/opencord"
34 name-extension: "-tests"
35 unit-test-targets: 'test'
36 unit-test-keep-going: 'true'
37 junit-allow-empty-results: true
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070038 build-node: 'ubuntu18.04-basebuild-2c-4g'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080039
40- job-group:
Andrea Campanelladb8eac22021-03-30 14:27:16 +020041 name: 'verify-voltha-openonu-adapter-go-jobs-voltha-2.7'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080042 jobs:
Matteo Scandolofff6e062020-04-29 13:36:33 -070043 - 'voltha-patch-test':
Andrea Campanelladb8eac22021-03-30 14:27:16 +020044 pipeline-script: 'voltha/voltha-2.7/bbsim-tests.groovy'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080045
46- job-group:
47 name: 'verify-voltha-openonu-adapter-go-jobs-master'
48 jobs:
49 - 'voltha-patch-test':
50 pipeline-script: 'voltha/master/bbsim-tests.groovy'
Matteo Scandolocecb0842021-05-04 13:16:47 -070051 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Zack Williams82060f82020-02-12 22:55:55 -070052
53- job-group:
54 name: 'publish-voltha-openonu-adapter-go-jobs'
55 jobs:
56 - 'docker-publish':
57 build-timeout: 30
58 docker-repo: 'voltha'
59 dependency-jobs: 'version-tag'