Skip to content

Commit c37a4a1

Browse files
committed
add cloudbuild config
1 parent 155f9b3 commit c37a4a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

build/int.cloudbuild.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,21 @@ steps:
134134
- verify simple-regional-private-local
135135
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
136136
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage teardown --verbose']
137+
- id: apply simple-regional-cluster-autoscaling
138+
waitFor:
139+
- create-all
140+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
141+
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalClusterAutoscaling --stage apply --verbose']
142+
- id: verify simple-regional-cluster-autoscaling
143+
waitFor:
144+
- apply simple-regional-cluster-autoscaling
145+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
146+
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalClusterAutoscaling --stage verify --verbose']
147+
- id: destroy simple-regional-cluster-autoscaling
148+
waitFor:
149+
- verify simple-regional-cluster-autoscaling
150+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
151+
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalClusterAutoscaling --stage teardown --verbose']
137152
- id: init simple-regional-with-kubeconfig-local
138153
waitFor:
139154
- create-all

0 commit comments

Comments
 (0)