blob: 8ab29d6f844dc8d90d6d06e217ad3682b9e1f7de [file] [log] [blame]
Kailash8b8de742019-07-30 08:54:51 -07001---
2# voltha 2.0 tests
3
4- project:
5 name: voltha-e2e
6
7 project-name: '{name}'
Zack Williams03ebb272020-03-27 09:42:33 -07008 manualBranch: ''
Suchitra Vemuri456b6b42020-11-10 19:06:22 -08009 olts: 1
Andrea Campanellaf3c32af2020-12-10 12:21:57 +010010 onus: 1
11 pons: 1
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080012 withAlarms: true
13 make-target-failtest: bbsim-failurescenarios
14 make-target-errortest: bbsim-errorscenarios
15 make-target-alarmtest: bbsim-alarms-kind
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -080016 make-target-multipleolt: bbsim-multiolt-kind
TorstenThieme669258d2021-01-29 09:03:10 +000017 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-test
18 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-test
Kailash8b8de742019-07-30 08:54:51 -070019
20 jobs:
hwchiu14f97852019-10-08 10:51:11 -070021 - 'voltha-periodic-test':
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070022 name: 'periodic-voltha-test-bbsim'
23 pipeline-script: 'voltha-nightly-tests-bbsim.groovy'
Andy Bavierf93f3142020-01-09 16:08:51 -070024 build-node: 'qct-pod4-node2'
Andy Bavierd4ba3372020-01-21 17:01:53 -070025 make-target: functional-single-kind
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080026 make-target-failtest: bbsim-failurescenarios
27 make-target-errortest: bbsim-errorscenarios
28 make-target-alarmtest: bbsim-alarms-kind
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -080029 make-target-multipleolt: bbsim-multiolt-kind
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080030 withAlarms: true
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070031 code-branch: 'master'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080032 olts: 1
33 onus: 2
34 pons: 2
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080035 time-trigger: "H H/23 * * *"
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080036
37 - 'voltha-periodic-test':
38 name: 'periodic-voltha-multiple-olts-test-bbsim'
39 pipeline-script: 'voltha-nightly-tests-bbsim.groovy'
40 build-node: 'qct-pod4-node2'
Suchitra Vemurie50560a2020-11-18 14:14:09 -080041 make-target: functional-multi-olt
42 make-target-failtest: bbsim-multiolt-failurescenarios
43 make-target-errortest: bbsim-multiolt-errorscenarios
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080044 make-target-alarmtest: bbsim-alarms-kind
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -080045 make-target-multipleolt: bbsim-multiolt-kind
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080046 withAlarms: false
47 code-branch: 'master'
48 olts: 2
Andy Bavier4be37062020-06-29 15:17:26 -070049 onus: 2
50 pons: 2
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080051 time-trigger: "H H/23 * * *"
Andy Bavierf93f3142020-01-09 16:08:51 -070052
53 - 'voltha-periodic-test':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070054 name: 'periodic-voltha-2.7-multiple-olts-test-bbsim'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080055 pipeline-script: 'voltha-nightly-tests-bbsim.groovy'
56 build-node: 'qct-pod4-node2'
57 make-target: functional-multi-olt
58 make-target-failtest: bbsim-multiolt-failurescenarios
59 make-target-errortest: bbsim-multiolt-errorscenarios
60 make-target-alarmtest: bbsim-alarms-kind
61 make-target-multipleolt: bbsim-multiolt-kind
62 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070063 code-branch: 'voltha-2.7'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080064 olts: 2
65 onus: 2
66 pons: 2
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080067 time-trigger: "H H/23 * * *"
Suchitra Vemuri95a73432020-12-16 13:17:48 -080068
69 - 'voltha-periodic-test':
TorstenThieme326e7972021-01-19 14:27:59 +000070 name: 'periodic-voltha-openonu-go-test-bbsim'
71 pipeline-script: 'voltha-openonu-go-test-bbsim.groovy'
Girish Gowdra4345cdd2021-03-22 14:12:51 -070072 build-node: 'ubuntu16.04-basebuild-8c-15g'
TorstenThieme326e7972021-01-19 14:27:59 +000073 make-target: openonu-go-adapter-test
TorstenThieme669258d2021-01-29 09:03:10 +000074 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-test
75 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-test
TorstenThieme326e7972021-01-19 14:27:59 +000076 withAlarms: false
77 code-branch: 'master'
78 time-trigger: "H H/12 * * *"
79
80 - 'voltha-periodic-test':
TorstenThieme669258d2021-01-29 09:03:10 +000081 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim'
82 pipeline-script: 'voltha-openonu-go-test-bbsim.groovy'
Girish Gowdra4345cdd2021-03-22 14:12:51 -070083 build-node: 'ubuntu16.04-basebuild-8c-15g'
TorstenThieme669258d2021-01-29 09:03:10 +000084 make-target: openonu-go-adapter-multi-olt-test
85 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-multi-olt-test
86 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-multi-olt-test
87 withAlarms: false
88 code-branch: 'master'
89 olts: 2
90 onus: 2
91 pons: 2
92 time-trigger: "H H/12 * * *"
93
94 - 'voltha-periodic-test':
Andrea Campanellaf3c32af2020-12-10 12:21:57 +010095 name: 'periodic-voltha-test-DMI'
96 pipeline-script: 'voltha-DMI-bbsim-tests.groovy'
97 build-node: 'qct-pod4-node2'
Andrea Campanellae9739492020-12-17 09:54:04 +010098 make-target: bbsim-dmi-hw-management-test
Andrea Campanellaf3c32af2020-12-10 12:21:57 +010099 withAlarms: false
100 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800101 time-trigger: "H H/23 * * *"
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100102
103 - 'voltha-periodic-test':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700104 name: 'periodic-voltha-test-DMI-2.7'
Andrea Campanellae9739492020-12-17 09:54:04 +0100105 pipeline-script: 'voltha-DMI-bbsim-tests.groovy'
106 build-node: 'qct-pod4-node2'
107 make-target: bbsim-dmi-hw-management-test
108 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700109 code-branch: 'voltha-2.7'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800110 time-trigger: "H H/23 * * *"
Andrea Campanellae9739492020-12-17 09:54:04 +0100111
112 - 'voltha-periodic-test':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700113 name: 'periodic-voltha-test-bbsim-2.7'
Andy Bavier4be37062020-06-29 15:17:26 -0700114 pipeline-script: 'voltha-nightly-tests-bbsim.groovy'
Andy Bavier10926f12020-03-27 16:53:43 -0700115 build-node: 'qct-pod4-node2'
Andy Bavier10926f12020-03-27 16:53:43 -0700116 make-target: functional-single-kind
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800117 make-target-failtest: bbsim-failurescenarios
118 make-target-errortest: bbsim-errorscenarios
119 make-target-alarmtest: bbsim-alarms-kind
120 withAlarms: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700121 code-branch: 'voltha-2.7'
Andy Bavier4be37062020-06-29 15:17:26 -0700122 onus: 2
123 pons: 2
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800124 time-trigger: "H H/23 * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700125
126 - 'voltha-periodic-test':
Andy Bavier4be37062020-06-29 15:17:26 -0700127 name: 'periodic-voltha-etcd-test'
hwchiufdc49242019-11-18 16:37:22 -0800128 pipeline-script: 'voltha-system-test-bbsim.groovy'
hwchiuc7d5d032019-12-03 16:42:47 -0800129 build-node: 'ubuntu16.04-basebuild-4c-8g'
hwchiuc9189b72019-12-02 15:12:29 -0800130 code-branch: 'master'
hwchiu593a95a2020-01-30 10:09:39 -0800131 make-target: sanity-multi-kind
hwchiufdc49242019-11-18 16:37:22 -0800132 onus: 2
133 pons: 2
134 time-trigger: "H H/12 * * *"
135
136 - 'voltha-periodic-test':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700137 name: 'periodic-voltha-etcd-test-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700138 pipeline-script: 'voltha-system-test-bbsim.groovy'
139 build-node: 'ubuntu16.04-basebuild-4c-8g'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700140 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700141 make-target: sanity-multi-kind
142 onus: 2
143 pons: 2
144 time-trigger: "H H/12 * * *"
145
146
147 - 'voltha-periodic-test':
Andy Bavier3708d072019-12-10 15:22:18 -0700148 name: 'periodic-voltha-sanity-test-multi-runs'
Andy Bavier0088c212020-01-08 13:44:03 -0700149 pipeline-script: 'voltha-go-multi-tests.groovy'
Andy Bavier3708d072019-12-10 15:22:18 -0700150 build-node: 'qct-pod4-node2'
Andy Bavier3708d072019-12-10 15:22:18 -0700151 code-branch: 'master'
Andy Baviereea37da2020-01-17 17:11:32 -0700152 make-target: sanity-kind
Andy Bavier93e125e2020-01-17 15:23:50 -0700153 onus: 1
154 pons: 1
Andy Bavier3708d072019-12-10 15:22:18 -0700155 test-runs: 5
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800156 time-trigger: "H H/23 * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700157
158 - 'voltha-periodic-test':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700159 name: 'periodic-voltha-sanity-test-multi-runs-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700160 pipeline-script: 'voltha-go-multi-tests.groovy'
161 build-node: 'qct-pod4-node2'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700162 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700163 make-target: sanity-kind
164 onus: 1
165 pons: 1
166 test-runs: 5
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800167 time-trigger: "H H/23 * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700168
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700169 - 'voltha-periodic-test':
170 name: 'nightly-voltha-DTflow-sanity-test'
171 build-node: 'ubuntu16.04-basebuild-4c-8g'
172 code-branch: 'master'
173 make-target: sanity-kind-dt
174 onus: 1
175 pons: 1
176 time-trigger: "@daily"
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700177 work-flow: DT
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700178
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700179 # Per-patchset Pod builds on Tucson pod
Andy Bavier51ba7e82019-12-17 11:01:01 -0700180 - 'verify_physical_voltha_patchset_auto':
181 name: 'verify_physical_voltha_patchset_auto'
Zack Williams8ef79812019-10-29 11:09:18 -0700182 build-node: 'tucson-pod'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700183 config-pod: 'tucson-pod'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700184 oltDebVersionMaster: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
185 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700186 profile: 'Default'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800187 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700188
189 # Per-patchset Pod builds on Tucson pod
190 - 'verify_physical_voltha_patchset_manual':
191 name: 'verify_physical_voltha_patchset_manual'
Zack Williams8ef79812019-10-29 11:09:18 -0700192 build-node: 'tucson-pod'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700193 config-pod: 'tucson-pod'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700194 oltDebVersionMaster: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
195 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700196 profile: 'Default'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700197 trigger-string: 'hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800198 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700199
200
201 # Per-patchset Pod builds on Tucson pod
202 - 'verify_physical_voltha_patchset_manual':
203 name: 'verify_physical_voltha_patchset_manual_DT'
204 build-node: 'tucson-pod'
205 config-pod: 'tucson-pod-DT'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700206 oltDebVersionMaster: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
207 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700208 profile: 'Default'
209 pipeline-script: 'voltha-dt-physical-build-and-tests.groovy'
210 trigger-string: 'DT hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800211 default-test-args: '-i sanityDt -i PowerSwitch -X'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700212
Andy Bavier19c98a22019-11-11 13:57:11 -0700213
214 # Manual build job for Tucson pod
215 # Allow local testing without disrupting above job
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700216 - 'build_physical_voltha_manual':
Andy Bavier19c98a22019-11-11 13:57:11 -0700217 name: 'build_tucson-pod_manual'
Zack Williams8ef79812019-10-29 11:09:18 -0700218 build-node: 'tucson-pod'
Andy Bavier19c98a22019-11-11 13:57:11 -0700219 config-pod: 'tucson-pod'
Zack Williams03ebb272020-03-27 09:42:33 -0700220 manualBranch: 'master'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700221 oltDebVersionMaster: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
222 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavier19c98a22019-11-11 13:57:11 -0700223 profile: 'Default'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800224 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700225
Kailash8b8de742019-07-30 08:54:51 -0700226- job-template:
Kailashaad71012019-08-27 10:36:53 -0700227 id: 'voltha-periodic-test'
228 name: '{name}'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700229 pipeline-script: 'voltha-go-tests.groovy'
Andy Bavier3708d072019-12-10 15:22:18 -0700230 test-runs: 1
231 robot-args: ''
Andy Bavierb35171c2020-03-06 15:47:29 -0700232 gerrit-project: ''
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700233 work-flow: ''
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700234 volthaSystemTestsChange: ''
235 kindVolthaChange: ''
Andrea Campanella6d562182020-10-06 18:39:30 +0200236 extraHelmFlags: ''
Andy Bavier02b00dc2020-04-28 13:01:12 -0700237 sandbox: true
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800238 olts: 1
Matteo Scandolob36f0892020-11-23 12:19:48 -0800239 withAlarms: false
Andy Bavierb35171c2020-03-06 15:47:29 -0700240
Kailash8b8de742019-07-30 08:54:51 -0700241 description: |
242 <!-- Managed by Jenkins Job Builder -->
243 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
244 E2E Validation for Voltha 2.X
245
246 properties:
247 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800248 build-days-to-keep: '{big-build-days-to-keep}'
249 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Kailash8b8de742019-07-30 08:54:51 -0700250
251 wrappers:
252 - lf-infra-wrappers:
253 build-timeout: '{build-timeout}'
254 jenkins-ssh-credential: '{jenkins-ssh-credential}'
255
256 parameters:
257 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700258 name: buildNode
Andy Bavier833b78e2019-11-22 17:01:31 -0700259 default: '{build-node}'
Kailash8b8de742019-07-30 08:54:51 -0700260 description: 'Name of the Jenkins node to run the job on'
261
262 - string:
Andy Bavierea26c5c2019-09-18 08:09:17 -0700263 name: extraHelmFlags
Andrea Campanella6d562182020-10-06 18:39:30 +0200264 default: '--set onu={onus},pon={pons},{extraHelmFlags}'
Andy Bavierea26c5c2019-09-18 08:09:17 -0700265 description: 'Helm flags to pass to ./voltha up'
266
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800267 - bool:
268 name: withAlarms
Matteo Scandolob36f0892020-11-23 12:19:48 -0800269 default: '{withAlarms}'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800270 description: "Run alarm based tests when true"
271
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700272 - string:
Andy Bavier218385e2019-11-13 09:51:38 -0700273 name: makeTarget
274 default: '{make-target}'
275 description: 'Makefile target to invoke during test'
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700276
Andy Bavier4c8b3232019-11-22 16:17:47 -0700277 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800278 name: makeFailtestTarget
279 default: '{make-target-failtest}'
280 description: 'Makefile target to invoke during failure/based test'
281
282 - string:
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -0800283 name: makeMultiOltTarget
284 default: '{make-target-multipleolt}'
285 description: 'Makefile target to invoke during multiple olt test'
286
287 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800288 name: makeErrortestTarget
289 default: '{make-target-errortest}'
290 description: 'Makefile target to invoke during error test'
291
292 - string:
293 name: makeAlarmtestTarget
294 default: '{make-target-alarmtest}'
295 description: 'Makefile target to invoke during alarm test'
296
297 - string:
TorstenThieme669258d2021-01-29 09:03:10 +0000298 name: make1t4gemTestTarget
299 default: '{make-target-1t4gemtest}'
300 description: 'Makefile target to invoke during 1t4gem test'
301
302 - string:
303 name: make1t8gemTestTarget
304 default: '{make-target-1t8gemtest}'
305 description: 'Makefile target to invoke during 1t8gem test'
306
307 - string:
Andy Bavier4c8b3232019-11-22 16:17:47 -0700308 name: manifestUrl
309 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700310 description: 'Repo manifest URL for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700311
312 - string:
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700313 name: branch
Andy Bavier4c8b3232019-11-22 16:17:47 -0700314 default: '{code-branch}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700315 description: 'Repo manifest branch for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700316
Andy Bavier3708d072019-12-10 15:22:18 -0700317 - string:
Andy Bavierb35171c2020-03-06 15:47:29 -0700318 name: gerritProject
319 default: '{gerrit-project}'
320 description: 'Name of the Gerrit project'
321
322 - string:
323 name: gerritChangeNumber
324 default: ''
325 description: 'Changeset number in Gerrit'
326
327 - string:
328 name: gerritPatchsetNumber
329 default: ''
330 description: 'PatchSet number in Gerrit'
331
332 - string:
Andy Bavier3708d072019-12-10 15:22:18 -0700333 name: testRuns
334 default: '{test-runs}'
335 description: 'How many times to repeat the tests'
336
337 - string:
338 name: extraRobotArgs
339 default: '{robot-args}'
340 description: 'Arguments to pass to robot'
341
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700342 - string:
343 name: workFlow
344 default: '{work-flow}'
345 description: 'Workflow for testcase'
Andy Bavier3708d072019-12-10 15:22:18 -0700346
pierventref48ebc12020-07-17 16:01:32 +0200347 - string:
348 name: karafHome
349 default: '{karaf-home}'
350 description: 'Karaf home'
351
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700352 - string:
353 name: volthaSystemTestsChange
354 default: '{volthaSystemTestsChange}'
355 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
356
357 - string:
358 name: kindVolthaChange
359 default: '{kindVolthaChange}'
360 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
361
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800362 - string:
363 name: olts
364 default: '{olts}'
365 description: 'How many BBSim instances to run'
366
Kailash8b8de742019-07-30 08:54:51 -0700367 project-type: pipeline
Andy Bavier358aa0b2019-11-22 11:55:39 -0700368 concurrent: true
Kailash8b8de742019-07-30 08:54:51 -0700369
Zack Williamsb3292082019-10-11 17:15:18 -0700370 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailash6be1aa92019-08-05 18:11:11 -0700371
372 triggers:
hwchiu14f97852019-10-08 10:51:11 -0700373 - timed: |
Kailash6be1aa92019-08-05 18:11:11 -0700374 TZ=America/Los_Angeles
Andy Bavier218385e2019-11-13 09:51:38 -0700375 {time-trigger}
Kailashaad71012019-08-27 10:36:53 -0700376
377- job-template:
378 id: 'voltha-patch-test'
Matteo Scandolo84e5f002020-02-10 11:50:05 -0800379 name: 'verify_{project}_sanity-test{name-extension}'
Andy Bavier4318f8d2020-04-09 13:50:53 -0700380 override-branch: '$GERRIT_BRANCH'
Andy Bavier02b00dc2020-04-28 13:01:12 -0700381 sandbox: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800382 build-timeout: 20
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700383 volthaSystemTestsChange: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800384 volthaHelmChartsChange: ''
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700385 kindVolthaChange: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800386 branch-regexp: '{all-branches-regexp}'
Kailashaad71012019-08-27 10:36:53 -0700387
388 description: |
389 <!-- Managed by Jenkins Job Builder -->
390 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
391 E2E Validation for Voltha 2.X
392
393 properties:
394 - cord-infra-properties:
395 build-days-to-keep: '{build-days-to-keep}'
396 artifact-num-to-keep: '{artifact-num-to-keep}'
397
398 wrappers:
399 - lf-infra-wrappers:
400 build-timeout: '{build-timeout}'
401 jenkins-ssh-credential: '{jenkins-ssh-credential}'
402
403 parameters:
404 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700405 name: buildNode
Kailashaad71012019-08-27 10:36:53 -0700406 default: 'ubuntu16.04-basebuild-4c-8g'
407 description: 'Name of the Jenkins node to run the job on'
408
409 - string:
hwchiu14f97852019-10-08 10:51:11 -0700410 name: gerritProject
411 default: '$GERRIT_PROJECT'
412 description: 'Name of the Gerrit project'
Kailashaad71012019-08-27 10:36:53 -0700413
414 - string:
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700415 name: gerritRefspec
416 default: '$GERRIT_REFSPEC'
417 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
Kailashaad71012019-08-27 10:36:53 -0700418
419 - string:
Andy Bavierbedd0392019-10-16 13:58:18 -0700420 name: extraHelmFlags
Andy Bavier10926f12020-03-27 16:53:43 -0700421 default: ''
Andy Bavierbedd0392019-10-16 13:58:18 -0700422 description: 'Helm flags to pass to ./voltha up'
423
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700424 - string:
425 name: volthaSystemTestsChange
426 default: '{volthaSystemTestsChange}'
427 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
428
429 - string:
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800430 name: volthaSystemTestsChange
431 default: '{volthaSystemTestsChange}'
432 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
433
434 - string:
435 name: volthaHelmChartsChange
436 default: '{volthaHelmChartsChange}'
437 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
438
439 - string:
440 name: branch
441 default: '{override-branch}'
442 description: 'Name of the branch to use'
443
444 # deprecated params (not used in master, remove after 2.6 support is dropped)
445 - string:
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700446 name: kindVolthaChange
447 default: '{kindVolthaChange}'
448 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
449
Kailashaad71012019-08-27 10:36:53 -0700450 project-type: pipeline
Kailashb59bc7f2019-09-03 13:13:27 -0700451 concurrent: true
Kailashaad71012019-08-27 10:36:53 -0700452
Zack Williamsb3292082019-10-11 17:15:18 -0700453 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailashaad71012019-08-27 10:36:53 -0700454
455 triggers:
Andy Bavierb99c3d32020-02-18 11:14:17 -0700456 - gerrit:
457 server-name: '{gerrit-server-name}'
Kailashaad71012019-08-27 10:36:53 -0700458 dependency-jobs: '{dependency-jobs}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700459 silent-start: true
460 trigger-on:
461 - patchset-created-event:
462 exclude-drafts: true
463 exclude-trivial-rebase: false
464 exclude-no-code-change: true
465 - draft-published-event
466 - comment-added-contains-event:
467 comment-contains-value: '(?i)^.*recheck$'
468 projects:
469 - project-compare-type: REG_EXP
470 project-pattern: '^{project}$'
471 branches:
472 - branch-compare-type: REG_EXP
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800473 branch-pattern: '{branch-regexp}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700474 file-paths:
475 - compare-type: REG_EXP
476 pattern: '{all-files-regexp}'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700477
478# POD Per Patchset Pipeline Jobs
479
480- job-template:
Andy Bavier19c98a22019-11-11 13:57:11 -0700481 name: '{name}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700482 id: verify_physical_voltha_patchset_auto
483 description: |
484 <!-- Managed by Jenkins Job Builder -->
485 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
486 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
487 Created by Andy Bavier, andy@opennetworking.org <br />
488 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavier51ba7e82019-12-17 11:01:01 -0700489 sandbox: true
490 pipeline-script: 'voltha-physical-build-and-tests.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700491 default-test-args: '-i sanityORDeleteOLT -X'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700492
493 properties:
494 - cord-infra-properties:
495 build-days-to-keep: '{build-days-to-keep}'
496 artifact-num-to-keep: '{artifact-num-to-keep}'
497
498 parameters:
499 - string:
500 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -0700501 default: '{build-node}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700502 description: 'Pod management node'
503
504 - string:
505 name: manifestUrl
506 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
507 description: 'URL to the repo manifest'
508
509 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700510 name: branch
511 default: '$GERRIT_BRANCH'
512 description: 'Name of the branch to use'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700513
514 - string:
515 name: gerritProject
516 default: '$GERRIT_PROJECT'
517 description: 'Name of the Gerrit project'
518
519 - string:
520 name: gerritChangeNumber
521 default: '$GERRIT_CHANGE_NUMBER'
522 description: 'Changeset number in Gerrit'
523
524 - string:
525 name: gerritPatchsetNumber
526 default: '$GERRIT_PATCHSET_NUMBER'
527 description: 'PatchSet number in Gerrit'
528
529 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -0700530 name: gerritRefspec
531 default: '$GERRIT_REFSPEC'
532 description: 'RefSpec number in Gerrit'
533
534 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700535 name: cordRepoUrl
536 default: '{gerrit-server-url}'
537 description: 'The URL of the CORD Project repository'
538
539 - string:
540 name: podName
541 default: '{config-pod}'
542
543 - string:
544 name: deploymentConfigFile
545 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
546 description: 'Path of deployment config file'
547
548 - string:
549 name: kindVolthaValuesFile
550 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
551 description: 'Path of kind-voltha values override file'
552
553 - string:
554 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -0700555 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700556 description: 'Path of SADIS config to load'
557
558 - string:
559 name: localConfigDir
560 default: null
561 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
562
563 - string:
564 name: configRepo
565 default: 'pod-configs'
566 description: 'A repository containing the config files, will be checked out if specified'
567
568 - string:
Andy Bavier893d2442020-05-21 12:41:17 -0700569 name: oltDebVersionMaster
570 default: '{oltDebVersionMaster}'
571 description: 'OLT Software version to install for master branch builds'
572
573 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700574 name: oltDebVersion
Andy Bavier893d2442020-05-21 12:41:17 -0700575 default: '{oltDebVersionVoltha23}'
576 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700577
578 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700579 name: profile
580 default: '{profile}'
581 description: 'Technology Profile pushed to the ETCD'
582
583 - string:
584 name: notificationEmail
585 default: 'andy@opennetworking.org'
586 description: ''
587
588 - bool:
589 name: reinstallOlt
590 default: true
591 description: "Re-install OLT software"
592
Zack Williams03ebb272020-03-27 09:42:33 -0700593 - string:
594 name: manualBranch
595 default: '{manualBranch}'
596 description: "If a non-empty string, build manually as a specific branch, not with a specific patchset"
Andy Bavier51ba7e82019-12-17 11:01:01 -0700597
598 - string:
599 name: extraRobotArgs
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700600 default: '{default-test-args}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700601 description: 'Arguments to pass to robot'
602
603 project-type: pipeline
604 concurrent: true
605
606 dsl: !include-raw-escape: pipeline/{pipeline-script}
607
608 triggers:
609 - gerrit:
610 server-name: '{gerrit-server-name}'
611 dependency-jobs: '{dependency-jobs}'
612 silent-start: false
613 successful-message: "PASSED hardware test"
614 failure-message: "FAILED hardware test"
615 unstable-message: "UNSTABLE hardware test"
616 trigger-on:
617 - comment-added-event:
618 approval-category: 'Code-Review'
619 approval-value: '+2'
620 projects:
621 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -0800622 project-pattern: '^(voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-go)$'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700623 branches:
Andy Bavier37f6ea92020-04-03 11:13:35 -0700624 - branch-compare-type: REG_EXP
Andy Baviera654abd2020-04-03 12:43:54 -0700625 branch-pattern: '{all-branches-regexp}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700626
627
628- job-template:
629 name: '{name}'
630 id: verify_physical_voltha_patchset_manual
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700631 description: |
632 <!-- Managed by Jenkins Job Builder -->
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700633 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
Andy Baviere9916452019-11-06 12:32:47 -0700634 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700635 Created by Andy Bavier, andy@opennetworking.org <br />
636 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700637 sandbox: true
Andy Bavier358aa0b2019-11-22 11:55:39 -0700638 pipeline-script: 'voltha-physical-build-and-tests.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700639 trigger-string: 'hardware test'
640 default-test-args: '-i sanityORDeleteOLT -X'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700641
642 properties:
643 - cord-infra-properties:
644 build-days-to-keep: '{build-days-to-keep}'
645 artifact-num-to-keep: '{artifact-num-to-keep}'
646
647 parameters:
648 - string:
Andy Bavier97ebbba2019-11-08 10:47:46 -0700649 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -0700650 default: '{build-node}'
Andy Bavier97ebbba2019-11-08 10:47:46 -0700651 description: 'Pod management node'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700652
653 - string:
654 name: manifestUrl
655 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
656 description: 'URL to the repo manifest'
657
658 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700659 name: branch
660 default: '$GERRIT_BRANCH'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700661 description: 'Name of the repo branch to use'
662
663 - string:
664 name: gerritProject
665 default: '$GERRIT_PROJECT'
666 description: 'Name of the Gerrit project'
667
668 - string:
669 name: gerritChangeNumber
670 default: '$GERRIT_CHANGE_NUMBER'
671 description: 'Changeset number in Gerrit'
672
673 - string:
674 name: gerritPatchsetNumber
675 default: '$GERRIT_PATCHSET_NUMBER'
676 description: 'PatchSet number in Gerrit'
677
678 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -0700679 name: gerritRefspec
680 default: '$GERRIT_REFSPEC'
681 description: 'RefSpec number in Gerrit'
682
683 - string:
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700684 name: cordRepoUrl
685 default: '{gerrit-server-url}'
686 description: 'The URL of the CORD Project repository'
687
688 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700689 name: podName
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700690 default: '{config-pod}'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700691
692 - string:
693 name: deploymentConfigFile
694 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
695 description: 'Path of deployment config file'
696
697 - string:
698 name: kindVolthaValuesFile
699 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
700 description: 'Path of kind-voltha values override file'
701
702 - string:
703 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -0700704 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700705 description: 'Path of SADIS config to load'
706
707 - string:
708 name: localConfigDir
709 default: null
710 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
711
712 - string:
713 name: configRepo
714 default: 'pod-configs'
715 description: 'A repository containing the config files, will be checked out if specified'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700716
717 - string:
Andy Bavier893d2442020-05-21 12:41:17 -0700718 name: oltDebVersionMaster
719 default: '{oltDebVersionMaster}'
720 description: 'OLT Software version to install for master branch builds'
721
722 - string:
723 name: oltDebVersionVoltha23
724 default: '{oltDebVersionVoltha23}'
725 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700726
727 - string:
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700728 name: profile
729 default: '{profile}'
730 description: 'Technology Profile pushed to the ETCD'
731
732 - string:
733 name: notificationEmail
734 default: 'andy@opennetworking.org'
735 description: ''
736
737 - bool:
738 name: reinstallOlt
739 default: true
740 description: "Re-install OLT software"
741
Zack Williams03ebb272020-03-27 09:42:33 -0700742 - string:
743 name: manualBranch
744 default: '{manualBranch}'
745 description: "If a non-empty string, build manually on a specific branch, not with a specific patchset"
Andy Bavier19c98a22019-11-11 13:57:11 -0700746
Andy Bavier8c11d462019-12-17 08:19:34 -0700747 - string:
748 name: extraRobotArgs
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700749 default: '{default-test-args}'
Andy Bavier8c11d462019-12-17 08:19:34 -0700750 description: 'Arguments to pass to robot'
751
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700752 project-type: pipeline
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700753 concurrent: true
754
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700755 dsl: !include-raw-escape: pipeline/{pipeline-script}
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700756
Andy Bavier1f465592019-11-06 10:03:56 -0700757 triggers:
758 - gerrit:
759 server-name: '{gerrit-server-name}'
760 dependency-jobs: '{dependency-jobs}'
761 silent-start: false
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700762 successful-message: "PASSED {trigger-string}"
763 failure-message: "FAILED {trigger-string}"
764 unstable-message: "UNSTABLE {trigger-string}"
Andy Bavier1f465592019-11-06 10:03:56 -0700765 trigger-on:
766 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700767 comment-contains-value: '^{trigger-string}$'
Scott Bakerda31d7b2020-01-08 16:35:52 -0800768 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700769 comment-contains-value: '^{trigger-string} with delay$'
Andy Bavier8c11d462019-12-17 08:19:34 -0700770 projects:
771 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -0800772 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-api-server|voltha-system-tests|ofagent-py|ofagent-go|voltha-onos|kind-voltha|voltha-helm-charts)$'
Andy Bavier8c11d462019-12-17 08:19:34 -0700773 branches:
Andy Bavierfc3ca142020-03-27 13:44:25 -0700774 - branch-compare-type: REG_EXP
Andy Baviera654abd2020-04-03 12:43:54 -0700775 branch-pattern: '{all-branches-regexp}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700776
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700777
778- job-template:
779 name: '{name}'
780 id: build_physical_voltha_manual
781 description: |
782 <!-- Managed by Jenkins Job Builder -->
783 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
784 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
785 Created by Andy Bavier, andy@opennetworking.org <br />
786 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700787 sandbox: true
Andy Bavier358aa0b2019-11-22 11:55:39 -0700788 pipeline-script: 'voltha-physical-build-and-tests.groovy'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700789
790 properties:
791 - cord-infra-properties:
792 build-days-to-keep: '{build-days-to-keep}'
793 artifact-num-to-keep: '{artifact-num-to-keep}'
794
795 parameters:
796 - string:
797 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -0700798 default: '{build-node}'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700799 description: 'Pod management node'
800
801 - string:
802 name: manifestUrl
803 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
804 description: 'URL to the repo manifest'
805
806 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700807 name: branch
808 default: "$GERRIT_BRANCH"
809 description: 'Name of the repo manifest branch to use'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700810
811 - string:
812 name: gerritProject
813 default: '$GERRIT_PROJECT'
814 description: 'Name of the Gerrit project'
815
816 - string:
817 name: gerritChangeNumber
818 default: '$GERRIT_CHANGE_NUMBER'
819 description: 'Changeset number in Gerrit'
820
821 - string:
822 name: gerritPatchsetNumber
823 default: '$GERRIT_PATCHSET_NUMBER'
824 description: 'PatchSet number in Gerrit'
825
826 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -0700827 name: gerritRefspec
828 default: '$GERRIT_REFSPEC'
829 description: 'RefSpec number in Gerrit'
830
831 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700832 name: cordRepoUrl
833 default: '{gerrit-server-url}'
834 description: 'The URL of the CORD Project repository'
835
836 - string:
837 name: podName
838 default: '{config-pod}'
839
840 - string:
841 name: deploymentConfigFile
842 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
843 description: 'Path of deployment config file'
844
845 - string:
846 name: kindVolthaValuesFile
847 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
848 description: 'Path of kind-voltha values override file'
849
850 - string:
851 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -0700852 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700853 description: 'Path of SADIS config to load'
854
855 - string:
856 name: localConfigDir
857 default: null
858 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
859
860 - string:
861 name: configRepo
862 default: 'pod-configs'
863 description: 'A repository containing the config files, will be checked out if specified'
864
865 - string:
Andy Bavier893d2442020-05-21 12:41:17 -0700866 name: oltDebVersionMaster
867 default: '{oltDebVersionMaster}'
868 description: 'OLT Software version to install for master branch builds'
869
870 - string:
871 name: oltDebVersionVoltha23
872 default: '{oltDebVersionVoltha23}'
873 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700874
875 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700876 name: profile
877 default: '{profile}'
878 description: 'Technology Profile pushed to the ETCD'
879
880 - string:
881 name: notificationEmail
882 default: 'andy@opennetworking.org'
883 description: ''
884
885 - bool:
886 name: reinstallOlt
887 default: false
888 description: "Re-install OLT software"
889
Zack Williams03ebb272020-03-27 09:42:33 -0700890 - string:
891 name: manualBranch
892 default: '{manualBranch}'
893 description: "If a non-empty string, build manually on a specific branch, not with a specific patchset"
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700894
Andy Bavier8c11d462019-12-17 08:19:34 -0700895 - string:
896 name: extraRobotArgs
Andy Bavierd2b25fe2020-06-09 07:22:00 -0700897 default: '-e bbsim -X'
Andy Bavier8c11d462019-12-17 08:19:34 -0700898 description: 'Arguments to pass to robot'
899
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700900 project-type: pipeline
901 concurrent: true
902
903 dsl: !include-raw-escape: pipeline/{pipeline-script}