Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ steps:
args: ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage teardown --verbose']
- id: apply gke-standard-cluster
waitFor:
- teardown beta-cluster
- init-all
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestGKEStandardCluster --stage apply --verbose']
- id: verify gke-standard-cluster
Expand All @@ -287,7 +287,7 @@ steps:
args: ['/bin/bash', '-c', 'cft test run TestGKEStandardCluster --stage teardown --verbose']
- id: apply gke-autopilot-cluster
waitFor:
- teardown gke-standard-cluster
- init-all
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestGKEAutopilotCluster --stage apply --verbose']
- id: verify gke-autopilot-cluster
Expand Down