@@ -106,36 +106,46 @@ steps:
106
106
- apply simple-regional-local
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 TestSimpleRegional --stage teardown --verbose']
109
- - id : converge simple-regional-private-local
109
+ - id : init simple-regional-private-local
110
110
waitFor :
111
111
- create all
112
112
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
113
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-private-local']
113
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage init --verbose']
114
+ - id : apply simple-regional-private-local
115
+ waitFor :
116
+ - init simple-regional-private-local
117
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
118
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage apply --verbose']
114
119
- id : verify simple-regional-private-local
115
120
waitFor :
116
- - converge simple-regional-private-local
121
+ - apply simple-regional-private-local
117
122
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
118
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-regional-private-local ']
123
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage verify --verbose ']
119
124
- id : destroy simple-regional-private-local
120
125
waitFor :
121
126
- verify simple-regional-private-local
122
127
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
123
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-private-local ']
124
- - id : converge simple-regional-with-kubeconfig-local
128
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage teardown --verbose ']
129
+ - id : init simple-regional-with-kubeconfig-local
125
130
waitFor :
126
131
- create all
127
132
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
128
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-with-kubeconfig-local']
133
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage init --verbose']
134
+ - id : apply simple-regional-with-kubeconfig-local
135
+ waitFor :
136
+ - init simple-regional-with-kubeconfig-local
137
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
138
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage apply --verbose']
129
139
- id : verify simple-regional-with-kubeconfig-local
130
140
waitFor :
131
- - converge simple-regional-with-kubeconfig-local
141
+ - apply simple-regional-with-kubeconfig-local
132
142
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
133
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-regional-with-kubeconfig-local ']
143
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage verify --verbose ']
134
144
- id : destroy simple-regional-with-kubeconfig-local
135
145
waitFor :
136
146
- verify simple-regional-with-kubeconfig-local
137
147
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
138
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-kubeconfig-local ']
148
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage teardown --verbose ']
139
149
- id : converge simple-regional-with-gateway-api-local
140
150
waitFor :
141
151
- create all
@@ -151,21 +161,26 @@ steps:
151
161
- verify simple-regional-with-gateway-api-local
152
162
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
153
163
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-gateway-api-local']
154
- - id : converge simple-regional-with-networking-local
164
+ - id : init simple-regional-with-networking-local
155
165
waitFor :
156
166
- create all
157
167
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
158
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-with-networking-local']
168
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage init --verbose']
169
+ - id : apply simple-regional-with-networking-local
170
+ waitFor :
171
+ - init simple-regional-with-networking-local
172
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
173
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage apply --verbose']
159
174
- id : verify simple-regional-with-networking-local
160
175
waitFor :
161
- - converge simple-regional-with-networking-local
176
+ - apply simple-regional-with-networking-local
162
177
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
163
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-regional-with-networking-local ']
178
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage verify --verbose ']
164
179
- id : destroy simple-regional-with-networking-local
165
180
waitFor :
166
181
- verify simple-regional-with-networking-local
167
182
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
168
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-networking-local ']
183
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage teardown --verbose ']
169
184
- id : converge simple-zonal-local
170
185
waitFor :
171
186
- create all
@@ -276,21 +291,26 @@ steps:
276
291
- verify beta-cluster
277
292
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
278
293
args : ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage teardown --verbose --test-dir test/integration']
279
- - id : converge simple-windows-node-pool-local
294
+ - id : init simple-windows-node-pool-local
280
295
waitFor :
281
296
- create all
282
297
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
283
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-windows-node-pool-local']
298
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage init --verbose --test-dir test/integration']
299
+ - id : apply simple-windows-node-pool-local
300
+ waitFor :
301
+ - init simple-windows-node-pool-local
302
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
303
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage apply --verbose --test-dir test/integration']
284
304
- id : verify simple-windows-node-pool-local
285
305
waitFor :
286
- - converge simple-windows-node-pool-local
306
+ - apply simple-windows-node-pool-local
287
307
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
288
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-windows-node-pool-local ']
308
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage verify --verbose --test-dir test/integration ']
289
309
- id : destroy simple-windows-node-pool-local
290
310
waitFor :
291
311
- verify simple-windows-node-pool-local
292
312
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
293
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-windows-node-pool-local ']
313
+ args : ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage teardown --verbose --test-dir test/integration ']
294
314
- id : init deploy-service-local
295
315
waitFor :
296
316
- create all
0 commit comments