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 @@ -89,6 +89,21 @@ steps:
8989 - verify simple-regional-local
9090 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
9191 args : ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage teardown --verbose']
92+ - id : apply simple-regional-additional-local
93+ waitFor :
94+ - init-all
95+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
96+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalAdditionalIPRanges --stage apply --verbose']
97+ - id : verify simple-regional-additional-local
98+ waitFor :
99+ - apply simple-regional-additional-local
100+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
101+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalAdditionalIPRanges --stage verify --verbose']
102+ - id : teardown simple-regional-additional-local
103+ waitFor :
104+ - verify simple-regional-additional-local
105+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
106+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalAdditionalIPRanges --stage teardown --verbose']
92107- id : apply simple-regional-private-local
93108 waitFor :
94109 - init-all
You can’t perform that action at this time.
0 commit comments