File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,21 @@ steps:
134
134
- verify simple-regional-private-local
135
135
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
136
136
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']
137
152
- id : init simple-regional-with-kubeconfig-local
138
153
waitFor :
139
154
- create-all
You can’t perform that action at this time.
0 commit comments