5151 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy it-simple-local']
5252- id : converge-it-additional-disks-local
5353 wait_for :
54- - create-all
54+ - destroy-it-simple-local
5555 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
5656 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge it-additional-disks-local']
5757- id : verify-it-additional-disks-local
6666 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy it-additional-disks-local']
6767- id : converge-preemptible-and-regular-instance-templates-simple-local
6868 wait_for :
69- - create-all
69+ - destroy-it-additional-disks-local
7070 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
7171 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge preemptible-and-regular-instance-templates-simple-local']
7272- id : verify-preemptible-and-regular-instance-templates-simple-local
8181 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy preemptible-and-regular-instance-templates-simple-local']
8282- id : go-init-instance-simple
8383 waitFor :
84- - create-all
84+ - destroy-preemptible-and-regular-instance-templates-simple-local
8585 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8686 args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=init go test -v -run TestInstanceSimpleModule ./... -p 1']
8787- id : go-apply-instance-simple
@@ -103,7 +103,7 @@ steps:
103103 timeout : 1800s
104104- id : converge-mig-simple-local
105105 wait_for :
106- - create-all
106+ - go-destroy-instance-simple
107107 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
108108 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge mig-simple-local']
109109- id : verify-mig-simple-local
@@ -238,7 +238,7 @@ steps:
238238 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy mig-with-percent-simple-local']
239239- id : go-init-statful-mig
240240 waitFor :
241- - create-all
241+ - destroy-mig-with-percent-simple-local
242242 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
243243 args : ['/bin/bash', '-c', 'cft test run TestMigStatefulModule --stage create --verbose']
244244- id : go-apply-statful-mig
0 commit comments