blob: d56d58915b9f172e62527b09862e31e588ad1a91 [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'
Jan Klare41a44fc2023-09-27 10:20:57 +020039 pipeline-branch: 'voltha-2.11'
Joey Armstronga516c322023-01-25 17:40:42 -050040
41- job-group:
42 name: 'verify-voltha-api-server-jobs-voltha-2.8'
43 jobs:
44 - 'verify-licensed'
45 - 'tag-collision-reject':
46 dependency-jobs: 'verify_voltha-api-server_licensed'
47 - 'make-unit-test':
48 build-node: 'ubuntu18.04-basebuild-2c-4g'
49 dest-gopath: "github.com/opencord"
50 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050051 unit-test-keep-going: 'false'
Joey Armstronga516c322023-01-25 17:40:42 -050052 junit-allow-empty-results: true
53 - 'voltha-patch-test':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000054 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020055 pipeline-branch: 'voltha-2.8'
Zack Williams0b072cf2019-09-27 11:00:11 -070056
57- job-group:
58 name: 'publish-voltha-api-server-jobs'
59 jobs:
60 - 'docker-publish':
61 build-timeout: 30
62 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070063 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050064
65# [EOF]