Skip to content

Commit e432ccd

Browse files
committed
ci
1 parent 8ab26d4 commit e432ccd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

build/int.cloudbuild.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,26 @@ steps:
167167
- verify-quota-project-example
168168
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
169169
args: ['/bin/bash', '-c', 'cft test run TestQuotaProject --stage destroy --verbose']
170+
- id: init-tags-project-example
171+
waitFor:
172+
- create-all
173+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
174+
args: ['/bin/bash', '-c', 'cft test run TestTagsProject --stage init --verbose']
175+
- id: apply-tags-project-example
176+
waitFor:
177+
- init-tags-project-example
178+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
179+
args: ['/bin/bash', '-c', 'cft test run TestTagsProject --stage apply --verbose']
180+
- id: verify-tags-project-example
181+
waitFor:
182+
- apply-tags-project-example
183+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
184+
args: ['/bin/bash', '-c', 'cft test run TestTagsProject --stage verify --verbose']
185+
- id: destroy-tags-project-example
186+
waitFor:
187+
- verify-tags-project-example
188+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
189+
args: ['/bin/bash', '-c', 'cft test run TestTagsProject --stage destroy --verbose']
170190

171191
tags:
172192
- 'ci'

0 commit comments

Comments
 (0)