43
43
args : ['/bin/bash', '-c', 'cft test run TestIpAddressOnly --verbose --stage teardown']
44
44
- id : create ip-address-with-specific-ip-local
45
45
waitFor :
46
- - prepare
46
+ - destroy ip-address-only-local
47
47
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
48
48
args : ['/bin/bash', '-c', 'cft test run TestIpAddressWithSpecificIp --verbose --stage init']
49
49
- id : converge ip-address-with-specific-ip-local
63
63
args : ['/bin/bash', '-c', 'cft test run TestIpAddressWithSpecificIp --verbose --stage teardown']
64
64
- id : create TestDnsForwardExample
65
65
waitFor :
66
- - prepare
66
+ - destroy ip-address-with-specific-ip-local
67
67
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
68
68
args : ['/bin/bash', '-c', 'cft test run TestDnsForwardExample --verbose --stage init']
69
69
- id : converge TestDnsForwardExample
83
83
args : ['/bin/bash', '-c', 'cft test run TestDnsForwardExample --verbose --stage teardown']
84
84
- id : create TestDnsForwardExampleMultiNames
85
85
waitFor :
86
- - prepare
86
+ - destroy TestDnsForwardExample
87
87
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
88
88
args : ['/bin/bash', '-c', 'cft test run TestDnsForwardExampleMultiNames --verbose --stage init']
89
89
- id : converge TestDnsForwardExampleMultiNames
@@ -103,7 +103,7 @@ steps:
103
103
args : ['/bin/bash', '-c', 'cft test run TestDnsForwardExampleMultiNames --verbose --stage teardown']
104
104
- id : create TestDnsForwardAndReverse
105
105
waitFor :
106
- - prepare
106
+ - destroy TestDnsForwardExampleMultiNames
107
107
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
108
108
args : ['/bin/bash', '-c', 'cft test run TestDnsForwardAndReverse --verbose --stage init ']
109
109
- id : converge TestDnsForwardAndReverse
@@ -126,6 +126,6 @@ tags:
126
126
- ' integration'
127
127
substitutions :
128
128
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
129
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.13 '
129
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.17 '
130
130
options :
131
131
machineType : ' N1_HIGHCPU_8'
0 commit comments