blob: 27f6c5180cb0bb25be99c46f6cd804bea3c40d50 [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
TorstenThiemea6c21342021-05-05 09:21:59 +000019 make-target-reconciletest: reconcile-openonu-go-adapter-test-att
TorstenThieme45422612021-03-23 10:38:59 +000020 make-target-reconciledttest: reconcile-openonu-go-adapter-test-dt
21 make-target-reconciletttest: reconcile-openonu-go-adapter-test-tt
Kailash8b8de742019-07-30 08:54:51 -070022
23 jobs:
Matteo Scandoloa57b0972021-05-03 14:04:58 -070024 - 'voltha-periodic-test':
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070025 name: 'periodic-voltha-test-bbsim'
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070026 code-branch: 'master'
Matteo Scandoloa57b0972021-05-03 14:04:58 -070027 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080028 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -070029 # NOTE why not a remote executor?
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080030 build-node: 'qct-pod4-node2'
Matteo Scandoloa57b0972021-05-03 14:04:58 -070031 registry: 'registry.menlo.onlab.us'
32 volthaSystemTestsChange: refs/changes/92/24492/1
33 testTargets: |
34 - target: functional-single-kind
35 workflow: att
36 flags: ""
37 teardown: true
38 - target: bbsim-alarms-kind
39 workflow: att
40 flags: ""
41 teardown: false
42 - target: bbsim-failurescenarios
43 workflow: att
44 flags: ""
45 teardown: false
46 - target: bbsim-errorscenarios
47 workflow: att
48 flags: ""
49 teardown: false
50
51 - 'voltha-periodic-test':
52 name: 'periodic-voltha-multiple-olts-test-bbsim'
53 # NOTE why not a remote executor?
54 build-node: 'qct-pod4-node2'
55 registry: 'registry.menlo.onlab.us'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080056 code-branch: 'master'
57 olts: 2
Matteo Scandoloa57b0972021-05-03 14:04:58 -070058 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080059 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -070060 testTargets: |
61 - target: functional-multi-olt
62 workflow: att
63 flags: ""
64 teardown: true
65 - target: bbsim-multiolt-failurescenarios
66 workflow: att
67 flags: ""
68 teardown: false
69 - target: bbsim-multiolt-errorscenarios
70 workflow: att
71 flags: ""
72 teardown: false
73 - target: bbsim-multiolt-kind
74 workflow: att
75 flags: ""
76 teardown: false
Andy Bavierf93f3142020-01-09 16:08:51 -070077
Matteo Scandolo075740f2021-04-22 14:52:29 -070078 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +053079 name: 'periodic-voltha-multiple-olts-test-bbsim-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -070080 pipeline-script: 'voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080081 build-node: 'qct-pod4-node2'
82 make-target: functional-multi-olt
83 make-target-failtest: bbsim-multiolt-failurescenarios
84 make-target-errortest: bbsim-multiolt-errorscenarios
85 make-target-alarmtest: bbsim-alarms-kind
86 make-target-multipleolt: bbsim-multiolt-kind
87 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070088 code-branch: 'voltha-2.7'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080089 olts: 2
90 onus: 2
91 pons: 2
Suchitra Vemuri5fc1c6a2021-04-13 19:12:38 -070092 time-trigger: "H H * * *"
Suchitra Vemuri95a73432020-12-16 13:17:48 -080093
Matteo Scandoloa57b0972021-05-03 14:04:58 -070094 # openonu Go periodic tests
Suchitra Vemuri95a73432020-12-16 13:17:48 -080095 - 'voltha-periodic-test':
TorstenThieme326e7972021-01-19 14:27:59 +000096 name: 'periodic-voltha-openonu-go-test-bbsim'
TorstenThieme326e7972021-01-19 14:27:59 +000097 code-branch: 'master'
Matteo Scandoloee626e02021-05-05 08:13:16 -070098 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
TorstenThieme326e7972021-01-19 14:27:59 +000099 time-trigger: "H H/12 * * *"
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700100 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000101 - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700102 workflow: att
103 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700104 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700105 - target: 1t4gem-openonu-go-adapter-test
106 workflow: att
107 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700108 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700109 - target: 1t8gem-openonu-go-adapter-test
110 workflow: att
111 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700112 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700113 - target: mib-upload-templating-openonu-go-adapter-test
114 workflow: att
115 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700116 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000117 - target: reconcile-openonu-go-adapter-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700118 workflow: att
119 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700120 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700121 - target: reconcile-openonu-go-adapter-test-dt
122 workflow: dt
123 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700124 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700125 - target: reconcile-openonu-go-adapter-test-tt
126 workflow: tt
127 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700128 teardown: true
TorstenThieme326e7972021-01-19 14:27:59 +0000129
130 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700131 name: 'patchset-voltha-openonu-go-test-bbsim'
132 trigger-comment: "voltha test openonu"
133 code-branch: '$GERRIT_BRANCH'
Matteo Scandoloee626e02021-05-05 08:13:16 -0700134 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700135 gerrit-project: '$GERRIT_PROJECT'
136 gerritRefspec: '$GERRIT_REFSPEC'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700137 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000138 - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700139 workflow: att
140 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700141 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700142 - target: 1t4gem-openonu-go-adapter-test
143 workflow: att
144 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700145 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700146 - target: 1t8gem-openonu-go-adapter-test
147 workflow: att
148 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700149 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700150 - target: mib-upload-templating-openonu-go-adapter-test
151 workflow: att
152 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700153 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000154 - target: reconcile-openonu-go-adapter-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700155 workflow: att
156 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700157 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700158 - target: reconcile-openonu-go-adapter-test-dt
159 workflow: dt
160 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700161 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700162 - target: reconcile-openonu-go-adapter-test-tt
163 workflow: tt
164 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700165 teardown: true
Matteo Scandolo075740f2021-04-22 14:52:29 -0700166
167 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +0530168 name: 'periodic-voltha-openonu-go-test-bbsim-2.7'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700169 pipeline-script: 'voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700170 build-node: 'ubuntu18.04-basebuild-8c-15g'
Hardik Windlass46d61132021-03-30 16:42:07 +0530171 make-target: openonu-go-adapter-test
172 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-test
173 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-test
TorstenThieme45422612021-03-23 10:38:59 +0000174 make-target-reconciletest: reconcile-openonu-go-adapter-test
175 make-target-reconciledttest: reconcile-openonu-go-adapter-test-dt
176 make-target-reconciletttest: reconcile-openonu-go-adapter-test-tt
Hardik Windlass46d61132021-03-30 16:42:07 +0530177 withAlarms: false
178 code-branch: 'voltha-2.7'
179 time-trigger: "H H/23 * * *"
180
181 - 'voltha-periodic-test':
TorstenThieme669258d2021-01-29 09:03:10 +0000182 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700183 code-branch: 'master'
Matteo Scandoloee626e02021-05-05 08:13:16 -0700184 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700185 olts: 2
186 onus: 2
187 pons: 2
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700188 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000189 - target: 1t1gem-openonu-go-adapter-multi-olt-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700190 workflow: att
191 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700192 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700193 - target: 1t4gem-openonu-go-adapter-multi-olt-test
194 workflow: att
195 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700196 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700197 - target: 1t8gem-openonu-go-adapter-multi-olt-test
198 workflow: att
199 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700200 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000201 - target: reconcile-openonu-go-adapter-multi-olt-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700202 workflow: att
203 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700204 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700205 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
206 workflow: dt
207 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700208 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700209 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
210 workflow: tt
211 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700212 teardown: true
TorstenThieme669258d2021-01-29 09:03:10 +0000213 time-trigger: "H H/12 * * *"
214
215 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700216 name: 'patchset-voltha-multiple-olts-openonu-go-test-bbsim'
217 trigger-comment: "voltha test openonu multiolt"
218 code-branch: '$GERRIT_BRANCH'
Matteo Scandoloee626e02021-05-05 08:13:16 -0700219 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700220 gerrit-project: '$GERRIT_PROJECT'
221 gerritRefspec: '$GERRIT_REFSPEC'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700222 extraHelmFlags: '--set onu=2,pon=2'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700223 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000224 - target: 1t1gem-openonu-go-adapter-multi-olt-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700225 workflow: att
226 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700227 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700228 - target: 1t4gem-openonu-go-adapter-multi-olt-test
229 workflow: att
230 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700231 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700232 - target: 1t8gem-openonu-go-adapter-multi-olt-test
233 workflow: att
234 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700235 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000236 - target: reconcile-openonu-go-adapter-multi-olt-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700237 workflow: att
238 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700239 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700240 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
241 workflow: dt
242 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700243 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700244 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
245 workflow: tt
246 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700247 teardown: true
Matteo Scandolo075740f2021-04-22 14:52:29 -0700248 olts: 2
Matteo Scandolo075740f2021-04-22 14:52:29 -0700249
250 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +0530251 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim-2.7'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700252 pipeline-script: 'voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700253 build-node: 'ubuntu18.04-basebuild-8c-15g'
Hardik Windlass46d61132021-03-30 16:42:07 +0530254 make-target: openonu-go-adapter-multi-olt-test
255 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-multi-olt-test
256 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-multi-olt-test
TorstenThiemea6c21342021-05-05 09:21:59 +0000257 make-target-reconciletest: reconcile-openonu-go-adapter-multi-olt-test
258 make-target-reconciledttest: reconcile-openonu-go-adapter-multi-olt-test-dt
259 make-target-reconciletttest: reconcile-openonu-go-adapter-multi-olt-test-tt
Hardik Windlass46d61132021-03-30 16:42:07 +0530260 withAlarms: false
261 code-branch: 'voltha-2.7'
262 olts: 2
263 onus: 2
264 pons: 2
265 time-trigger: "H H/23 * * *"
266
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700267 - 'voltha-periodic-test':
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100268 name: 'periodic-voltha-test-DMI'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700269 # NOTE why not a remote executor?
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100270 build-node: 'qct-pod4-node2'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700271 registry: 'registry.menlo.onlab.us'
272 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100273 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800274 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700275 testTargets: |
276 - target: bbsim-dmi-hw-management-test
277 workflow: att
278 flags: ""
279 teardown: true
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100280
Matteo Scandolo075740f2021-04-22 14:52:29 -0700281 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700282 name: 'periodic-voltha-test-DMI-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700283 pipeline-script: 'voltha/voltha-2.7/voltha-DMI-bbsim-tests.groovy'
Andrea Campanellae9739492020-12-17 09:54:04 +0100284 build-node: 'qct-pod4-node2'
285 make-target: bbsim-dmi-hw-management-test
286 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700287 code-branch: 'voltha-2.7'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800288 time-trigger: "H H/23 * * *"
Andrea Campanellae9739492020-12-17 09:54:04 +0100289
Matteo Scandolo075740f2021-04-22 14:52:29 -0700290 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700291 name: 'periodic-voltha-test-bbsim-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700292 pipeline-script: 'voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy'
Andy Bavier10926f12020-03-27 16:53:43 -0700293 build-node: 'qct-pod4-node2'
Andy Bavier10926f12020-03-27 16:53:43 -0700294 make-target: functional-single-kind
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800295 make-target-failtest: bbsim-failurescenarios
296 make-target-errortest: bbsim-errorscenarios
297 make-target-alarmtest: bbsim-alarms-kind
298 withAlarms: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700299 code-branch: 'voltha-2.7'
Andy Bavier4be37062020-06-29 15:17:26 -0700300 onus: 2
301 pons: 2
Suchitra Vemuri5fc1c6a2021-04-13 19:12:38 -0700302 time-trigger: "H H * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700303
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700304 - 'voltha-periodic-test':
Andy Bavier4be37062020-06-29 15:17:26 -0700305 name: 'periodic-voltha-etcd-test'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700306 build-node: 'ubuntu18.04-basebuild-4c-8g'
hwchiuc9189b72019-12-02 15:12:29 -0800307 code-branch: 'master'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700308 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
hwchiufdc49242019-11-18 16:37:22 -0800309 time-trigger: "H H/12 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700310 testTargets: |
311 - target: sanity-multi-kind
312 workflow: att
313 flags: ""
314 teardown: true
hwchiufdc49242019-11-18 16:37:22 -0800315
Matteo Scandolo075740f2021-04-22 14:52:29 -0700316 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700317 name: 'periodic-voltha-etcd-test-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700318 pipeline-script: 'voltha/voltha-2.7/voltha-system-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700319 build-node: 'ubuntu18.04-basebuild-4c-8g'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700320 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700321 make-target: sanity-multi-kind
322 onus: 2
323 pons: 2
324 time-trigger: "H H/12 * * *"
325
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700326 - 'voltha-periodic-test':
Andy Bavier3708d072019-12-10 15:22:18 -0700327 name: 'periodic-voltha-sanity-test-multi-runs'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700328 # NOTE why not a remote executor?
Andy Bavier3708d072019-12-10 15:22:18 -0700329 build-node: 'qct-pod4-node2'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700330 registry: 'registry.menlo.onlab.us'
Andy Bavier3708d072019-12-10 15:22:18 -0700331 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800332 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700333 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
334 testTargets: |
335 - target: sanity-kind
336 workflow: att
337 flags: ""
338 teardown: true
339 - target: sanity-kind
340 workflow: att
341 flags: ""
342 teardown: false
343 - target: sanity-kind
344 workflow: att
345 flags: ""
346 teardown: false
347 - target: sanity-kind
348 workflow: att
349 flags: ""
350 teardown: false
351 - target: sanity-kind
352 workflow: att
353 flags: ""
354 teardown: false
Andy Bavier10926f12020-03-27 16:53:43 -0700355
Matteo Scandolo075740f2021-04-22 14:52:29 -0700356 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700357 name: 'periodic-voltha-sanity-test-multi-runs-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700358 pipeline-script: 'voltha/voltha-2.7/voltha-go-multi-tests.groovy'
Andy Bavier10926f12020-03-27 16:53:43 -0700359 build-node: 'qct-pod4-node2'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700360 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700361 make-target: sanity-kind
362 onus: 1
363 pons: 1
364 test-runs: 5
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800365 time-trigger: "H H/23 * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700366
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700367 - 'voltha-periodic-test':
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700368 name: 'nightly-voltha-DTflow-sanity-test'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700369 build-node: 'ubuntu18.04-basebuild-4c-8g'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700370 code-branch: 'master'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700371 time-trigger: "@daily"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700372 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
373 testTargets: |
374 - target: sanity-kind-dt
375 workflow: dt
376 flags: ""
377 teardown: true
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700378
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700379 # Per-patchset Pod builds on Tucson pod (master)
Andy Bavier51ba7e82019-12-17 11:01:01 -0700380 - 'verify_physical_voltha_patchset_auto':
381 name: 'verify_physical_voltha_patchset_auto'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800382 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700383 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700384
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700385 # Per-patchset Pod builds on Tucson pod (voltha-2.7)
386 - 'verify_physical_voltha_patchset_auto':
387 name: 'verify_physical_voltha_patchset_auto_voltha-2.7'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700388 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700389 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700390 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
391 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
392 branch-pattern: voltha-2.7
393
394 # Per-patchset Pod builds on Tucson pod (master)
395 - 'verify_physical_voltha_patchset_manual':
396 name: 'verify_physical_voltha_patchset_manual'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700397 profile: 'Default'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700398 trigger-string: 'hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800399 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700400 branch-pattern: master
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700401 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700402
403
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700404 # Per-patchset Pod builds on Tucson pod (master)
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700405 - 'verify_physical_voltha_patchset_manual':
406 name: 'verify_physical_voltha_patchset_manual_DT'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700407 workflow: 'dt'
408 profile: 'Default'
409 pipeline-script: 'voltha/voltha-2.7/voltha-dt-physical-build-and-tests.groovy'
410 trigger-string: 'DT hardware test'
411 default-test-args: '-i sanityDt -i PowerSwitch -X'
412 branch-pattern: master
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700413 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700414
415 # Per-patchset Pod builds on Tucson pod (voltha-2.7)
416 - 'verify_physical_voltha_patchset_manual':
417 name: 'verify_physical_voltha_patchset_manual_voltha-2.7'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700418 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700419 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700420 profile: 'Default'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700421 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
422 trigger-string: 'hardware test'
423 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
424 branch-pattern: voltha-2.7
425
426
427 # Per-patchset Pod builds on Tucson pod (voltha-2.7)
428 - 'verify_physical_voltha_patchset_manual':
429 name: 'verify_physical_voltha_patchset_manual_DT_voltha-2.7'
430 workflow: 'dt'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700431 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700432 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
433 profile: 'Default'
434 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700435 trigger-string: 'DT hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800436 default-test-args: '-i sanityDt -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700437 branch-pattern: voltha-2.7
Andy Bavier19c98a22019-11-11 13:57:11 -0700438
439 # Manual build job for Tucson pod
440 # Allow local testing without disrupting above job
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700441 - 'build_physical_voltha_manual':
Andy Bavier19c98a22019-11-11 13:57:11 -0700442 name: 'build_tucson-pod_manual'
Andy Bavier19c98a22019-11-11 13:57:11 -0700443 config-pod: 'tucson-pod'
Zack Williams03ebb272020-03-27 09:42:33 -0700444 manualBranch: 'master'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700445 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700446 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavier19c98a22019-11-11 13:57:11 -0700447 profile: 'Default'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800448 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700449 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700450
Kailash8b8de742019-07-30 08:54:51 -0700451- job-template:
Kailashaad71012019-08-27 10:36:53 -0700452 id: 'voltha-periodic-test'
453 name: '{name}'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700454 pipeline-script: 'voltha/master/periodic-bbsim-tests.groovy'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700455 build-node: 'ubuntu18.04-basebuild-8c-15g'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700456 robot-args: ''
457 gerrit-project: ''
458 gerritRefspec: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -0700459 volthaSystemTestsChange: ''
460 volthaHelmChartsChange: ''
461 extraHelmFlags: ''
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700462 registry: mirror.registry.opennetworking.org
Matteo Scandolo075740f2021-04-22 14:52:29 -0700463 sandbox: true
464 olts: 1
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700465
Matteo Scandolo075740f2021-04-22 14:52:29 -0700466 trigger-comment: vv7CBoQQYYonvaN8xcru
467 time-trigger: 0 0 29 2 *
468
469 description: |
470 <!-- Managed by Jenkins Job Builder -->
471 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
472 E2E Validation for Voltha 2.X
473
474 properties:
475 - cord-infra-properties:
476 build-days-to-keep: '{big-build-days-to-keep}'
477 artifact-num-to-keep: '{big-artifact-num-to-keep}'
478
479 wrappers:
480 - lf-infra-wrappers:
481 build-timeout: '{build-timeout}'
482 jenkins-ssh-credential: '{jenkins-ssh-credential}'
483
484 parameters:
485 - string:
486 name: buildNode
487 default: '{build-node}'
488 description: 'Name of the Jenkins node to run the job on'
489
490 - string:
491 name: extraHelmFlags
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700492 default: '{extraHelmFlags}'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700493 description: 'Helm flags (passed to each deployment)'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700494
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700495 # test configuration
496 # this is a parameter to drive the test execution, VOLTHA is redeployed each time with
497 # the provided configuration and then the make target is invoked,
498 # example value (has to be valid YAML):
499 # testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000500 # - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700501 # workflow: att
502 # flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700503 # teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700504 - text:
505 name: testTargets
506 default: '{testTargets}'
507 description: 'Test configuration, see the ci-management job definition for more info'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700508
509 - string:
510 name: branch
511 default: '{code-branch}'
512 description: 'Repo manifest branch for code checkout'
513
514 - string:
515 name: gerritProject
516 default: '{gerrit-project}'
517 description: 'Name of the Gerrit project'
518
519 - string:
520 name: gerritRefspec
521 default: ''
522 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
523
524 - string:
525 name: extraRobotArgs
526 default: '{robot-args}'
527 description: 'Arguments to pass to robot'
528
529 - string:
530 name: volthaSystemTestsChange
531 default: '{volthaSystemTestsChange}'
532 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
533
534 - string:
535 name: volthaHelmChartsChange
536 default: '{volthaHelmChartsChange}'
537 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
538
539 - string:
540 name: olts
541 default: '{olts}'
542 description: 'How many BBSim instances to run'
543
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700544 - string:
545 name: registry
546 default: '{registry}'
547 description: 'Which registry to use (amazon vs menlo)'
548
Matteo Scandolo075740f2021-04-22 14:52:29 -0700549 project-type: pipeline
550 concurrent: true
551
552 dsl: !include-raw-escape: pipeline/{pipeline-script}
553
554 triggers:
555 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
556 - timed: |
557 TZ=America/Los_Angeles
558 {time-trigger}
559 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
560 - gerrit:
561 server-name: '{gerrit-server-name}'
562 silent-start: false
563 successful-message: "PASSED openonu-go test"
564 failure-message: "FAILED openonu-go test"
565 unstable-message: "UNSTABLE openonu-go test"
566 trigger-on:
567 - comment-added-contains-event:
568 comment-contains-value: '.*{trigger-comment}.*'
569 projects:
570 - project-compare-type: REG_EXP
571 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter-go|ofagent-go|voltha-onos|bbsim)$'
572 branches:
573 - branch-compare-type: REG_EXP
574 branch-pattern: '{all-branches-regexp}'
575
576- job-template:
577 id: 'voltha-periodic-test-kind-voltha-based'
578 name: '{name}'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700579 pipeline-script: 'voltha/voltha-2.7/voltha-go-tests.groovy'
Andy Bavier3708d072019-12-10 15:22:18 -0700580 test-runs: 1
581 robot-args: ''
Andy Bavierb35171c2020-03-06 15:47:29 -0700582 gerrit-project: ''
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700583 work-flow: ''
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700584 volthaSystemTestsChange: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -0700585 volthaHelmChartsChange: ''
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700586 kindVolthaChange: ''
Andrea Campanella6d562182020-10-06 18:39:30 +0200587 extraHelmFlags: ''
Andy Bavier02b00dc2020-04-28 13:01:12 -0700588 sandbox: true
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800589 olts: 1
Matteo Scandolob36f0892020-11-23 12:19:48 -0800590 withAlarms: false
Andy Bavierb35171c2020-03-06 15:47:29 -0700591
Kailash8b8de742019-07-30 08:54:51 -0700592 description: |
593 <!-- Managed by Jenkins Job Builder -->
594 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
595 E2E Validation for Voltha 2.X
596
597 properties:
598 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800599 build-days-to-keep: '{big-build-days-to-keep}'
600 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Kailash8b8de742019-07-30 08:54:51 -0700601
602 wrappers:
603 - lf-infra-wrappers:
604 build-timeout: '{build-timeout}'
605 jenkins-ssh-credential: '{jenkins-ssh-credential}'
606
607 parameters:
608 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700609 name: buildNode
Andy Bavier833b78e2019-11-22 17:01:31 -0700610 default: '{build-node}'
Kailash8b8de742019-07-30 08:54:51 -0700611 description: 'Name of the Jenkins node to run the job on'
612
613 - string:
Andy Bavierea26c5c2019-09-18 08:09:17 -0700614 name: extraHelmFlags
Andrea Campanellae9517922021-05-06 10:01:44 +0200615 default: '--set onu={onus},pon={pons} {extraHelmFlags}'
Andy Bavierea26c5c2019-09-18 08:09:17 -0700616 description: 'Helm flags to pass to ./voltha up'
617
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800618 - bool:
619 name: withAlarms
Matteo Scandolob36f0892020-11-23 12:19:48 -0800620 default: '{withAlarms}'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800621 description: "Run alarm based tests when true"
622
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700623 - string:
Andy Bavier218385e2019-11-13 09:51:38 -0700624 name: makeTarget
625 default: '{make-target}'
626 description: 'Makefile target to invoke during test'
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700627
Andy Bavier4c8b3232019-11-22 16:17:47 -0700628 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800629 name: makeFailtestTarget
630 default: '{make-target-failtest}'
631 description: 'Makefile target to invoke during failure/based test'
632
633 - string:
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -0800634 name: makeMultiOltTarget
635 default: '{make-target-multipleolt}'
636 description: 'Makefile target to invoke during multiple olt test'
637
638 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800639 name: makeErrortestTarget
640 default: '{make-target-errortest}'
641 description: 'Makefile target to invoke during error test'
642
643 - string:
644 name: makeAlarmtestTarget
645 default: '{make-target-alarmtest}'
646 description: 'Makefile target to invoke during alarm test'
647
648 - string:
TorstenThieme669258d2021-01-29 09:03:10 +0000649 name: make1t4gemTestTarget
650 default: '{make-target-1t4gemtest}'
651 description: 'Makefile target to invoke during 1t4gem test'
652
653 - string:
654 name: make1t8gemTestTarget
655 default: '{make-target-1t8gemtest}'
656 description: 'Makefile target to invoke during 1t8gem test'
657
658 - string:
TorstenThieme45422612021-03-23 10:38:59 +0000659 name: makeReconcileTestTarget
660 default: '{make-target-reconciletest}'
661 description: 'Makefile target to invoke during reconcile test'
662
663 - string:
664 name: makeReconcileDtTestTarget
665 default: '{make-target-reconciledttest}'
666 description: 'Makefile target to invoke during reconcile dt test'
667
668 - string:
669 name: makeReconcileTtTestTarget
670 default: '{make-target-reconciletttest}'
671 description: 'Makefile target to invoke during reconcile tt test'
672
673 - string:
Andy Bavier4c8b3232019-11-22 16:17:47 -0700674 name: manifestUrl
675 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700676 description: 'Repo manifest URL for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700677
678 - string:
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700679 name: branch
Andy Bavier4c8b3232019-11-22 16:17:47 -0700680 default: '{code-branch}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700681 description: 'Repo manifest branch for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700682
Andy Bavier3708d072019-12-10 15:22:18 -0700683 - string:
Andy Bavierb35171c2020-03-06 15:47:29 -0700684 name: gerritProject
685 default: '{gerrit-project}'
686 description: 'Name of the Gerrit project'
687
688 - string:
689 name: gerritChangeNumber
690 default: ''
691 description: 'Changeset number in Gerrit'
692
693 - string:
694 name: gerritPatchsetNumber
695 default: ''
696 description: 'PatchSet number in Gerrit'
697
698 - string:
Andy Bavier3708d072019-12-10 15:22:18 -0700699 name: testRuns
700 default: '{test-runs}'
701 description: 'How many times to repeat the tests'
702
703 - string:
704 name: extraRobotArgs
705 default: '{robot-args}'
706 description: 'Arguments to pass to robot'
707
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700708 - string:
709 name: workFlow
710 default: '{work-flow}'
711 description: 'Workflow for testcase'
Andy Bavier3708d072019-12-10 15:22:18 -0700712
pierventref48ebc12020-07-17 16:01:32 +0200713 - string:
714 name: karafHome
715 default: '{karaf-home}'
716 description: 'Karaf home'
717
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700718 - string:
719 name: volthaSystemTestsChange
720 default: '{volthaSystemTestsChange}'
721 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
722
723 - string:
724 name: kindVolthaChange
725 default: '{kindVolthaChange}'
726 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
727
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800728 - string:
729 name: olts
730 default: '{olts}'
731 description: 'How many BBSim instances to run'
732
Kailash8b8de742019-07-30 08:54:51 -0700733 project-type: pipeline
Andy Bavier358aa0b2019-11-22 11:55:39 -0700734 concurrent: true
Kailash8b8de742019-07-30 08:54:51 -0700735
Zack Williamsb3292082019-10-11 17:15:18 -0700736 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailash6be1aa92019-08-05 18:11:11 -0700737
738 triggers:
hwchiu14f97852019-10-08 10:51:11 -0700739 - timed: |
Kailash6be1aa92019-08-05 18:11:11 -0700740 TZ=America/Los_Angeles
Andy Bavier218385e2019-11-13 09:51:38 -0700741 {time-trigger}
Kailashaad71012019-08-27 10:36:53 -0700742
743- job-template:
744 id: 'voltha-patch-test'
Matteo Scandolo84e5f002020-02-10 11:50:05 -0800745 name: 'verify_{project}_sanity-test{name-extension}'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700746 build-node: 'ubuntu18.04-basebuild-4c-8g'
Andy Bavier4318f8d2020-04-09 13:50:53 -0700747 override-branch: '$GERRIT_BRANCH'
Andy Bavier02b00dc2020-04-28 13:01:12 -0700748 sandbox: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800749 build-timeout: 20
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700750 volthaSystemTestsChange: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800751 volthaHelmChartsChange: ''
Matteo Scandolocecb0842021-05-04 13:16:47 -0700752 extraHelmFlags: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800753 branch-regexp: '{all-branches-regexp}'
Kailashaad71012019-08-27 10:36:53 -0700754
755 description: |
756 <!-- Managed by Jenkins Job Builder -->
757 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
758 E2E Validation for Voltha 2.X
759
760 properties:
761 - cord-infra-properties:
762 build-days-to-keep: '{build-days-to-keep}'
763 artifact-num-to-keep: '{artifact-num-to-keep}'
764
765 wrappers:
766 - lf-infra-wrappers:
767 build-timeout: '{build-timeout}'
768 jenkins-ssh-credential: '{jenkins-ssh-credential}'
769
770 parameters:
771 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700772 name: buildNode
Andrea Campanella4792b7f2021-04-23 15:06:42 +0200773 default: '{build-node}'
Kailashaad71012019-08-27 10:36:53 -0700774 description: 'Name of the Jenkins node to run the job on'
775
776 - string:
hwchiu14f97852019-10-08 10:51:11 -0700777 name: gerritProject
778 default: '$GERRIT_PROJECT'
779 description: 'Name of the Gerrit project'
Kailashaad71012019-08-27 10:36:53 -0700780
781 - string:
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700782 name: gerritRefspec
783 default: '$GERRIT_REFSPEC'
784 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
Kailashaad71012019-08-27 10:36:53 -0700785
786 - string:
Andy Bavierbedd0392019-10-16 13:58:18 -0700787 name: extraHelmFlags
Matteo Scandolocecb0842021-05-04 13:16:47 -0700788 default: '{extraHelmFlags}'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700789 description: 'Helm flags to pass to every helm command'
Andy Bavierbedd0392019-10-16 13:58:18 -0700790
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700791 - string:
792 name: volthaSystemTestsChange
793 default: '{volthaSystemTestsChange}'
794 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
795
796 - string:
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800797 name: volthaHelmChartsChange
798 default: '{volthaHelmChartsChange}'
799 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
800
801 - string:
802 name: branch
803 default: '{override-branch}'
804 description: 'Name of the branch to use'
805
Kailashaad71012019-08-27 10:36:53 -0700806 project-type: pipeline
Kailashb59bc7f2019-09-03 13:13:27 -0700807 concurrent: true
Kailashaad71012019-08-27 10:36:53 -0700808
Zack Williamsb3292082019-10-11 17:15:18 -0700809 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailashaad71012019-08-27 10:36:53 -0700810
811 triggers:
Andy Bavierb99c3d32020-02-18 11:14:17 -0700812 - gerrit:
813 server-name: '{gerrit-server-name}'
Kailashaad71012019-08-27 10:36:53 -0700814 dependency-jobs: '{dependency-jobs}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700815 silent-start: true
816 trigger-on:
817 - patchset-created-event:
818 exclude-drafts: true
819 exclude-trivial-rebase: false
820 exclude-no-code-change: true
821 - draft-published-event
822 - comment-added-contains-event:
823 comment-contains-value: '(?i)^.*recheck$'
824 projects:
825 - project-compare-type: REG_EXP
826 project-pattern: '^{project}$'
827 branches:
828 - branch-compare-type: REG_EXP
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800829 branch-pattern: '{branch-regexp}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700830 file-paths:
831 - compare-type: REG_EXP
832 pattern: '{all-files-regexp}'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700833
834# POD Per Patchset Pipeline Jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700835# to use these parameters in a job: `<<: *voltha-physical-patchset-parameters`
836- voltha-physical-patchset-parameters: &voltha-physical-patchset-parameters
837 name: voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -0700838 parameters:
839 - string:
840 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -0700841 default: '{build-node}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700842 description: 'Pod management node'
843
844 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700845 name: branch
846 default: '$GERRIT_BRANCH'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700847 description: 'Name of the repo branch to use'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700848
849 - string:
850 name: gerritProject
851 default: '$GERRIT_PROJECT'
852 description: 'Name of the Gerrit project'
853
854 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -0700855 name: gerritRefspec
856 default: '$GERRIT_REFSPEC'
857 description: 'RefSpec number in Gerrit'
858
859 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700860 name: gerritComment
861 default: '$GERRIT_EVENT_COMMENT_TEXT'
862 description: 'RefSpec number in Gerrit'
863
864 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700865 name: cordRepoUrl
866 default: '{gerrit-server-url}'
867 description: 'The URL of the CORD Project repository'
868
869 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700870 name: configBaseDir
871 default: 'pod-configs'
872 description: 'The directory inside the POD configs repository'
873
874 - string:
875 name: configDeploymentDir
876 default: 'deployment-configs'
877 description: 'The deployment configs folder'
878
879 - string:
880 name: configKubernetesDir
881 default: 'kubernetes-configs'
882 description: 'The kubernetes config folder'
883
884 - string:
885 name: configFileName
886 default: '{config-pod}'
887 description: 'The config file'
888
889 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700890 name: podName
891 default: '{config-pod}'
892
893 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700894 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -0700895 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700896 description: 'Path of SADIS config to load'
897
898 - string:
Andy Bavier893d2442020-05-21 12:41:17 -0700899 name: oltDebVersionMaster
900 default: '{oltDebVersionMaster}'
901 description: 'OLT Software version to install for master branch builds'
902
903 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700904 name: oltDebVersionVoltha23
Andy Bavier893d2442020-05-21 12:41:17 -0700905 default: '{oltDebVersionVoltha23}'
906 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700907
908 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700909 name: profile
910 default: '{profile}'
911 description: 'Technology Profile pushed to the ETCD'
912
913 - string:
914 name: notificationEmail
915 default: 'andy@opennetworking.org'
916 description: ''
917
918 - bool:
919 name: reinstallOlt
920 default: true
921 description: "Re-install OLT software"
922
Zack Williams03ebb272020-03-27 09:42:33 -0700923 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700924 name: extraRobotArgs
925 default: '{default-test-args}'
926 description: 'Arguments to pass to robot'
927
928 - string:
929 name: volthaSystemTestsChange
930 default: '{volthaSystemTestsChange}'
931 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
932
933 - string:
934 name: volthaHelmChartsChange
935 default: '{volthaHelmChartsChange}'
936 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
937
938 - string:
939 name: workflow
940 default: '{workflow}'
941 description: 'Installs and uses the specified work flow on the POD'
942
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700943 - string:
944 name: extraHelmFlags
945 default: '{extraHelmFlags}'
946 description: 'Helm flags (passed to each helm command)'
947
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700948 # deprecated parameters, remove after VOLTHA-2.8 is released
949 - string:
950 name: deploymentConfigFile
951 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
952 description: 'Path of deployment config file'
953
954 - string:
955 name: kindVolthaValuesFile
956 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
957 description: 'Path of kind-voltha values override file'
958
959 - string:
960 name: manifestUrl
961 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
962 description: 'URL to the repo manifest'
963
964 - string:
965 name: gerritChangeNumber
966 default: '$GERRIT_CHANGE_NUMBER'
967 description: 'Changeset number in Gerrit'
968
969 - string:
970 name: gerritPatchsetNumber
971 default: '$GERRIT_PATCHSET_NUMBER'
972 description: 'PatchSet number in Gerrit'
973
974 - string:
975 name: localConfigDir
976 default: null
977 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
978
979 - string:
980 name: configRepo
981 default: 'pod-configs'
982 description: 'A repository containing the config files, will be checked out if specified'
983
984 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700985 name: manualBranch
986 default: '{manualBranch}'
987 description: "If a non-empty string, build manually as a specific branch, not with a specific patchset"
Andy Bavier51ba7e82019-12-17 11:01:01 -0700988
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700989- job-template:
990 name: '{name}'
991 id: verify_physical_voltha_patchset_auto
992 description: |
993 <!-- Managed by Jenkins Job Builder -->
994 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
995 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
996 Created by Andy Bavier, andy@opennetworking.org <br />
997 Copyright (c) 2019 Open Networking Foundation (ONF)
998 sandbox: true
999 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
1000 default-test-args: '-i sanityORDeleteOLT -X'
1001 branch-pattern: '{all-branches-regexp}'
1002 build-node: 'tucson-pod'
1003 config-pod: 'tucson-pod'
1004 workflow: 'att'
1005 profile: 'Default'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -07001006 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001007 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
1008 volthaSystemTestsChange: ''
1009 volthaHelmChartsChange: ''
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001010 extraHelmFlags: ''
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001011
1012 properties:
1013 - cord-infra-properties:
1014 build-days-to-keep: '{build-days-to-keep}'
1015 artifact-num-to-keep: '{artifact-num-to-keep}'
1016
1017 <<: *voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -07001018
1019 project-type: pipeline
1020 concurrent: true
1021
1022 dsl: !include-raw-escape: pipeline/{pipeline-script}
1023
1024 triggers:
1025 - gerrit:
1026 server-name: '{gerrit-server-name}'
1027 dependency-jobs: '{dependency-jobs}'
1028 silent-start: false
1029 successful-message: "PASSED hardware test"
1030 failure-message: "FAILED hardware test"
1031 unstable-message: "UNSTABLE hardware test"
1032 trigger-on:
1033 - comment-added-event:
1034 approval-category: 'Code-Review'
1035 approval-value: '+2'
1036 projects:
1037 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001038 project-pattern: '^(voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-go)$'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001039 branches:
Andy Bavier37f6ea92020-04-03 11:13:35 -07001040 - branch-compare-type: REG_EXP
Matteo Scandolo5b998a22021-04-22 09:42:40 -07001041 branch-pattern: '{branch-pattern}'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001042
Andy Bavier51ba7e82019-12-17 11:01:01 -07001043- job-template:
1044 name: '{name}'
1045 id: verify_physical_voltha_patchset_manual
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001046 description: |
1047 <!-- Managed by Jenkins Job Builder -->
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001048 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
Andy Baviere9916452019-11-06 12:32:47 -07001049 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001050 Created by Andy Bavier, andy@opennetworking.org <br />
1051 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001052 sandbox: true
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001053 build-node: 'tucson-pod'
1054 config-pod: 'tucson-pod'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -07001055 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001056 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
1057 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001058 trigger-string: 'hardware test'
1059 default-test-args: '-i sanityORDeleteOLT -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001060 branch-pattern: '{all-branches-regexp}'
1061 volthaSystemTestsChange: ''
1062 volthaHelmChartsChange: ''
1063 workflow: 'att'
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001064 extraHelmFlags: ''
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001065
1066 properties:
1067 - cord-infra-properties:
1068 build-days-to-keep: '{build-days-to-keep}'
1069 artifact-num-to-keep: '{artifact-num-to-keep}'
1070
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001071 <<: *voltha-physical-patchset-parameters
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001072
Andy Bavier8c11d462019-12-17 08:19:34 -07001073
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001074 project-type: pipeline
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001075 concurrent: true
1076
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001077 dsl: !include-raw-escape: pipeline/{pipeline-script}
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001078
Andy Bavier1f465592019-11-06 10:03:56 -07001079 triggers:
1080 - gerrit:
1081 server-name: '{gerrit-server-name}'
1082 dependency-jobs: '{dependency-jobs}'
1083 silent-start: false
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001084 successful-message: "PASSED {trigger-string}"
1085 failure-message: "FAILED {trigger-string}"
1086 unstable-message: "UNSTABLE {trigger-string}"
Andy Bavier1f465592019-11-06 10:03:56 -07001087 trigger-on:
1088 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001089 comment-contains-value: '^{trigger-string}$'
Scott Bakerda31d7b2020-01-08 16:35:52 -08001090 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001091 comment-contains-value: '^{trigger-string} with delay$'
Andy Bavier8c11d462019-12-17 08:19:34 -07001092 projects:
1093 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001094 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 -07001095 branches:
Andy Bavierfc3ca142020-03-27 13:44:25 -07001096 - branch-compare-type: REG_EXP
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001097 branch-pattern: '{branch-pattern}'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001098
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001099- job-template:
1100 name: '{name}'
1101 id: build_physical_voltha_manual
1102 description: |
1103 <!-- Managed by Jenkins Job Builder -->
1104 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
1105 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
1106 Created by Andy Bavier, andy@opennetworking.org <br />
1107 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001108 sandbox: true
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001109 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001110
1111 properties:
1112 - cord-infra-properties:
1113 build-days-to-keep: '{build-days-to-keep}'
1114 artifact-num-to-keep: '{artifact-num-to-keep}'
1115
1116 parameters:
1117 - string:
1118 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -07001119 default: '{build-node}'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001120 description: 'Pod management node'
1121
1122 - string:
1123 name: manifestUrl
1124 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
1125 description: 'URL to the repo manifest'
1126
1127 - string:
Zack Williams03ebb272020-03-27 09:42:33 -07001128 name: branch
1129 default: "$GERRIT_BRANCH"
1130 description: 'Name of the repo manifest branch to use'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001131
1132 - string:
1133 name: gerritProject
1134 default: '$GERRIT_PROJECT'
1135 description: 'Name of the Gerrit project'
1136
1137 - string:
1138 name: gerritChangeNumber
1139 default: '$GERRIT_CHANGE_NUMBER'
1140 description: 'Changeset number in Gerrit'
1141
1142 - string:
1143 name: gerritPatchsetNumber
1144 default: '$GERRIT_PATCHSET_NUMBER'
1145 description: 'PatchSet number in Gerrit'
1146
1147 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -07001148 name: gerritRefspec
1149 default: '$GERRIT_REFSPEC'
1150 description: 'RefSpec number in Gerrit'
1151
1152 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001153 name: cordRepoUrl
1154 default: '{gerrit-server-url}'
1155 description: 'The URL of the CORD Project repository'
1156
1157 - string:
1158 name: podName
1159 default: '{config-pod}'
1160
1161 - string:
1162 name: deploymentConfigFile
1163 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
1164 description: 'Path of deployment config file'
1165
1166 - string:
1167 name: kindVolthaValuesFile
1168 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
1169 description: 'Path of kind-voltha values override file'
1170
1171 - string:
1172 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -07001173 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001174 description: 'Path of SADIS config to load'
1175
1176 - string:
1177 name: localConfigDir
1178 default: null
1179 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
1180
1181 - string:
1182 name: configRepo
1183 default: 'pod-configs'
1184 description: 'A repository containing the config files, will be checked out if specified'
1185
1186 - string:
Andy Bavier893d2442020-05-21 12:41:17 -07001187 name: oltDebVersionMaster
1188 default: '{oltDebVersionMaster}'
1189 description: 'OLT Software version to install for master branch builds'
1190
1191 - string:
1192 name: oltDebVersionVoltha23
1193 default: '{oltDebVersionVoltha23}'
1194 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001195
1196 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001197 name: profile
1198 default: '{profile}'
1199 description: 'Technology Profile pushed to the ETCD'
1200
1201 - string:
1202 name: notificationEmail
1203 default: 'andy@opennetworking.org'
1204 description: ''
1205
1206 - bool:
1207 name: reinstallOlt
1208 default: false
1209 description: "Re-install OLT software"
1210
Zack Williams03ebb272020-03-27 09:42:33 -07001211 - string:
1212 name: manualBranch
1213 default: '{manualBranch}'
1214 description: "If a non-empty string, build manually on a specific branch, not with a specific patchset"
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001215
Andy Bavier8c11d462019-12-17 08:19:34 -07001216 - string:
1217 name: extraRobotArgs
Andy Bavierd2b25fe2020-06-09 07:22:00 -07001218 default: '-e bbsim -X'
Andy Bavier8c11d462019-12-17 08:19:34 -07001219 description: 'Arguments to pass to robot'
1220
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001221 project-type: pipeline
1222 concurrent: true
1223
1224 dsl: !include-raw-escape: pipeline/{pipeline-script}