blob: c55dabd5b557c33626bd2de162fb8f4d9160a079 [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}'
11 - 'publish-voltha-openonu-adapter-go-jobs':
12 branch-regexp: '{all-branches-regexp}'
13
14- job-group:
15 name: 'verify-voltha-openonu-adapter-go-jobs'
16 jobs:
17 - 'verify-licensed'
18 - 'tag-collision-reject'
Andrea Campanella17b94132020-11-11 14:50:36 +010019 - 'make-unit-test':
20 dest-gopath: "github.com/opencord"
21 name-extension: "-lint"
22 unit-test-targets: 'lint sca'
23 unit-test-keep-going: 'true'
24 junit-allow-empty-results: true
25 build-node: 'ubuntu16.04-basebuild-2c-4g'
26 - 'make-unit-test':
27 dest-gopath: "github.com/opencord"
28 name-extension: "-tests"
29 unit-test-targets: 'test'
30 unit-test-keep-going: 'true'
31 junit-allow-empty-results: true
32 build-node: 'ubuntu16.04-basebuild-2c-4g'
Matteo Scandolofff6e062020-04-29 13:36:33 -070033 - 'voltha-patch-test':
34 pipeline-script: 'voltha-openonu-go-tests.groovy'
Zack Williams82060f82020-02-12 22:55:55 -070035
36- job-group:
37 name: 'publish-voltha-openonu-adapter-go-jobs'
38 jobs:
39 - 'docker-publish':
40 build-timeout: 30
41 docker-repo: 'voltha'
42 dependency-jobs: 'version-tag'