Zack Williams | 82060f8 | 2020-02-12 22:55:55 -0700 | [diff] [blame] | 1 | --- |
| 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 Campanella | 17b9413 | 2020-11-11 14:50:36 +0100 | [diff] [blame] | 19 | - '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 Scandolo | fff6e06 | 2020-04-29 13:36:33 -0700 | [diff] [blame] | 33 | - 'voltha-patch-test': |
| 34 | pipeline-script: 'voltha-openonu-go-tests.groovy' |
Zack Williams | 82060f8 | 2020-02-12 22:55:55 -0700 | [diff] [blame] | 35 | |
| 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' |