28
28
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
29
29
- id : init disable-client-cert
30
30
waitFor :
31
- - create all
31
+ - prepare
32
32
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
33
33
args : ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage init --verbose --test-dir test/integration']
34
34
- id : apply disable-client-cert
@@ -283,7 +283,7 @@ steps:
283
283
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-metadata-config-local']
284
284
- id : init beta-cluster
285
285
waitFor :
286
- - create all
286
+ - prepare
287
287
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
288
288
args : ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage init --verbose --test-dir test/integration']
289
289
- id : apply beta-cluster
@@ -468,7 +468,7 @@ steps:
468
468
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage teardown --verbose']
469
469
- id : init private-zonal-with-networking
470
470
waitFor :
471
- - create all
471
+ - prepare
472
472
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
473
473
args : ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage init --verbose --test-dir test/integration']
474
474
- id : apply private-zonal-with-networking
@@ -488,7 +488,7 @@ steps:
488
488
args : ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage teardown --verbose --test-dir test/integration']
489
489
- id : init simple-autopilot-private-non-default-sa
490
490
waitFor :
491
- - create all
491
+ - prepare
492
492
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
493
493
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivateNonDefaultSA --stage init --verbose']
494
494
- id : apply simple-autopilot-private-non-default-sa
0 commit comments