blob: 5ba9728eb77ce65689805c228a66009e421b5462 [file] [log] [blame]
Zack Williams2200fd82019-02-05 15:03:27 -07001---
2# verification jobs for 'voltha-openolt-adapter' repo
3
4- project:
5 name: voltha-openolt-adapter
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-openolt-adapter-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070010 branch-regexp: '{all-branches-regexp}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040011 - 'verify-voltha-openolt-adapter-jobs-master':
12 branch-regexp: '^master$'
Joey Armstrongf3922212024-07-22 17:11:02 -040013# - 'verify-voltha-openolt-adapter-jobs-voltha-2.12':
14# name-extension: '-voltha-2.12'
15# override-branch: 'voltha-2.12'
16# branch-regexp: '^voltha-2.12$'
17# - 'verify-voltha-openolt-adapter-jobs-voltha-2.11':
18# name-extension: '-voltha-2.11'
19# override-branch: 'voltha-2.11'
20# branch-regexp: '^voltha-2.11$'
Zack Williamsaeca32c2019-05-17 15:50:44 -070021 - 'publish-voltha-openolt-adapter-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070022 branch-regexp: '{all-branches-regexp}'
Zack Williams2200fd82019-02-05 15:03:27 -070023
24- job-group:
25 name: 'verify-voltha-openolt-adapter-jobs'
26 jobs:
27 - 'verify-licensed'
28 - 'tag-collision-reject':
29 dependency-jobs: 'verify_voltha-openolt-adapter_licensed'
Zack Williamse5278262019-05-07 15:23:24 -070030 - 'make-unit-test':
31 dest-gopath: "github.com/opencord"
32 name-extension: "-lint"
salmansiddiqui6f39b412019-08-22 13:50:05 +000033 unit-test-targets: 'lint sca'
Joey Armstrong5226fb22023-02-02 18:16:07 -050034 unit-test-keep-going: 'false'
Zack Williamse5278262019-05-07 15:23:24 -070035 junit-allow-empty-results: true
Joey Armstrongf3922212024-07-22 17:11:02 -040036 build-node: 'voltha-1804-micro'
37 # build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamse5278262019-05-07 15:23:24 -070038 - 'make-unit-test':
Zack Williamse5278262019-05-07 15:23:24 -070039 dest-gopath: "github.com/opencord"
40 name-extension: "-tests"
41 unit-test-targets: 'test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050042 unit-test-keep-going: 'false'
Zack Williams2eebd022019-05-10 10:07:29 -070043 junit-allow-empty-results: true
Joey Armstrongf3922212024-07-22 17:11:02 -040044 # build-node: 'ubuntu18.04-basebuild-2c-4g'
45 build-node: 'voltha-1804-micro'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080046
47- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040048 name: 'verify-voltha-openolt-adapter-jobs-master'
49 jobs:
50 - 'voltha-patch-test':
51 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Joey Armstrongdaa1f0a2024-04-03 18:07:59 -040052
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040053- job-group:
54 name: 'verify-voltha-openolt-adapter-jobs-voltha-2.12'
55 jobs:
56 - 'voltha-patch-test':
Joey Armstronga844e302023-10-02 15:03:04 -040057 pipeline-script: 'voltha/bbsim-tests.groovy'
58 pipeline-branch: 'master'
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050059 # pipeline-script: 'voltha/bbsim-tests.groovy'
Joey Armstronga844e302023-10-02 15:03:04 -040060 # pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040061
Joey Armstrongf3922212024-07-22 17:11:02 -040062# -----------------------------------------------------------------------
63# Directory based branch test suites were removed when consultants moved
64# all testing onto master and bulk disabled failing suites to try and
65# get the job queue clean.
66#
67# Since release testing can no longer be initiated by parameterized
68# cron jobs a new set of jobs that will checkout release branch and
69# run testing to validate hotfixes will need to be created.
70# -----------------------------------------------------------------------
71#- job-group:
72# name: 'verify-voltha-openolt-adapter-jobs-voltha-2.11'
73# jobs:
74# - 'voltha-patch-test':
75# pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
76# pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050077
Matteo Scandolo42f6e572021-01-25 15:11:34 -080078- job-group:
Zack Williamsaeca32c2019-05-17 15:50:44 -070079 name: 'publish-voltha-openolt-adapter-jobs'
80 jobs:
81 - 'docker-publish':
Zack Williamsb030c652019-07-29 12:44:12 -070082 build-timeout: 30
Zack Williamsaeca32c2019-05-17 15:50:44 -070083 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070084 dependency-jobs: 'version-tag_wildcard'
Matteo Scandolo84366122020-04-29 15:08:40 -070085 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050086
87# [EOF]