Skip to content

Commit bdd5765

Browse files
authored
chore: parallel tests
1 parent 6a9b284 commit bdd5765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ steps:
272272
args: ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage teardown --verbose']
273273
- id: apply gke-standard-cluster
274274
waitFor:
275-
- teardown beta-cluster
275+
- init-all
276276
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
277277
args: ['/bin/bash', '-c', 'cft test run TestGKEStandardCluster --stage apply --verbose']
278278
- id: verify gke-standard-cluster
@@ -287,7 +287,7 @@ steps:
287287
args: ['/bin/bash', '-c', 'cft test run TestGKEStandardCluster --stage teardown --verbose']
288288
- id: apply gke-autopilot-cluster
289289
waitFor:
290-
- teardown gke-standard-cluster
290+
- init-all
291291
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
292292
args: ['/bin/bash', '-c', 'cft test run TestGKEAutopilotCluster --stage apply --verbose']
293293
- id: verify gke-autopilot-cluster

0 commit comments

Comments
 (0)