Skip to content

Commit 450d2a4

Browse files
authored
Update int.cloudbuild.yaml
1 parent 2291906 commit 450d2a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/int.cloudbuild.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
2929
- id: init disable-client-cert
3030
waitFor:
31-
- create all
31+
- prepare
3232
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
3333
args: ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage init --verbose --test-dir test/integration']
3434
- id: apply disable-client-cert
@@ -283,7 +283,7 @@ steps:
283283
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-metadata-config-local']
284284
- id: init beta-cluster
285285
waitFor:
286-
- create all
286+
- prepare
287287
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
288288
args: ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage init --verbose --test-dir test/integration']
289289
- id: apply beta-cluster
@@ -468,7 +468,7 @@ steps:
468468
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage teardown --verbose']
469469
- id: init private-zonal-with-networking
470470
waitFor:
471-
- create all
471+
- prepare
472472
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
473473
args: ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage init --verbose --test-dir test/integration']
474474
- id: apply private-zonal-with-networking
@@ -488,7 +488,7 @@ steps:
488488
args: ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage teardown --verbose --test-dir test/integration']
489489
- id: init simple-autopilot-private-non-default-sa
490490
waitFor:
491-
- create all
491+
- prepare
492492
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
493493
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivateNonDefaultSA --stage init --verbose']
494494
- id: apply simple-autopilot-private-non-default-sa

0 commit comments

Comments
 (0)