@@ -181,36 +181,46 @@ steps:
181
181
- verify simple-regional-with-networking-local
182
182
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
183
183
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage teardown --verbose']
184
- - id : converge simple-zonal-local
184
+ - id : init simple-zonal-local
185
185
waitFor :
186
186
- create all
187
187
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
188
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-zonal-local']
188
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage init --verbose']
189
+ - id : apply simple-zonal-local
190
+ waitFor :
191
+ - init simple-zonal-local
192
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
193
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage apply --verbose']
189
194
- id : verify simple-zonal-local
190
195
waitFor :
191
- - converge simple-zonal-local
196
+ - apply simple-zonal-local
192
197
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
193
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-zonal-local ']
198
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage verify --verbose ']
194
199
- id : destroy simple-zonal-local
195
200
waitFor :
196
201
- verify simple-zonal-local
197
202
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
198
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-zonal-local ']
199
- - id : converge simple-zonal-private-local
203
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage teardown --verbose ']
204
+ - id : init simple-zonal-private-local
200
205
waitFor :
201
206
- create all
202
207
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
203
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-zonal-private-local']
208
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage init --verbose']
209
+ - id : apply simple-zonal-private-local
210
+ waitFor :
211
+ - init simple-zonal-private-local
212
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
213
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage apply --verbose']
204
214
- id : verify simple-zonal-private-local
205
215
waitFor :
206
- - converge simple-zonal-private-local
216
+ - apply simple-zonal-private-local
207
217
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
208
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-zonal-private-local ']
218
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage verify --verbose ']
209
219
- id : destroy simple-zonal-private-local
210
220
waitFor :
211
221
- verify simple-zonal-private-local
212
222
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
213
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-zonal-private-local ']
223
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage teardown --verbose ']
214
224
- id : converge stub-domains-local
215
225
waitFor :
216
226
- create all
@@ -396,21 +406,26 @@ steps:
396
406
- verify safer-cluster-iap-bastion-local
397
407
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
398
408
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy safer-cluster-iap-bastion-local']
399
- - id : converge simple-zonal-with-asm-local
409
+ - id : init simple-zonal-with-asm-local
400
410
waitFor :
401
411
- create all
402
412
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
403
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-zonal-with-asm-local']
413
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage init --verbose']
414
+ - id : apply simple-zonal-with-asm-local
415
+ waitFor :
416
+ - init simple-zonal-with-asm-local
417
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
418
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage apply --verbose']
404
419
- id : verify simple-zonal-with-asm-local
405
420
waitFor :
406
- - converge simple-zonal-with-asm-local
421
+ - apply simple-zonal-with-asm-local
407
422
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
408
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-zonal-with-asm-local ']
423
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage verify --verbose ']
409
424
- id : destroy simple-zonal-with-asm-local
410
425
waitFor :
411
426
- verify simple-zonal-with-asm-local
412
427
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
413
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-zonal-with-asm-local ']
428
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage teardown --verbose ']
414
429
- id : init simple-autopilot-private-local
415
430
waitFor :
416
431
- create all
0 commit comments