51
51
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy it-simple-local']
52
52
- id : converge-it-additional-disks-local
53
53
wait_for :
54
- - create-all
54
+ - destroy-it-simple-local
55
55
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
56
56
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge it-additional-disks-local']
57
57
- id : verify-it-additional-disks-local
66
66
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy it-additional-disks-local']
67
67
- id : converge-preemptible-and-regular-instance-templates-simple-local
68
68
wait_for :
69
- - create-all
69
+ - destroy-it-additional-disks-local
70
70
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
71
71
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge preemptible-and-regular-instance-templates-simple-local']
72
72
- id : verify-preemptible-and-regular-instance-templates-simple-local
81
81
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy preemptible-and-regular-instance-templates-simple-local']
82
82
- id : go-init-instance-simple
83
83
waitFor :
84
- - create-all
84
+ - destroy-preemptible-and-regular-instance-templates-simple-local
85
85
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
86
86
args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=init go test -v -run TestInstanceSimpleModule ./... -p 1']
87
87
- id : go-apply-instance-simple
@@ -103,7 +103,7 @@ steps:
103
103
timeout : 1800s
104
104
- id : converge-mig-simple-local
105
105
wait_for :
106
- - create-all
106
+ - go-destroy-instance-simple
107
107
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
108
108
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge mig-simple-local']
109
109
- id : verify-mig-simple-local
@@ -238,7 +238,7 @@ steps:
238
238
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy mig-with-percent-simple-local']
239
239
- id : go-init-statful-mig
240
240
waitFor :
241
- - create-all
241
+ - destroy-mig-with-percent-simple-local
242
242
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
243
243
args : ['/bin/bash', '-c', 'cft test run TestMigStatefulModule --stage create --verbose']
244
244
- id : go-apply-statful-mig
0 commit comments