blob: b1b80b584b3f916859b66b4fcbd274bc786791f4 [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
Joey Armstronga516c322023-01-25 17:40:42 -050016# -----------------------------------------------------------------------
17# verify-voltha-api-server-jobs
18# o explicitly dependent on v2.8
19# o copied to job verify-voltha-api-server-jobs-voltha-2.8
20# o updated verify-voltha-api-server-jobs to depend on v2.11
21# o is this another element that should be deleted with v2.11 ?
22# o if not deprecated rename job to contain *-voltha-x.y to be clear
23# the job is not intended for master branch.
24# -----------------------------------------------------------------------
Zack Williams0b072cf2019-09-27 11:00:11 -070025- job-group:
26 name: 'verify-voltha-api-server-jobs'
27 jobs:
28 - 'verify-licensed'
29 - 'tag-collision-reject':
30 dependency-jobs: 'verify_voltha-api-server_licensed'
31 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070032 build-node: 'ubuntu18.04-basebuild-2c-4g'
Zack Williams0b072cf2019-09-27 11:00:11 -070033 dest-gopath: "github.com/opencord"
Andy Bavier8b0b2d32019-10-23 09:58:19 -070034 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050035 unit-test-keep-going: 'false'
Zack Williams0b072cf2019-09-27 11:00:11 -070036 junit-allow-empty-results: true
Scott Baker5521fd42019-10-02 09:41:06 -070037 - 'voltha-patch-test':
Joey Armstronga516c322023-01-25 17:40:42 -050038 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
39
40- job-group:
41 name: 'verify-voltha-api-server-jobs-voltha-2.8'
42 jobs:
43 - 'verify-licensed'
44 - 'tag-collision-reject':
45 dependency-jobs: 'verify_voltha-api-server_licensed'
46 - 'make-unit-test':
47 build-node: 'ubuntu18.04-basebuild-2c-4g'
48 dest-gopath: "github.com/opencord"
49 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050050 unit-test-keep-going: 'false'
Joey Armstronga516c322023-01-25 17:40:42 -050051 junit-allow-empty-results: true
52 - 'voltha-patch-test':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000053 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
Zack Williams0b072cf2019-09-27 11:00:11 -070054
55- job-group:
56 name: 'publish-voltha-api-server-jobs'
57 jobs:
58 - 'docker-publish':
59 build-timeout: 30
60 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070061 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050062
63# [EOF]