Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'voltha-api-server' repo |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-api-server |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-voltha-api-server-jobs': |
| 10 | branch-regexp: '{all-branches-regexp}' |
| 11 | - 'publish-voltha-api-server-jobs': |
| 12 | branch-regexp: '{all-branches-regexp}' |
Kailash Khalasi | af3a2a6 | 2019-10-02 09:44:08 -0700 | [diff] [blame^] | 13 | - 'voltha-api-server-system-tests': |
Scott Baker | 9ac2371 | 2019-10-02 09:26:50 -0700 | [diff] [blame] | 14 | branch-regexp: '{all-branches-regexp}' |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 15 | |
| 16 | - job-group: |
| 17 | name: 'verify-voltha-api-server-jobs' |
| 18 | jobs: |
| 19 | - 'verify-licensed' |
| 20 | - 'tag-collision-reject': |
| 21 | dependency-jobs: 'verify_voltha-api-server_licensed' |
| 22 | - 'make-unit-test': |
| 23 | build-node: 'ubuntu16.04-basebuild-1c-2g' |
| 24 | dest-gopath: "github.com/opencord" |
Scott Baker | b4bb26c | 2019-10-01 15:49:10 -0700 | [diff] [blame] | 25 | unit-test-targets: 'lint test docker-build' |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 26 | unit-test-keep-going: 'true' |
| 27 | junit-allow-empty-results: true |
| 28 | |
| 29 | - job-group: |
| 30 | name: 'publish-voltha-api-server-jobs' |
| 31 | jobs: |
| 32 | - 'docker-publish': |
| 33 | build-timeout: 30 |
| 34 | docker-repo: 'voltha' |
| 35 | dependency-jobs: 'version-tag' |
| 36 | |
| 37 | - job-group: |
| 38 | name: 'voltha-api-server-system-tests' |
| 39 | jobs: |
| 40 | - 'voltha-patch-test': |
Kailash Khalasi | af3a2a6 | 2019-10-02 09:44:08 -0700 | [diff] [blame^] | 41 | buildImages: true |
| 42 | pipeline: 'voltha-bbsim-tests.groovy' |