blob: 639714ecadab093b819b5b1f523390edd9192a33 [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}'
8
9 jobs:
hwchiu14f97852019-10-08 10:51:11 -070010 - 'voltha-periodic-test':
Andy Bavier218385e2019-11-13 09:51:38 -070011 name: 'periodic-voltha-sanity-test'
Andy Bavier4c8b3232019-11-22 16:17:47 -070012 build-node: 'qct-pod4-node2'
Andy Bavieraaa60f72019-09-20 09:11:21 -070013 default-image-tag: 'master'
Andy Bavier4c8b3232019-11-22 16:17:47 -070014 code-branch: 'master'
Andy Bavier218385e2019-11-13 09:51:38 -070015 make-target: sanity-multi-kind
16 onus: 2
17 pons: 2
18 time-trigger: "H H/3 * * *"
19
20 - 'voltha-periodic-test':
hwchiufdc49242019-11-18 16:37:22 -080021 name: 'periodic-voltha-system-test'
22 pipeline-script: 'voltha-system-test-bbsim.groovy'
hwchiuc7d5d032019-12-03 16:42:47 -080023 build-node: 'ubuntu16.04-basebuild-4c-8g'
hwchiufdc49242019-11-18 16:37:22 -080024 default-image-tag: 'master'
hwchiuc9189b72019-12-02 15:12:29 -080025 code-branch: 'master'
hwchiuc7d5d032019-12-03 16:42:47 -080026 make-target: sanity-single-kind
hwchiufdc49242019-11-18 16:37:22 -080027 onus: 2
28 pons: 2
29 time-trigger: "H H/12 * * *"
30
31 - 'voltha-periodic-test':
Andy Bavier3708d072019-12-10 15:22:18 -070032 name: 'periodic-voltha-sanity-test-multi-runs'
33 build-node: 'qct-pod4-node2'
34 default-image-tag: 'master'
35 code-branch: 'master'
Andy Bavier529888d2019-12-11 16:55:34 -070036 make-target: sanity-kind
Andy Bavier3708d072019-12-10 15:22:18 -070037 onus: 1
38 pons: 1
39 test-runs: 5
40 time-trigger: "H H/3 * * *"
41
42 - 'voltha-periodic-test':
Andy Bavier218385e2019-11-13 09:51:38 -070043 name: 'periodic-voltha-scale-test'
Andy Bavier4c8b3232019-11-22 16:17:47 -070044 build-node: 'qct-pod4-node2'
Andy Bavier218385e2019-11-13 09:51:38 -070045 default-image-tag: 'master'
Andy Bavier4c8b3232019-11-22 16:17:47 -070046 code-branch: 'master'
Andy Bavier218385e2019-11-13 09:51:38 -070047 make-target: scale-multi-kind
48 onus: 2
49 pons: 8
Andy Bavier3708d072019-12-10 15:22:18 -070050 robot-args: '-v teardown_device:False'
Andy Bavier218385e2019-11-13 09:51:38 -070051 time-trigger: "H H/3 * * *"
Kailashaad71012019-08-27 10:36:53 -070052
Andy Bavierbf68c5e2019-10-25 15:05:28 -070053 # Per-patchset Pod builds on Tucson pod
Andy Bavier51ba7e82019-12-17 11:01:01 -070054 - 'verify_physical_voltha_patchset_auto':
55 name: 'verify_physical_voltha_patchset_auto'
56 testvm: 'tucson-pod'
57 config-pod: 'tucson-pod'
58 branch: 'master'
59 oltDebVersion: 'openolt_asfvolt16.deb'
60 profile: 'Default'
61 withPatchset: true
62
63 # Per-patchset Pod builds on Tucson pod
64 - 'verify_physical_voltha_patchset_manual':
65 name: 'verify_physical_voltha_patchset_manual'
Andy Bavierbf68c5e2019-10-25 15:05:28 -070066 testvm: 'tucson-pod'
67 config-pod: 'tucson-pod'
68 branch: 'master'
Andy Bavierfc4dcc42019-11-18 15:33:52 -070069 oltDebVersion: 'openolt_asfvolt16.deb'
Andy Bavierbf68c5e2019-10-25 15:05:28 -070070 profile: 'Default'
Andy Bavier19c98a22019-11-11 13:57:11 -070071 withPatchset: true
72
73 # Manual build job for Tucson pod
74 # Allow local testing without disrupting above job
Andy Bavier61c5b2a2019-11-12 12:08:19 -070075 - 'build_physical_voltha_manual':
Andy Bavier19c98a22019-11-11 13:57:11 -070076 name: 'build_tucson-pod_manual'
77 testvm: 'tucson-pod'
78 config-pod: 'tucson-pod'
79 branch: 'master'
Andy Bavierfc4dcc42019-11-18 15:33:52 -070080 oltDebVersion: 'openolt_asfvolt16.deb'
Andy Bavier19c98a22019-11-11 13:57:11 -070081 profile: 'Default'
82 withPatchset: false
Andy Bavierbf68c5e2019-10-25 15:05:28 -070083
Kailash8b8de742019-07-30 08:54:51 -070084- job-template:
Kailashaad71012019-08-27 10:36:53 -070085 id: 'voltha-periodic-test'
86 name: '{name}'
Andy Bavier4c8b3232019-11-22 16:17:47 -070087 pipeline-script: 'voltha-go-tests.groovy'
Andy Bavier3708d072019-12-10 15:22:18 -070088 test-runs: 1
89 robot-args: ''
Kailash8b8de742019-07-30 08:54:51 -070090
91 description: |
92 <!-- Managed by Jenkins Job Builder -->
93 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
94 E2E Validation for Voltha 2.X
95
96 properties:
97 - cord-infra-properties:
98 build-days-to-keep: '{build-days-to-keep}'
99 artifact-num-to-keep: '{artifact-num-to-keep}'
100
101 wrappers:
102 - lf-infra-wrappers:
103 build-timeout: '{build-timeout}'
104 jenkins-ssh-credential: '{jenkins-ssh-credential}'
105
106 parameters:
107 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700108 name: buildNode
Andy Bavier833b78e2019-11-22 17:01:31 -0700109 default: '{build-node}'
Kailash8b8de742019-07-30 08:54:51 -0700110 description: 'Name of the Jenkins node to run the job on'
111
112 - string:
Andy Bavierea26c5c2019-09-18 08:09:17 -0700113 name: extraHelmFlags
Andy Bavier218385e2019-11-13 09:51:38 -0700114 default: '--set defaults.image_tag={default-image-tag},onu={onus},pon={pons}'
Andy Bavierea26c5c2019-09-18 08:09:17 -0700115 description: 'Helm flags to pass to ./voltha up'
116
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700117 - string:
Andy Bavier218385e2019-11-13 09:51:38 -0700118 name: makeTarget
119 default: '{make-target}'
120 description: 'Makefile target to invoke during test'
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700121
Andy Bavier4c8b3232019-11-22 16:17:47 -0700122 - string:
123 name: manifestUrl
124 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
125 description: 'Repo manifest URL for code checkout (so we can display changes in Jenkins)'
126
127 - string:
128 name: manifestBranch
129 default: '{code-branch}'
130 description: 'Repo manifest branch for code checkout (so we can display changes in Jenkins)'
131
Andy Bavier3708d072019-12-10 15:22:18 -0700132 - string:
133 name: testRuns
134 default: '{test-runs}'
135 description: 'How many times to repeat the tests'
136
137 - string:
138 name: extraRobotArgs
139 default: '{robot-args}'
140 description: 'Arguments to pass to robot'
141
142
Kailash8b8de742019-07-30 08:54:51 -0700143 project-type: pipeline
Andy Bavier358aa0b2019-11-22 11:55:39 -0700144 concurrent: true
Kailash8b8de742019-07-30 08:54:51 -0700145
Zack Williamsb3292082019-10-11 17:15:18 -0700146 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailash6be1aa92019-08-05 18:11:11 -0700147
148 triggers:
hwchiu14f97852019-10-08 10:51:11 -0700149 - timed: |
Kailash6be1aa92019-08-05 18:11:11 -0700150 TZ=America/Los_Angeles
Andy Bavier218385e2019-11-13 09:51:38 -0700151 {time-trigger}
Kailashaad71012019-08-27 10:36:53 -0700152
153- job-template:
154 id: 'voltha-patch-test'
Andy Bavier4f7fbea2019-11-21 14:38:47 -0700155 name: 'verify_{project}_sanity-test'
156 extra-helm-flags: '--set defaults.image_tag=$GERRIT_BRANCH'
Kailashaad71012019-08-27 10:36:53 -0700157
158 description: |
159 <!-- Managed by Jenkins Job Builder -->
160 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
161 E2E Validation for Voltha 2.X
162
163 properties:
164 - cord-infra-properties:
165 build-days-to-keep: '{build-days-to-keep}'
166 artifact-num-to-keep: '{artifact-num-to-keep}'
167
168 wrappers:
169 - lf-infra-wrappers:
170 build-timeout: '{build-timeout}'
171 jenkins-ssh-credential: '{jenkins-ssh-credential}'
172
173 parameters:
174 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700175 name: buildNode
Kailashaad71012019-08-27 10:36:53 -0700176 default: 'ubuntu16.04-basebuild-4c-8g'
177 description: 'Name of the Jenkins node to run the job on'
178
179 - string:
180 name: manifestUrl
181 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
182 description: 'URL to the repo manifest'
183
184 - string:
hwchiu14f97852019-10-08 10:51:11 -0700185 name: manifestBranch
186 default: '$GERRIT_BRANCH'
187 description: 'Name of the repo branch to use'
Kailashaad71012019-08-27 10:36:53 -0700188
189 - string:
hwchiu14f97852019-10-08 10:51:11 -0700190 name: gerritProject
191 default: '$GERRIT_PROJECT'
192 description: 'Name of the Gerrit project'
Kailashaad71012019-08-27 10:36:53 -0700193
194 - string:
hwchiu14f97852019-10-08 10:51:11 -0700195 name: gerritChangeNumber
196 default: '$GERRIT_CHANGE_NUMBER'
197 description: 'Changeset number in Gerrit'
Kailashaad71012019-08-27 10:36:53 -0700198
199 - string:
hwchiu14f97852019-10-08 10:51:11 -0700200 name: gerritPatchsetNumber
201 default: '$GERRIT_PATCHSET_NUMBER'
202 description: 'PatchSet number in Gerrit'
Kailashaad71012019-08-27 10:36:53 -0700203
204 - string:
Andy Bavierbedd0392019-10-16 13:58:18 -0700205 name: extraHelmFlags
Andy Bavier4f7fbea2019-11-21 14:38:47 -0700206 default: '{extra-helm-flags}'
Andy Bavierbedd0392019-10-16 13:58:18 -0700207 description: 'Helm flags to pass to ./voltha up'
208
Kailashaad71012019-08-27 10:36:53 -0700209 project-type: pipeline
Kailashb59bc7f2019-09-03 13:13:27 -0700210 concurrent: true
Kailashaad71012019-08-27 10:36:53 -0700211
Zack Williamsb3292082019-10-11 17:15:18 -0700212 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailashaad71012019-08-27 10:36:53 -0700213
214 triggers:
215 - cord-infra-gerrit-trigger-patchset:
216 gerrit-server-name: '{gerrit-server-name}'
Kailash53d86722019-09-05 09:08:41 -0700217 project-regexp: '^{project}$'
218 branch-regexp: '{branch-regexp}'
Kailashaad71012019-08-27 10:36:53 -0700219 dependency-jobs: '{dependency-jobs}'
220 file-include-regexp: '{all-files-regexp}'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700221
222# POD Per Patchset Pipeline Jobs
223
Andy Bavier51ba7e82019-12-17 11:01:01 -0700224
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700225- job-template:
Andy Bavier19c98a22019-11-11 13:57:11 -0700226 name: '{name}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700227 id: verify_physical_voltha_patchset_auto
228 description: |
229 <!-- Managed by Jenkins Job Builder -->
230 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
231 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
232 Created by Andy Bavier, andy@opennetworking.org <br />
233 Copyright (c) 2019 Open Networking Foundation (ONF)
234 project-type: pipeline
235 sandbox: true
236 pipeline-script: 'voltha-physical-build-and-tests.groovy'
237
238 properties:
239 - cord-infra-properties:
240 build-days-to-keep: '{build-days-to-keep}'
241 artifact-num-to-keep: '{artifact-num-to-keep}'
242
243 parameters:
244 - string:
245 name: buildNode
246 default: '{testvm}'
247 description: 'Pod management node'
248
249 - string:
250 name: manifestUrl
251 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
252 description: 'URL to the repo manifest'
253
254 - string:
255 name: manifestBranch
256 default: '$GERRIT_BRANCH'
257 description: 'Name of the repo branch to use'
258
259 - string:
260 name: gerritProject
261 default: '$GERRIT_PROJECT'
262 description: 'Name of the Gerrit project'
263
264 - string:
265 name: gerritChangeNumber
266 default: '$GERRIT_CHANGE_NUMBER'
267 description: 'Changeset number in Gerrit'
268
269 - string:
270 name: gerritPatchsetNumber
271 default: '$GERRIT_PATCHSET_NUMBER'
272 description: 'PatchSet number in Gerrit'
273
274 - string:
275 name: cordRepoUrl
276 default: '{gerrit-server-url}'
277 description: 'The URL of the CORD Project repository'
278
279 - string:
280 name: podName
281 default: '{config-pod}'
282
283 - string:
284 name: deploymentConfigFile
285 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
286 description: 'Path of deployment config file'
287
288 - string:
289 name: kindVolthaValuesFile
290 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
291 description: 'Path of kind-voltha values override file'
292
293 - string:
294 name: sadisConfigFile
295 default: 'voltha/voltha-system-tests/tests/data/{config-pod}-sadis.json'
296 description: 'Path of SADIS config to load'
297
298 - string:
299 name: localConfigDir
300 default: null
301 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
302
303 - string:
304 name: configRepo
305 default: 'pod-configs'
306 description: 'A repository containing the config files, will be checked out if specified'
307
308 - string:
309 name: oltDebVersion
310 default: '{oltDebVersion}'
311 description: 'OLT Software version to install'
312
313 - string:
314 name: branch
315 default: '{branch}'
316
317 - string:
318 name: profile
319 default: '{profile}'
320 description: 'Technology Profile pushed to the ETCD'
321
322 - string:
323 name: notificationEmail
324 default: 'andy@opennetworking.org'
325 description: ''
326
327 - bool:
328 name: reinstallOlt
329 default: true
330 description: "Re-install OLT software"
331
332 - bool:
333 name: withPatchset
334 default: true
335 description: "Build with Gerrit patchset"
336
337 - string:
338 name: extraRobotArgs
339 default: '-i sanity'
340 description: 'Arguments to pass to robot'
341
342 project-type: pipeline
343 concurrent: true
344
345 dsl: !include-raw-escape: pipeline/{pipeline-script}
346
347 triggers:
348 - gerrit:
349 server-name: '{gerrit-server-name}'
350 dependency-jobs: '{dependency-jobs}'
351 silent-start: false
352 successful-message: "PASSED hardware test"
353 failure-message: "FAILED hardware test"
354 unstable-message: "UNSTABLE hardware test"
355 trigger-on:
356 - comment-added-event:
357 approval-category: 'Code-Review'
358 approval-value: '+2'
359 projects:
360 - project-compare-type: REG_EXP
361 project-pattern: '^(voltha-openolt-adapter|voltha-openonu-adapter)$'
362 branches:
363 - branch-compare-type: PLAIN
364 branch-pattern: 'master'
365
366
367- job-template:
368 name: '{name}'
369 id: verify_physical_voltha_patchset_manual
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700370 description: |
371 <!-- Managed by Jenkins Job Builder -->
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700372 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
Andy Baviere9916452019-11-06 12:32:47 -0700373 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700374 Created by Andy Bavier, andy@opennetworking.org <br />
375 Copyright (c) 2019 Open Networking Foundation (ONF)
376 project-type: pipeline
377 sandbox: true
Andy Bavier358aa0b2019-11-22 11:55:39 -0700378 pipeline-script: 'voltha-physical-build-and-tests.groovy'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700379
380 properties:
381 - cord-infra-properties:
382 build-days-to-keep: '{build-days-to-keep}'
383 artifact-num-to-keep: '{artifact-num-to-keep}'
384
385 parameters:
386 - string:
Andy Bavier97ebbba2019-11-08 10:47:46 -0700387 name: buildNode
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700388 default: '{testvm}'
Andy Bavier97ebbba2019-11-08 10:47:46 -0700389 description: 'Pod management node'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700390
391 - string:
392 name: manifestUrl
393 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
394 description: 'URL to the repo manifest'
395
396 - string:
397 name: manifestBranch
398 default: '$GERRIT_BRANCH'
399 description: 'Name of the repo branch to use'
400
401 - string:
402 name: gerritProject
403 default: '$GERRIT_PROJECT'
404 description: 'Name of the Gerrit project'
405
406 - string:
407 name: gerritChangeNumber
408 default: '$GERRIT_CHANGE_NUMBER'
409 description: 'Changeset number in Gerrit'
410
411 - string:
412 name: gerritPatchsetNumber
413 default: '$GERRIT_PATCHSET_NUMBER'
414 description: 'PatchSet number in Gerrit'
415
416 - string:
417 name: cordRepoUrl
418 default: '{gerrit-server-url}'
419 description: 'The URL of the CORD Project repository'
420
421 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700422 name: podName
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700423 default: '{config-pod}'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700424
425 - string:
426 name: deploymentConfigFile
427 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
428 description: 'Path of deployment config file'
429
430 - string:
431 name: kindVolthaValuesFile
432 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
433 description: 'Path of kind-voltha values override file'
434
435 - string:
436 name: sadisConfigFile
437 default: 'voltha/voltha-system-tests/tests/data/{config-pod}-sadis.json'
438 description: 'Path of SADIS config to load'
439
440 - string:
441 name: localConfigDir
442 default: null
443 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
444
445 - string:
446 name: configRepo
447 default: 'pod-configs'
448 description: 'A repository containing the config files, will be checked out if specified'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700449
450 - string:
451 name: oltDebVersion
452 default: '{oltDebVersion}'
453 description: 'OLT Software version to install'
454
455 - string:
456 name: branch
457 default: '{branch}'
458
459 - string:
460 name: profile
461 default: '{profile}'
462 description: 'Technology Profile pushed to the ETCD'
463
464 - string:
465 name: notificationEmail
466 default: 'andy@opennetworking.org'
467 description: ''
468
469 - bool:
470 name: reinstallOlt
471 default: true
472 description: "Re-install OLT software"
473
Andy Bavier19c98a22019-11-11 13:57:11 -0700474 - bool:
475 name: withPatchset
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700476 default: true
477 description: "Build with Gerrit patchset"
Andy Bavier19c98a22019-11-11 13:57:11 -0700478
Andy Bavier8c11d462019-12-17 08:19:34 -0700479 - string:
480 name: extraRobotArgs
481 default: '-i sanity'
482 description: 'Arguments to pass to robot'
483
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700484 project-type: pipeline
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700485 concurrent: true
486
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700487 dsl: !include-raw-escape: pipeline/{pipeline-script}
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700488
Andy Bavier1f465592019-11-06 10:03:56 -0700489 triggers:
490 - gerrit:
491 server-name: '{gerrit-server-name}'
492 dependency-jobs: '{dependency-jobs}'
493 silent-start: false
494 successful-message: "PASSED hardware test"
495 failure-message: "FAILED hardware test"
496 unstable-message: "UNSTABLE hardware test"
497 trigger-on:
498 - comment-added-contains-event:
499 comment-contains-value: '^hardware test$'
Andy Bavier8c11d462019-12-17 08:19:34 -0700500 projects:
501 - project-compare-type: REG_EXP
502 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|voltha-api-server|voltha-system-tests|ofagent-py)$'
503 branches:
504 - branch-compare-type: PLAIN
505 branch-pattern: 'master'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700506
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700507
508- job-template:
509 name: '{name}'
510 id: build_physical_voltha_manual
511 description: |
512 <!-- Managed by Jenkins Job Builder -->
513 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
514 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
515 Created by Andy Bavier, andy@opennetworking.org <br />
516 Copyright (c) 2019 Open Networking Foundation (ONF)
517 project-type: pipeline
518 sandbox: true
Andy Bavier358aa0b2019-11-22 11:55:39 -0700519 pipeline-script: 'voltha-physical-build-and-tests.groovy'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700520
521 properties:
522 - cord-infra-properties:
523 build-days-to-keep: '{build-days-to-keep}'
524 artifact-num-to-keep: '{artifact-num-to-keep}'
525
526 parameters:
527 - string:
528 name: buildNode
529 default: '{testvm}'
530 description: 'Pod management node'
531
532 - string:
533 name: manifestUrl
534 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
535 description: 'URL to the repo manifest'
536
537 - string:
538 name: manifestBranch
Andy Bavier06d816c2019-11-19 11:40:48 -0700539 default: 'master'
540 description: 'Name of the repo branch to use (change to $GERRIT_BRANCH if testing a patchset)'
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700541
542 - string:
543 name: gerritProject
544 default: '$GERRIT_PROJECT'
545 description: 'Name of the Gerrit project'
546
547 - string:
548 name: gerritChangeNumber
549 default: '$GERRIT_CHANGE_NUMBER'
550 description: 'Changeset number in Gerrit'
551
552 - string:
553 name: gerritPatchsetNumber
554 default: '$GERRIT_PATCHSET_NUMBER'
555 description: 'PatchSet number in Gerrit'
556
557 - string:
558 name: cordRepoUrl
559 default: '{gerrit-server-url}'
560 description: 'The URL of the CORD Project repository'
561
562 - string:
563 name: podName
564 default: '{config-pod}'
565
566 - string:
567 name: deploymentConfigFile
568 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
569 description: 'Path of deployment config file'
570
571 - string:
572 name: kindVolthaValuesFile
573 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
574 description: 'Path of kind-voltha values override file'
575
576 - string:
577 name: sadisConfigFile
578 default: 'voltha/voltha-system-tests/tests/data/{config-pod}-sadis.json'
579 description: 'Path of SADIS config to load'
580
581 - string:
582 name: localConfigDir
583 default: null
584 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
585
586 - string:
587 name: configRepo
588 default: 'pod-configs'
589 description: 'A repository containing the config files, will be checked out if specified'
590
591 - string:
592 name: oltDebVersion
593 default: '{oltDebVersion}'
594 description: 'OLT Software version to install'
595
596 - string:
597 name: branch
598 default: '{branch}'
599
600 - string:
601 name: profile
602 default: '{profile}'
603 description: 'Technology Profile pushed to the ETCD'
604
605 - string:
606 name: notificationEmail
607 default: 'andy@opennetworking.org'
608 description: ''
609
610 - bool:
611 name: reinstallOlt
612 default: false
613 description: "Re-install OLT software"
614
615 - bool:
616 name: withPatchset
617 default: false
618 description: "Build with Gerrit patchset"
619
Andy Bavier8c11d462019-12-17 08:19:34 -0700620 - string:
621 name: extraRobotArgs
622 default: '-e bbsim'
623 description: 'Arguments to pass to robot'
624
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700625 project-type: pipeline
626 concurrent: true
627
628 dsl: !include-raw-escape: pipeline/{pipeline-script}