blob: c984e1f7cada0e6de99d02186dbbe8ff0b79fe21 [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'
Zack Williamse5278262019-05-07 15:23:24 -070028 - 'make-unit-test':
29 dest-gopath: "github.com/opencord"
30 name-extension: "-lint"
salmansiddiqui6f39b412019-08-22 13:50:05 +000031 unit-test-targets: 'lint sca'
Joey Armstrong5226fb22023-02-02 18:16:07 -050032 unit-test-keep-going: 'false'
Zack Williamse5278262019-05-07 15:23:24 -070033 junit-allow-empty-results: true
Joey Armstrong6fb53fb2024-08-27 16:44:29 -040034 build-node: 'ubuntu18.04-basebuild-8c-15g'
Joey Armstrongf3922212024-07-22 17:11:02 -040035 # build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamse5278262019-05-07 15:23:24 -070036 - 'make-unit-test':
Zack Williamse5278262019-05-07 15:23:24 -070037 dest-gopath: "github.com/opencord"
38 name-extension: "-tests"
39 unit-test-targets: 'test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050040 unit-test-keep-going: 'false'
Zack Williams2eebd022019-05-10 10:07:29 -070041 junit-allow-empty-results: true
Joey Armstrongf3922212024-07-22 17:11:02 -040042 # build-node: 'ubuntu18.04-basebuild-2c-4g'
Joey Armstrong6fb53fb2024-08-27 16:44:29 -040043 build-node: 'ubuntu18.04-basebuild-8c-15g'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080044
45- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040046 name: 'verify-voltha-openolt-adapter-jobs-master'
47 jobs:
48 - 'voltha-patch-test':
49 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Joey Armstrongdaa1f0a2024-04-03 18:07:59 -040050
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040051- job-group:
52 name: 'verify-voltha-openolt-adapter-jobs-voltha-2.12'
53 jobs:
54 - 'voltha-patch-test':
Joey Armstronga844e302023-10-02 15:03:04 -040055 pipeline-script: 'voltha/bbsim-tests.groovy'
56 pipeline-branch: 'master'
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050057 # pipeline-script: 'voltha/bbsim-tests.groovy'
Joey Armstronga844e302023-10-02 15:03:04 -040058 # pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040059
Joey Armstrongf3922212024-07-22 17:11:02 -040060# -----------------------------------------------------------------------
61# Directory based branch test suites were removed when consultants moved
62# all testing onto master and bulk disabled failing suites to try and
63# get the job queue clean.
64#
65# Since release testing can no longer be initiated by parameterized
66# cron jobs a new set of jobs that will checkout release branch and
67# run testing to validate hotfixes will need to be created.
68# -----------------------------------------------------------------------
69#- job-group:
70# name: 'verify-voltha-openolt-adapter-jobs-voltha-2.11'
71# jobs:
72# - 'voltha-patch-test':
73# pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
74# pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050075
Matteo Scandolo42f6e572021-01-25 15:11:34 -080076- job-group:
Zack Williamsaeca32c2019-05-17 15:50:44 -070077 name: 'publish-voltha-openolt-adapter-jobs'
78 jobs:
79 - 'docker-publish':
Zack Williamsb030c652019-07-29 12:44:12 -070080 build-timeout: 30
Zack Williamsaeca32c2019-05-17 15:50:44 -070081 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070082 dependency-jobs: 'version-tag_wildcard'
Matteo Scandolo84366122020-04-29 15:08:40 -070083 extraEnvironmentVars: BUILD_PROFILED=true
Joey Armstrongaf679da2023-01-31 14:22:41 -050084
85# [EOF]