blob: 1c407b3f5a05e1e056868da08d7200b47dcea7ea [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
TorstenThieme45422612021-03-23 10:38:59 +000019 make-target-reconciletest: reconcile-openonu-go-adapter-test
20 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'
Matteo Scandoloa57b0972021-05-03 14:04:58 -070032 testTargets: |
33 - target: functional-single-kind
34 workflow: att
35 flags: ""
36 teardown: true
37 - target: bbsim-alarms-kind
38 workflow: att
39 flags: ""
40 teardown: false
41 - target: bbsim-failurescenarios
42 workflow: att
43 flags: ""
44 teardown: false
45 - target: bbsim-errorscenarios
46 workflow: att
47 flags: ""
48 teardown: false
49
50 - 'voltha-periodic-test':
51 name: 'periodic-voltha-multiple-olts-test-bbsim'
52 # NOTE why not a remote executor?
53 build-node: 'qct-pod4-node2'
54 registry: 'registry.menlo.onlab.us'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080055 code-branch: 'master'
56 olts: 2
Matteo Scandoloa57b0972021-05-03 14:04:58 -070057 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080058 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -070059 testTargets: |
60 - target: functional-multi-olt
61 workflow: att
62 flags: ""
63 teardown: true
64 - target: bbsim-multiolt-failurescenarios
65 workflow: att
66 flags: ""
67 teardown: false
68 - target: bbsim-multiolt-errorscenarios
69 workflow: att
70 flags: ""
71 teardown: false
72 - target: bbsim-multiolt-kind
73 workflow: att
74 flags: ""
75 teardown: false
Andy Bavierf93f3142020-01-09 16:08:51 -070076
Matteo Scandolo075740f2021-04-22 14:52:29 -070077 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +053078 name: 'periodic-voltha-multiple-olts-test-bbsim-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -070079 pipeline-script: 'voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080080 build-node: 'qct-pod4-node2'
81 make-target: functional-multi-olt
82 make-target-failtest: bbsim-multiolt-failurescenarios
83 make-target-errortest: bbsim-multiolt-errorscenarios
84 make-target-alarmtest: bbsim-alarms-kind
85 make-target-multipleolt: bbsim-multiolt-kind
86 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070087 code-branch: 'voltha-2.7'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080088 olts: 2
89 onus: 2
90 pons: 2
Suchitra Vemuri5fc1c6a2021-04-13 19:12:38 -070091 time-trigger: "H H * * *"
Suchitra Vemuri95a73432020-12-16 13:17:48 -080092
Matteo Scandoloa57b0972021-05-03 14:04:58 -070093 # openonu Go periodic tests
Suchitra Vemuri95a73432020-12-16 13:17:48 -080094 - 'voltha-periodic-test':
TorstenThieme326e7972021-01-19 14:27:59 +000095 name: 'periodic-voltha-openonu-go-test-bbsim'
TorstenThieme326e7972021-01-19 14:27:59 +000096 code-branch: 'master'
Matteo Scandoloee626e02021-05-05 08:13:16 -070097 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
TorstenThieme326e7972021-01-19 14:27:59 +000098 time-trigger: "H H/12 * * *"
Matteo Scandolo886cb8e2021-05-03 13:37:41 -070099 testTargets: |
100 - target: openonu-go-adapter-test
101 workflow: att
102 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700103 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700104 - target: 1t4gem-openonu-go-adapter-test
105 workflow: att
106 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700107 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700108 - target: 1t8gem-openonu-go-adapter-test
109 workflow: att
110 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700111 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700112 - target: mib-upload-templating-openonu-go-adapter-test
113 workflow: att
114 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700115 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700116 - target: reconcile-openonu-go-adapter-test
117 workflow: att
118 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700119 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700120 - target: reconcile-openonu-go-adapter-test-dt
121 workflow: dt
122 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700123 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700124 - target: reconcile-openonu-go-adapter-test-tt
125 workflow: tt
126 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700127 teardown: true
TorstenThieme326e7972021-01-19 14:27:59 +0000128
129 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700130 name: 'patchset-voltha-openonu-go-test-bbsim'
131 trigger-comment: "voltha test openonu"
132 code-branch: '$GERRIT_BRANCH'
Matteo Scandoloee626e02021-05-05 08:13:16 -0700133 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700134 gerrit-project: '$GERRIT_PROJECT'
135 gerritRefspec: '$GERRIT_REFSPEC'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700136 testTargets: |
137 - target: openonu-go-adapter-test
138 workflow: att
139 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700140 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700141 - target: 1t4gem-openonu-go-adapter-test
142 workflow: att
143 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700144 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700145 - target: 1t8gem-openonu-go-adapter-test
146 workflow: att
147 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700148 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700149 - target: mib-upload-templating-openonu-go-adapter-test
150 workflow: att
151 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700152 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700153 - target: reconcile-openonu-go-adapter-test
154 workflow: att
155 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700156 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700157 - target: reconcile-openonu-go-adapter-test-dt
158 workflow: dt
159 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700160 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700161 - target: reconcile-openonu-go-adapter-test-tt
162 workflow: tt
163 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700164 teardown: true
Matteo Scandolo075740f2021-04-22 14:52:29 -0700165
166 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +0530167 name: 'periodic-voltha-openonu-go-test-bbsim-2.7'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700168 pipeline-script: 'voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700169 build-node: 'ubuntu18.04-basebuild-8c-15g'
Hardik Windlass46d61132021-03-30 16:42:07 +0530170 make-target: openonu-go-adapter-test
171 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-test
172 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-test
TorstenThieme45422612021-03-23 10:38:59 +0000173 make-target-reconciletest: reconcile-openonu-go-adapter-test
174 make-target-reconciledttest: reconcile-openonu-go-adapter-test-dt
175 make-target-reconciletttest: reconcile-openonu-go-adapter-test-tt
Hardik Windlass46d61132021-03-30 16:42:07 +0530176 withAlarms: false
177 code-branch: 'voltha-2.7'
178 time-trigger: "H H/23 * * *"
179
180 - 'voltha-periodic-test':
TorstenThieme669258d2021-01-29 09:03:10 +0000181 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700182 code-branch: 'master'
Matteo Scandoloee626e02021-05-05 08:13:16 -0700183 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700184 olts: 2
185 onus: 2
186 pons: 2
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700187 testTargets: |
188 - target: openonu-go-adapter-multi-olt-test
189 workflow: att
190 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700191 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700192 - target: 1t4gem-openonu-go-adapter-multi-olt-test
193 workflow: att
194 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700195 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700196 - target: 1t8gem-openonu-go-adapter-multi-olt-test
197 workflow: att
198 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700199 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700200 - target: reconcile-openonu-go-adapter-multi-olt-test
201 workflow: att
202 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700203 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700204 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
205 workflow: dt
206 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700207 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700208 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
209 workflow: tt
210 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700211 teardown: true
TorstenThieme669258d2021-01-29 09:03:10 +0000212 time-trigger: "H H/12 * * *"
213
214 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700215 name: 'patchset-voltha-multiple-olts-openonu-go-test-bbsim'
216 trigger-comment: "voltha test openonu multiolt"
217 code-branch: '$GERRIT_BRANCH'
Matteo Scandoloee626e02021-05-05 08:13:16 -0700218 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700219 gerrit-project: '$GERRIT_PROJECT'
220 gerritRefspec: '$GERRIT_REFSPEC'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700221 extraHelmFlags: '--set onu=2,pon=2'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700222 testTargets: |
223 - target: openonu-go-adapter-multi-olt-test
224 workflow: att
225 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700226 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700227 - target: 1t4gem-openonu-go-adapter-multi-olt-test
228 workflow: att
229 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700230 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700231 - target: 1t8gem-openonu-go-adapter-multi-olt-test
232 workflow: att
233 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700234 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700235 - target: reconcile-openonu-go-adapter-multi-olt-test
236 workflow: att
237 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700238 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700239 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
240 workflow: dt
241 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700242 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700243 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
244 workflow: tt
245 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700246 teardown: true
Matteo Scandolo075740f2021-04-22 14:52:29 -0700247 olts: 2
Matteo Scandolo075740f2021-04-22 14:52:29 -0700248
249 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +0530250 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim-2.7'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700251 pipeline-script: 'voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700252 build-node: 'ubuntu18.04-basebuild-8c-15g'
Hardik Windlass46d61132021-03-30 16:42:07 +0530253 make-target: openonu-go-adapter-multi-olt-test
254 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-multi-olt-test
255 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-multi-olt-test
TorstenThieme45422612021-03-23 10:38:59 +0000256 make-target-reconciletest: reconcile-openonu-go-adapter-test
257 make-target-reconciledttest: reconcile-openonu-go-adapter-test-dt
258 make-target-reconciletttest: reconcile-openonu-go-adapter-test-tt
Hardik Windlass46d61132021-03-30 16:42:07 +0530259 withAlarms: false
260 code-branch: 'voltha-2.7'
261 olts: 2
262 onus: 2
263 pons: 2
264 time-trigger: "H H/23 * * *"
265
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700266 - 'voltha-periodic-test':
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100267 name: 'periodic-voltha-test-DMI'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700268 # NOTE why not a remote executor?
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100269 build-node: 'qct-pod4-node2'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700270 registry: 'registry.menlo.onlab.us'
271 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100272 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800273 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700274 testTargets: |
275 - target: bbsim-dmi-hw-management-test
276 workflow: att
277 flags: ""
278 teardown: true
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100279
Matteo Scandolo075740f2021-04-22 14:52:29 -0700280 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700281 name: 'periodic-voltha-test-DMI-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700282 pipeline-script: 'voltha/voltha-2.7/voltha-DMI-bbsim-tests.groovy'
Andrea Campanellae9739492020-12-17 09:54:04 +0100283 build-node: 'qct-pod4-node2'
284 make-target: bbsim-dmi-hw-management-test
285 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700286 code-branch: 'voltha-2.7'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800287 time-trigger: "H H/23 * * *"
Andrea Campanellae9739492020-12-17 09:54:04 +0100288
Matteo Scandolo075740f2021-04-22 14:52:29 -0700289 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700290 name: 'periodic-voltha-test-bbsim-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700291 pipeline-script: 'voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy'
Andy Bavier10926f12020-03-27 16:53:43 -0700292 build-node: 'qct-pod4-node2'
Andy Bavier10926f12020-03-27 16:53:43 -0700293 make-target: functional-single-kind
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800294 make-target-failtest: bbsim-failurescenarios
295 make-target-errortest: bbsim-errorscenarios
296 make-target-alarmtest: bbsim-alarms-kind
297 withAlarms: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700298 code-branch: 'voltha-2.7'
Andy Bavier4be37062020-06-29 15:17:26 -0700299 onus: 2
300 pons: 2
Suchitra Vemuri5fc1c6a2021-04-13 19:12:38 -0700301 time-trigger: "H H * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700302
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700303 - 'voltha-periodic-test':
Andy Bavier4be37062020-06-29 15:17:26 -0700304 name: 'periodic-voltha-etcd-test'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700305 build-node: 'ubuntu18.04-basebuild-4c-8g'
hwchiuc9189b72019-12-02 15:12:29 -0800306 code-branch: 'master'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700307 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
hwchiufdc49242019-11-18 16:37:22 -0800308 time-trigger: "H H/12 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700309 testTargets: |
310 - target: sanity-multi-kind
311 workflow: att
312 flags: ""
313 teardown: true
hwchiufdc49242019-11-18 16:37:22 -0800314
Matteo Scandolo075740f2021-04-22 14:52:29 -0700315 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700316 name: 'periodic-voltha-etcd-test-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700317 pipeline-script: 'voltha/voltha-2.7/voltha-system-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700318 build-node: 'ubuntu18.04-basebuild-4c-8g'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700319 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700320 make-target: sanity-multi-kind
321 onus: 2
322 pons: 2
323 time-trigger: "H H/12 * * *"
324
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700325 - 'voltha-periodic-test':
Andy Bavier3708d072019-12-10 15:22:18 -0700326 name: 'periodic-voltha-sanity-test-multi-runs'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700327 # NOTE why not a remote executor?
Andy Bavier3708d072019-12-10 15:22:18 -0700328 build-node: 'qct-pod4-node2'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700329 registry: 'registry.menlo.onlab.us'
Andy Bavier3708d072019-12-10 15:22:18 -0700330 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800331 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700332 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
333 testTargets: |
334 - target: sanity-kind
335 workflow: att
336 flags: ""
337 teardown: true
338 - target: sanity-kind
339 workflow: att
340 flags: ""
341 teardown: false
342 - target: sanity-kind
343 workflow: att
344 flags: ""
345 teardown: false
346 - target: sanity-kind
347 workflow: att
348 flags: ""
349 teardown: false
350 - target: sanity-kind
351 workflow: att
352 flags: ""
353 teardown: false
Andy Bavier10926f12020-03-27 16:53:43 -0700354
Matteo Scandolo075740f2021-04-22 14:52:29 -0700355 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700356 name: 'periodic-voltha-sanity-test-multi-runs-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700357 pipeline-script: 'voltha/voltha-2.7/voltha-go-multi-tests.groovy'
Andy Bavier10926f12020-03-27 16:53:43 -0700358 build-node: 'qct-pod4-node2'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700359 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700360 make-target: sanity-kind
361 onus: 1
362 pons: 1
363 test-runs: 5
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800364 time-trigger: "H H/23 * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700365
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700366 - 'voltha-periodic-test':
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700367 name: 'nightly-voltha-DTflow-sanity-test'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700368 build-node: 'ubuntu18.04-basebuild-4c-8g'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700369 code-branch: 'master'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700370 time-trigger: "@daily"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700371 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
372 testTargets: |
373 - target: sanity-kind-dt
374 workflow: dt
375 flags: ""
376 teardown: true
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700377
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700378 # Per-patchset Pod builds on Tucson pod (master)
Andy Bavier51ba7e82019-12-17 11:01:01 -0700379 - 'verify_physical_voltha_patchset_auto':
380 name: 'verify_physical_voltha_patchset_auto'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800381 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700382 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700383
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700384 # Per-patchset Pod builds on Tucson pod (voltha-2.7)
385 - 'verify_physical_voltha_patchset_auto':
386 name: 'verify_physical_voltha_patchset_auto_voltha-2.7'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700387 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700388 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700389 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
390 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
391 branch-pattern: voltha-2.7
392
393 # Per-patchset Pod builds on Tucson pod (master)
394 - 'verify_physical_voltha_patchset_manual':
395 name: 'verify_physical_voltha_patchset_manual'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700396 profile: 'Default'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700397 trigger-string: 'hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800398 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700399 branch-pattern: master
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700400 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700401
402
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700403 # Per-patchset Pod builds on Tucson pod (master)
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700404 - 'verify_physical_voltha_patchset_manual':
405 name: 'verify_physical_voltha_patchset_manual_DT'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700406 workflow: 'dt'
407 profile: 'Default'
408 pipeline-script: 'voltha/voltha-2.7/voltha-dt-physical-build-and-tests.groovy'
409 trigger-string: 'DT hardware test'
410 default-test-args: '-i sanityDt -i PowerSwitch -X'
411 branch-pattern: master
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700412 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700413
414 # Per-patchset Pod builds on Tucson pod (voltha-2.7)
415 - 'verify_physical_voltha_patchset_manual':
416 name: 'verify_physical_voltha_patchset_manual_voltha-2.7'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700417 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700418 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700419 profile: 'Default'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700420 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
421 trigger-string: 'hardware test'
422 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
423 branch-pattern: voltha-2.7
424
425
426 # Per-patchset Pod builds on Tucson pod (voltha-2.7)
427 - 'verify_physical_voltha_patchset_manual':
428 name: 'verify_physical_voltha_patchset_manual_DT_voltha-2.7'
429 workflow: 'dt'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700430 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700431 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
432 profile: 'Default'
433 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700434 trigger-string: 'DT hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800435 default-test-args: '-i sanityDt -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700436 branch-pattern: voltha-2.7
Andy Bavier19c98a22019-11-11 13:57:11 -0700437
438 # Manual build job for Tucson pod
439 # Allow local testing without disrupting above job
Andy Bavier61c5b2a2019-11-12 12:08:19 -0700440 - 'build_physical_voltha_manual':
Andy Bavier19c98a22019-11-11 13:57:11 -0700441 name: 'build_tucson-pod_manual'
Andy Bavier19c98a22019-11-11 13:57:11 -0700442 config-pod: 'tucson-pod'
Zack Williams03ebb272020-03-27 09:42:33 -0700443 manualBranch: 'master'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700444 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700445 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Andy Bavier19c98a22019-11-11 13:57:11 -0700446 profile: 'Default'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800447 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700448 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700449
Kailash8b8de742019-07-30 08:54:51 -0700450- job-template:
Kailashaad71012019-08-27 10:36:53 -0700451 id: 'voltha-periodic-test'
452 name: '{name}'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700453 pipeline-script: 'voltha/master/periodic-bbsim-tests.groovy'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700454 build-node: 'ubuntu18.04-basebuild-8c-15g'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700455 robot-args: ''
456 gerrit-project: ''
457 gerritRefspec: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -0700458 volthaSystemTestsChange: ''
459 volthaHelmChartsChange: ''
460 extraHelmFlags: ''
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700461 registry: mirror.registry.opennetworking.org
Matteo Scandolo075740f2021-04-22 14:52:29 -0700462 sandbox: true
463 olts: 1
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700464
Matteo Scandolo075740f2021-04-22 14:52:29 -0700465 trigger-comment: vv7CBoQQYYonvaN8xcru
466 time-trigger: 0 0 29 2 *
467
468 description: |
469 <!-- Managed by Jenkins Job Builder -->
470 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
471 E2E Validation for Voltha 2.X
472
473 properties:
474 - cord-infra-properties:
475 build-days-to-keep: '{big-build-days-to-keep}'
476 artifact-num-to-keep: '{big-artifact-num-to-keep}'
477
478 wrappers:
479 - lf-infra-wrappers:
480 build-timeout: '{build-timeout}'
481 jenkins-ssh-credential: '{jenkins-ssh-credential}'
482
483 parameters:
484 - string:
485 name: buildNode
486 default: '{build-node}'
487 description: 'Name of the Jenkins node to run the job on'
488
489 - string:
490 name: extraHelmFlags
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700491 default: '{extraHelmFlags}'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700492 description: 'Helm flags (passed to each deployment)'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700493
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700494 # test configuration
495 # this is a parameter to drive the test execution, VOLTHA is redeployed each time with
496 # the provided configuration and then the make target is invoked,
497 # example value (has to be valid YAML):
498 # testTargets: |
499 # - target: openonu-go-adapter-test
500 # workflow: att
501 # flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700502 # teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700503 - text:
504 name: testTargets
505 default: '{testTargets}'
506 description: 'Test configuration, see the ci-management job definition for more info'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700507
508 - string:
509 name: branch
510 default: '{code-branch}'
511 description: 'Repo manifest branch for code checkout'
512
513 - string:
514 name: gerritProject
515 default: '{gerrit-project}'
516 description: 'Name of the Gerrit project'
517
518 - string:
519 name: gerritRefspec
520 default: ''
521 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
522
523 - string:
524 name: extraRobotArgs
525 default: '{robot-args}'
526 description: 'Arguments to pass to robot'
527
528 - string:
529 name: volthaSystemTestsChange
530 default: '{volthaSystemTestsChange}'
531 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
532
533 - string:
534 name: volthaHelmChartsChange
535 default: '{volthaHelmChartsChange}'
536 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
537
538 - string:
539 name: olts
540 default: '{olts}'
541 description: 'How many BBSim instances to run'
542
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700543 - string:
544 name: registry
545 default: '{registry}'
546 description: 'Which registry to use (amazon vs menlo)'
547
Matteo Scandolo075740f2021-04-22 14:52:29 -0700548 project-type: pipeline
549 concurrent: true
550
551 dsl: !include-raw-escape: pipeline/{pipeline-script}
552
553 triggers:
554 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
555 - timed: |
556 TZ=America/Los_Angeles
557 {time-trigger}
558 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
559 - gerrit:
560 server-name: '{gerrit-server-name}'
561 silent-start: false
562 successful-message: "PASSED openonu-go test"
563 failure-message: "FAILED openonu-go test"
564 unstable-message: "UNSTABLE openonu-go test"
565 trigger-on:
566 - comment-added-contains-event:
567 comment-contains-value: '.*{trigger-comment}.*'
568 projects:
569 - project-compare-type: REG_EXP
570 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter-go|ofagent-go|voltha-onos|bbsim)$'
571 branches:
572 - branch-compare-type: REG_EXP
573 branch-pattern: '{all-branches-regexp}'
574
575- job-template:
576 id: 'voltha-periodic-test-kind-voltha-based'
577 name: '{name}'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700578 pipeline-script: 'voltha/voltha-2.7/voltha-go-tests.groovy'
Andy Bavier3708d072019-12-10 15:22:18 -0700579 test-runs: 1
580 robot-args: ''
Andy Bavierb35171c2020-03-06 15:47:29 -0700581 gerrit-project: ''
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700582 work-flow: ''
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700583 volthaSystemTestsChange: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -0700584 volthaHelmChartsChange: ''
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700585 kindVolthaChange: ''
Andrea Campanella6d562182020-10-06 18:39:30 +0200586 extraHelmFlags: ''
Andy Bavier02b00dc2020-04-28 13:01:12 -0700587 sandbox: true
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800588 olts: 1
Matteo Scandolob36f0892020-11-23 12:19:48 -0800589 withAlarms: false
Andy Bavierb35171c2020-03-06 15:47:29 -0700590
Kailash8b8de742019-07-30 08:54:51 -0700591 description: |
592 <!-- Managed by Jenkins Job Builder -->
593 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
594 E2E Validation for Voltha 2.X
595
596 properties:
597 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800598 build-days-to-keep: '{big-build-days-to-keep}'
599 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Kailash8b8de742019-07-30 08:54:51 -0700600
601 wrappers:
602 - lf-infra-wrappers:
603 build-timeout: '{build-timeout}'
604 jenkins-ssh-credential: '{jenkins-ssh-credential}'
605
606 parameters:
607 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700608 name: buildNode
Andy Bavier833b78e2019-11-22 17:01:31 -0700609 default: '{build-node}'
Kailash8b8de742019-07-30 08:54:51 -0700610 description: 'Name of the Jenkins node to run the job on'
611
612 - string:
Andy Bavierea26c5c2019-09-18 08:09:17 -0700613 name: extraHelmFlags
Andrea Campanellae9517922021-05-06 10:01:44 +0200614 default: '--set onu={onus},pon={pons} {extraHelmFlags}'
Andy Bavierea26c5c2019-09-18 08:09:17 -0700615 description: 'Helm flags to pass to ./voltha up'
616
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800617 - bool:
618 name: withAlarms
Matteo Scandolob36f0892020-11-23 12:19:48 -0800619 default: '{withAlarms}'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800620 description: "Run alarm based tests when true"
621
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700622 - string:
Andy Bavier218385e2019-11-13 09:51:38 -0700623 name: makeTarget
624 default: '{make-target}'
625 description: 'Makefile target to invoke during test'
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700626
Andy Bavier4c8b3232019-11-22 16:17:47 -0700627 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800628 name: makeFailtestTarget
629 default: '{make-target-failtest}'
630 description: 'Makefile target to invoke during failure/based test'
631
632 - string:
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -0800633 name: makeMultiOltTarget
634 default: '{make-target-multipleolt}'
635 description: 'Makefile target to invoke during multiple olt test'
636
637 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800638 name: makeErrortestTarget
639 default: '{make-target-errortest}'
640 description: 'Makefile target to invoke during error test'
641
642 - string:
643 name: makeAlarmtestTarget
644 default: '{make-target-alarmtest}'
645 description: 'Makefile target to invoke during alarm test'
646
647 - string:
TorstenThieme669258d2021-01-29 09:03:10 +0000648 name: make1t4gemTestTarget
649 default: '{make-target-1t4gemtest}'
650 description: 'Makefile target to invoke during 1t4gem test'
651
652 - string:
653 name: make1t8gemTestTarget
654 default: '{make-target-1t8gemtest}'
655 description: 'Makefile target to invoke during 1t8gem test'
656
657 - string:
TorstenThieme45422612021-03-23 10:38:59 +0000658 name: makeReconcileTestTarget
659 default: '{make-target-reconciletest}'
660 description: 'Makefile target to invoke during reconcile test'
661
662 - string:
663 name: makeReconcileDtTestTarget
664 default: '{make-target-reconciledttest}'
665 description: 'Makefile target to invoke during reconcile dt test'
666
667 - string:
668 name: makeReconcileTtTestTarget
669 default: '{make-target-reconciletttest}'
670 description: 'Makefile target to invoke during reconcile tt test'
671
672 - string:
Andy Bavier4c8b3232019-11-22 16:17:47 -0700673 name: manifestUrl
674 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700675 description: 'Repo manifest URL for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700676
677 - string:
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700678 name: branch
Andy Bavier4c8b3232019-11-22 16:17:47 -0700679 default: '{code-branch}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700680 description: 'Repo manifest branch for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700681
Andy Bavier3708d072019-12-10 15:22:18 -0700682 - string:
Andy Bavierb35171c2020-03-06 15:47:29 -0700683 name: gerritProject
684 default: '{gerrit-project}'
685 description: 'Name of the Gerrit project'
686
687 - string:
688 name: gerritChangeNumber
689 default: ''
690 description: 'Changeset number in Gerrit'
691
692 - string:
693 name: gerritPatchsetNumber
694 default: ''
695 description: 'PatchSet number in Gerrit'
696
697 - string:
Andy Bavier3708d072019-12-10 15:22:18 -0700698 name: testRuns
699 default: '{test-runs}'
700 description: 'How many times to repeat the tests'
701
702 - string:
703 name: extraRobotArgs
704 default: '{robot-args}'
705 description: 'Arguments to pass to robot'
706
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700707 - string:
708 name: workFlow
709 default: '{work-flow}'
710 description: 'Workflow for testcase'
Andy Bavier3708d072019-12-10 15:22:18 -0700711
pierventref48ebc12020-07-17 16:01:32 +0200712 - string:
713 name: karafHome
714 default: '{karaf-home}'
715 description: 'Karaf home'
716
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700717 - string:
718 name: volthaSystemTestsChange
719 default: '{volthaSystemTestsChange}'
720 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
721
722 - string:
723 name: kindVolthaChange
724 default: '{kindVolthaChange}'
725 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
726
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800727 - string:
728 name: olts
729 default: '{olts}'
730 description: 'How many BBSim instances to run'
731
Kailash8b8de742019-07-30 08:54:51 -0700732 project-type: pipeline
Andy Bavier358aa0b2019-11-22 11:55:39 -0700733 concurrent: true
Kailash8b8de742019-07-30 08:54:51 -0700734
Zack Williamsb3292082019-10-11 17:15:18 -0700735 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailash6be1aa92019-08-05 18:11:11 -0700736
737 triggers:
hwchiu14f97852019-10-08 10:51:11 -0700738 - timed: |
Kailash6be1aa92019-08-05 18:11:11 -0700739 TZ=America/Los_Angeles
Andy Bavier218385e2019-11-13 09:51:38 -0700740 {time-trigger}
Kailashaad71012019-08-27 10:36:53 -0700741
742- job-template:
743 id: 'voltha-patch-test'
Matteo Scandolo84e5f002020-02-10 11:50:05 -0800744 name: 'verify_{project}_sanity-test{name-extension}'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700745 build-node: 'ubuntu18.04-basebuild-4c-8g'
Andy Bavier4318f8d2020-04-09 13:50:53 -0700746 override-branch: '$GERRIT_BRANCH'
Andy Bavier02b00dc2020-04-28 13:01:12 -0700747 sandbox: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800748 build-timeout: 20
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700749 volthaSystemTestsChange: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800750 volthaHelmChartsChange: ''
Matteo Scandolocecb0842021-05-04 13:16:47 -0700751 extraHelmFlags: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800752 branch-regexp: '{all-branches-regexp}'
Kailashaad71012019-08-27 10:36:53 -0700753
754 description: |
755 <!-- Managed by Jenkins Job Builder -->
756 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
757 E2E Validation for Voltha 2.X
758
759 properties:
760 - cord-infra-properties:
761 build-days-to-keep: '{build-days-to-keep}'
762 artifact-num-to-keep: '{artifact-num-to-keep}'
763
764 wrappers:
765 - lf-infra-wrappers:
766 build-timeout: '{build-timeout}'
767 jenkins-ssh-credential: '{jenkins-ssh-credential}'
768
769 parameters:
770 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700771 name: buildNode
Andrea Campanella4792b7f2021-04-23 15:06:42 +0200772 default: '{build-node}'
Kailashaad71012019-08-27 10:36:53 -0700773 description: 'Name of the Jenkins node to run the job on'
774
775 - string:
hwchiu14f97852019-10-08 10:51:11 -0700776 name: gerritProject
777 default: '$GERRIT_PROJECT'
778 description: 'Name of the Gerrit project'
Kailashaad71012019-08-27 10:36:53 -0700779
780 - string:
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700781 name: gerritRefspec
782 default: '$GERRIT_REFSPEC'
783 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
Kailashaad71012019-08-27 10:36:53 -0700784
785 - string:
Andy Bavierbedd0392019-10-16 13:58:18 -0700786 name: extraHelmFlags
Matteo Scandolocecb0842021-05-04 13:16:47 -0700787 default: '{extraHelmFlags}'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700788 description: 'Helm flags to pass to every helm command'
Andy Bavierbedd0392019-10-16 13:58:18 -0700789
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700790 - string:
791 name: volthaSystemTestsChange
792 default: '{volthaSystemTestsChange}'
793 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
794
795 - string:
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800796 name: volthaHelmChartsChange
797 default: '{volthaHelmChartsChange}'
798 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
799
800 - string:
801 name: branch
802 default: '{override-branch}'
803 description: 'Name of the branch to use'
804
Kailashaad71012019-08-27 10:36:53 -0700805 project-type: pipeline
Kailashb59bc7f2019-09-03 13:13:27 -0700806 concurrent: true
Kailashaad71012019-08-27 10:36:53 -0700807
Zack Williamsb3292082019-10-11 17:15:18 -0700808 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailashaad71012019-08-27 10:36:53 -0700809
810 triggers:
Andy Bavierb99c3d32020-02-18 11:14:17 -0700811 - gerrit:
812 server-name: '{gerrit-server-name}'
Kailashaad71012019-08-27 10:36:53 -0700813 dependency-jobs: '{dependency-jobs}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700814 silent-start: true
815 trigger-on:
816 - patchset-created-event:
817 exclude-drafts: true
818 exclude-trivial-rebase: false
819 exclude-no-code-change: true
820 - draft-published-event
821 - comment-added-contains-event:
822 comment-contains-value: '(?i)^.*recheck$'
823 projects:
824 - project-compare-type: REG_EXP
825 project-pattern: '^{project}$'
826 branches:
827 - branch-compare-type: REG_EXP
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800828 branch-pattern: '{branch-regexp}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700829 file-paths:
830 - compare-type: REG_EXP
831 pattern: '{all-files-regexp}'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700832
833# POD Per Patchset Pipeline Jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700834# to use these parameters in a job: `<<: *voltha-physical-patchset-parameters`
835- voltha-physical-patchset-parameters: &voltha-physical-patchset-parameters
836 name: voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -0700837 parameters:
838 - string:
839 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -0700840 default: '{build-node}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700841 description: 'Pod management node'
842
843 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700844 name: branch
845 default: '$GERRIT_BRANCH'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700846 description: 'Name of the repo branch to use'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700847
848 - string:
849 name: gerritProject
850 default: '$GERRIT_PROJECT'
851 description: 'Name of the Gerrit project'
852
853 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -0700854 name: gerritRefspec
855 default: '$GERRIT_REFSPEC'
856 description: 'RefSpec number in Gerrit'
857
858 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700859 name: gerritComment
860 default: '$GERRIT_EVENT_COMMENT_TEXT'
861 description: 'RefSpec number in Gerrit'
862
863 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700864 name: cordRepoUrl
865 default: '{gerrit-server-url}'
866 description: 'The URL of the CORD Project repository'
867
868 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700869 name: configBaseDir
870 default: 'pod-configs'
871 description: 'The directory inside the POD configs repository'
872
873 - string:
874 name: configDeploymentDir
875 default: 'deployment-configs'
876 description: 'The deployment configs folder'
877
878 - string:
879 name: configKubernetesDir
880 default: 'kubernetes-configs'
881 description: 'The kubernetes config folder'
882
883 - string:
884 name: configFileName
885 default: '{config-pod}'
886 description: 'The config file'
887
888 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700889 name: podName
890 default: '{config-pod}'
891
892 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700893 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -0700894 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700895 description: 'Path of SADIS config to load'
896
897 - string:
Andy Bavier893d2442020-05-21 12:41:17 -0700898 name: oltDebVersionMaster
899 default: '{oltDebVersionMaster}'
900 description: 'OLT Software version to install for master branch builds'
901
902 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700903 name: oltDebVersionVoltha23
Andy Bavier893d2442020-05-21 12:41:17 -0700904 default: '{oltDebVersionVoltha23}'
905 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700906
907 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700908 name: profile
909 default: '{profile}'
910 description: 'Technology Profile pushed to the ETCD'
911
912 - string:
913 name: notificationEmail
914 default: 'andy@opennetworking.org'
915 description: ''
916
917 - bool:
918 name: reinstallOlt
919 default: true
920 description: "Re-install OLT software"
921
Zack Williams03ebb272020-03-27 09:42:33 -0700922 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700923 name: extraRobotArgs
924 default: '{default-test-args}'
925 description: 'Arguments to pass to robot'
926
927 - string:
928 name: volthaSystemTestsChange
929 default: '{volthaSystemTestsChange}'
930 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
931
932 - string:
933 name: volthaHelmChartsChange
934 default: '{volthaHelmChartsChange}'
935 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
936
937 - string:
938 name: workflow
939 default: '{workflow}'
940 description: 'Installs and uses the specified work flow on the POD'
941
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700942 - string:
943 name: extraHelmFlags
944 default: '{extraHelmFlags}'
945 description: 'Helm flags (passed to each helm command)'
946
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700947 # deprecated parameters, remove after VOLTHA-2.8 is released
948 - string:
949 name: deploymentConfigFile
950 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
951 description: 'Path of deployment config file'
952
953 - string:
954 name: kindVolthaValuesFile
955 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
956 description: 'Path of kind-voltha values override file'
957
958 - string:
959 name: manifestUrl
960 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
961 description: 'URL to the repo manifest'
962
963 - string:
964 name: gerritChangeNumber
965 default: '$GERRIT_CHANGE_NUMBER'
966 description: 'Changeset number in Gerrit'
967
968 - string:
969 name: gerritPatchsetNumber
970 default: '$GERRIT_PATCHSET_NUMBER'
971 description: 'PatchSet number in Gerrit'
972
973 - string:
974 name: localConfigDir
975 default: null
976 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
977
978 - string:
979 name: configRepo
980 default: 'pod-configs'
981 description: 'A repository containing the config files, will be checked out if specified'
982
983 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700984 name: manualBranch
985 default: '{manualBranch}'
986 description: "If a non-empty string, build manually as a specific branch, not with a specific patchset"
Andy Bavier51ba7e82019-12-17 11:01:01 -0700987
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700988- job-template:
989 name: '{name}'
990 id: verify_physical_voltha_patchset_auto
991 description: |
992 <!-- Managed by Jenkins Job Builder -->
993 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
994 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
995 Created by Andy Bavier, andy@opennetworking.org <br />
996 Copyright (c) 2019 Open Networking Foundation (ONF)
997 sandbox: true
998 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
999 default-test-args: '-i sanityORDeleteOLT -X'
1000 branch-pattern: '{all-branches-regexp}'
1001 build-node: 'tucson-pod'
1002 config-pod: 'tucson-pod'
1003 workflow: 'att'
1004 profile: 'Default'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -07001005 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001006 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
1007 volthaSystemTestsChange: ''
1008 volthaHelmChartsChange: ''
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001009 extraHelmFlags: ''
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001010
1011 properties:
1012 - cord-infra-properties:
1013 build-days-to-keep: '{build-days-to-keep}'
1014 artifact-num-to-keep: '{artifact-num-to-keep}'
1015
1016 <<: *voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -07001017
1018 project-type: pipeline
1019 concurrent: true
1020
1021 dsl: !include-raw-escape: pipeline/{pipeline-script}
1022
1023 triggers:
1024 - gerrit:
1025 server-name: '{gerrit-server-name}'
1026 dependency-jobs: '{dependency-jobs}'
1027 silent-start: false
1028 successful-message: "PASSED hardware test"
1029 failure-message: "FAILED hardware test"
1030 unstable-message: "UNSTABLE hardware test"
1031 trigger-on:
1032 - comment-added-event:
1033 approval-category: 'Code-Review'
1034 approval-value: '+2'
1035 projects:
1036 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001037 project-pattern: '^(voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-go)$'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001038 branches:
Andy Bavier37f6ea92020-04-03 11:13:35 -07001039 - branch-compare-type: REG_EXP
Matteo Scandolo5b998a22021-04-22 09:42:40 -07001040 branch-pattern: '{branch-pattern}'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001041
Andy Bavier51ba7e82019-12-17 11:01:01 -07001042- job-template:
1043 name: '{name}'
1044 id: verify_physical_voltha_patchset_manual
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001045 description: |
1046 <!-- Managed by Jenkins Job Builder -->
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001047 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
Andy Baviere9916452019-11-06 12:32:47 -07001048 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001049 Created by Andy Bavier, andy@opennetworking.org <br />
1050 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001051 sandbox: true
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001052 build-node: 'tucson-pod'
1053 config-pod: 'tucson-pod'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -07001054 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001055 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
1056 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001057 trigger-string: 'hardware test'
1058 default-test-args: '-i sanityORDeleteOLT -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001059 branch-pattern: '{all-branches-regexp}'
1060 volthaSystemTestsChange: ''
1061 volthaHelmChartsChange: ''
1062 workflow: 'att'
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001063 extraHelmFlags: ''
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001064
1065 properties:
1066 - cord-infra-properties:
1067 build-days-to-keep: '{build-days-to-keep}'
1068 artifact-num-to-keep: '{artifact-num-to-keep}'
1069
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001070 <<: *voltha-physical-patchset-parameters
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001071
Andy Bavier8c11d462019-12-17 08:19:34 -07001072
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001073 project-type: pipeline
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001074 concurrent: true
1075
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001076 dsl: !include-raw-escape: pipeline/{pipeline-script}
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001077
Andy Bavier1f465592019-11-06 10:03:56 -07001078 triggers:
1079 - gerrit:
1080 server-name: '{gerrit-server-name}'
1081 dependency-jobs: '{dependency-jobs}'
1082 silent-start: false
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001083 successful-message: "PASSED {trigger-string}"
1084 failure-message: "FAILED {trigger-string}"
1085 unstable-message: "UNSTABLE {trigger-string}"
Andy Bavier1f465592019-11-06 10:03:56 -07001086 trigger-on:
1087 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001088 comment-contains-value: '^{trigger-string}$'
Scott Bakerda31d7b2020-01-08 16:35:52 -08001089 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001090 comment-contains-value: '^{trigger-string} with delay$'
Andy Bavier8c11d462019-12-17 08:19:34 -07001091 projects:
1092 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001093 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 -07001094 branches:
Andy Bavierfc3ca142020-03-27 13:44:25 -07001095 - branch-compare-type: REG_EXP
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001096 branch-pattern: '{branch-pattern}'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001097
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001098- job-template:
1099 name: '{name}'
1100 id: build_physical_voltha_manual
1101 description: |
1102 <!-- Managed by Jenkins Job Builder -->
1103 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
1104 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
1105 Created by Andy Bavier, andy@opennetworking.org <br />
1106 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001107 sandbox: true
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001108 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001109
1110 properties:
1111 - cord-infra-properties:
1112 build-days-to-keep: '{build-days-to-keep}'
1113 artifact-num-to-keep: '{artifact-num-to-keep}'
1114
1115 parameters:
1116 - string:
1117 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -07001118 default: '{build-node}'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001119 description: 'Pod management node'
1120
1121 - string:
1122 name: manifestUrl
1123 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
1124 description: 'URL to the repo manifest'
1125
1126 - string:
Zack Williams03ebb272020-03-27 09:42:33 -07001127 name: branch
1128 default: "$GERRIT_BRANCH"
1129 description: 'Name of the repo manifest branch to use'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001130
1131 - string:
1132 name: gerritProject
1133 default: '$GERRIT_PROJECT'
1134 description: 'Name of the Gerrit project'
1135
1136 - string:
1137 name: gerritChangeNumber
1138 default: '$GERRIT_CHANGE_NUMBER'
1139 description: 'Changeset number in Gerrit'
1140
1141 - string:
1142 name: gerritPatchsetNumber
1143 default: '$GERRIT_PATCHSET_NUMBER'
1144 description: 'PatchSet number in Gerrit'
1145
1146 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -07001147 name: gerritRefspec
1148 default: '$GERRIT_REFSPEC'
1149 description: 'RefSpec number in Gerrit'
1150
1151 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001152 name: cordRepoUrl
1153 default: '{gerrit-server-url}'
1154 description: 'The URL of the CORD Project repository'
1155
1156 - string:
1157 name: podName
1158 default: '{config-pod}'
1159
1160 - string:
1161 name: deploymentConfigFile
1162 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
1163 description: 'Path of deployment config file'
1164
1165 - string:
1166 name: kindVolthaValuesFile
1167 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
1168 description: 'Path of kind-voltha values override file'
1169
1170 - string:
1171 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -07001172 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001173 description: 'Path of SADIS config to load'
1174
1175 - string:
1176 name: localConfigDir
1177 default: null
1178 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
1179
1180 - string:
1181 name: configRepo
1182 default: 'pod-configs'
1183 description: 'A repository containing the config files, will be checked out if specified'
1184
1185 - string:
Andy Bavier893d2442020-05-21 12:41:17 -07001186 name: oltDebVersionMaster
1187 default: '{oltDebVersionMaster}'
1188 description: 'OLT Software version to install for master branch builds'
1189
1190 - string:
1191 name: oltDebVersionVoltha23
1192 default: '{oltDebVersionVoltha23}'
1193 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001194
1195 - string:
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001196 name: profile
1197 default: '{profile}'
1198 description: 'Technology Profile pushed to the ETCD'
1199
1200 - string:
1201 name: notificationEmail
1202 default: 'andy@opennetworking.org'
1203 description: ''
1204
1205 - bool:
1206 name: reinstallOlt
1207 default: false
1208 description: "Re-install OLT software"
1209
Zack Williams03ebb272020-03-27 09:42:33 -07001210 - string:
1211 name: manualBranch
1212 default: '{manualBranch}'
1213 description: "If a non-empty string, build manually on a specific branch, not with a specific patchset"
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001214
Andy Bavier8c11d462019-12-17 08:19:34 -07001215 - string:
1216 name: extraRobotArgs
Andy Bavierd2b25fe2020-06-09 07:22:00 -07001217 default: '-e bbsim -X'
Andy Bavier8c11d462019-12-17 08:19:34 -07001218 description: 'Arguments to pass to robot'
1219
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001220 project-type: pipeline
1221 concurrent: true
1222
1223 dsl: !include-raw-escape: pipeline/{pipeline-script}