blob: a0dea40ff6e546690db3b143c814cd80fdae151c [file] [log] [blame]
Zack Williams0b072cf2019-09-27 11:00:11 -07001---
2# verification jobs for 'voltha-api-server' repo
3
Matteo Scandolo42f6e572021-01-25 15:11:34 -08004# NOTE voltha-api-server is unmaintained, should we keep running tests?
5
Zack Williams0b072cf2019-09-27 11:00:11 -07006- project:
7 name: voltha-api-server
8 project: '{name}'
9
10 jobs:
11 - 'verify-voltha-api-server-jobs':
12 branch-regexp: '{all-branches-regexp}'
13 - 'publish-voltha-api-server-jobs':
14 branch-regexp: '{all-branches-regexp}'
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':
Andy Bavier27370322019-10-04 09:59:34 -070023 build-node: 'ubuntu16.04-basebuild-2c-4g'
Zack Williams0b072cf2019-09-27 11:00:11 -070024 dest-gopath: "github.com/opencord"
Andy Bavier8b0b2d32019-10-23 09:58:19 -070025 unit-test-targets: 'lint sca test'
Zack Williams0b072cf2019-09-27 11:00:11 -070026 unit-test-keep-going: 'true'
27 junit-allow-empty-results: true
Scott Baker5521fd42019-10-02 09:41:06 -070028 - 'voltha-patch-test':
Zack Williamsb3292082019-10-11 17:15:18 -070029 pipeline-script: 'voltha-bbsim-tests.groovy'
Zack Williams0b072cf2019-09-27 11:00:11 -070030
31- job-group:
32 name: 'publish-voltha-api-server-jobs'
33 jobs:
34 - 'docker-publish':
35 build-timeout: 30
36 docker-repo: 'voltha'
37 dependency-jobs: 'version-tag'