Skip to content

Commit 65e3ea9

Browse files
committed
change test
Signed-off-by: drfaust92 <[email protected]>
1 parent 97347e3 commit 65e3ea9

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
@@ -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

0 commit comments

Comments
 (0)