@@ -21,14 +21,19 @@ steps:
21
21
- ' TF_VAR_org_id=$_ORG_ID'
22
22
- ' TF_VAR_folder_id=$_FOLDER_ID'
23
23
- ' TF_VAR_billing_account=$_BILLING_ACCOUNT'
24
- - id : create all
24
+ - id : init- all
25
25
waitFor :
26
26
- prepare
27
27
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
28
+ args : ['/bin/bash', '-c', 'cft test run all --stage init --verbose']
29
+ - id : create-all
30
+ waitFor :
31
+ - init-all
32
+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
28
33
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
29
34
- id : init disable-client-cert
30
35
waitFor :
31
- - prepare
36
+ - create-all
32
37
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
33
38
args : ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage init --verbose --test-dir test/integration']
34
39
- id : apply disable-client-cert
48
53
args : ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage teardown --verbose --test-dir test/integration']
49
54
- id : init shared-vpc-local
50
55
waitFor :
51
- - create all
56
+ - create- all
52
57
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
53
58
args : ['/bin/bash', '-c', 'cft test run TestSharedVPC --stage init --verbose --test-dir test/integration']
54
59
- id : apply shared-vpc-local
68
73
args : ['/bin/bash', '-c', 'cft test run TestSharedVPC --stage teardown --verbose --test-dir test/integration']
69
74
- id : init safer-cluster-local
70
75
waitFor :
71
- - create all
76
+ - create- all
72
77
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
73
78
args : ['/bin/bash', '-c', 'cft test run TestSaferCluster --stage init --verbose']
74
79
- id : apply safer-cluster-local
88
93
args : ['/bin/bash', '-c', 'cft test run TestSaferCluster --stage destroy --verbose']
89
94
- id : init simple-regional-local
90
95
waitFor :
91
- - create all
96
+ - create- all
92
97
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
93
98
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage init --verbose']
94
99
- id : apply simple-regional-local
@@ -108,7 +113,7 @@ steps:
108
113
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage teardown --verbose']
109
114
- id : init simple-regional-private-local
110
115
waitFor :
111
- - create all
116
+ - create- all
112
117
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
113
118
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage init --verbose']
114
119
- id : apply simple-regional-private-local
@@ -128,7 +133,7 @@ steps:
128
133
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage teardown --verbose']
129
134
- id : init simple-regional-with-kubeconfig-local
130
135
waitFor :
131
- - create all
136
+ - create- all
132
137
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
133
138
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage init --verbose']
134
139
- id : apply simple-regional-with-kubeconfig-local
@@ -148,7 +153,7 @@ steps:
148
153
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage teardown --verbose']
149
154
- id : converge simple-regional-with-gateway-api-local
150
155
waitFor :
151
- - create all
156
+ - create- all
152
157
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
153
158
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-with-gateway-api-local']
154
159
- id : verify simple-regional-with-gateway-api-local
@@ -163,7 +168,7 @@ steps:
163
168
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-gateway-api-local']
164
169
- id : init simple-regional-with-networking-local
165
170
waitFor :
166
- - create all
171
+ - create- all
167
172
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
168
173
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage init --verbose']
169
174
- id : apply simple-regional-with-networking-local
@@ -183,7 +188,7 @@ steps:
183
188
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage teardown --verbose']
184
189
- id : init simple-zonal-local
185
190
waitFor :
186
- - create all
191
+ - create- all
187
192
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
188
193
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage init --verbose']
189
194
- id : apply simple-zonal-local
@@ -203,7 +208,7 @@ steps:
203
208
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage teardown --verbose']
204
209
- id : init simple-zonal-private-local
205
210
waitFor :
206
- - create all
211
+ - create- all
207
212
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
208
213
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage init --verbose']
209
214
- id : apply simple-zonal-private-local
@@ -223,7 +228,7 @@ steps:
223
228
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage teardown --verbose']
224
229
- id : converge stub-domains-local
225
230
waitFor :
226
- - create all
231
+ - create- all
227
232
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
228
233
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge stub-domains-local']
229
234
- id : verify stub-domains-local
@@ -238,7 +243,7 @@ steps:
238
243
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy stub-domains-local']
239
244
- id : converge upstream-nameservers-local
240
245
waitFor :
241
- - create all
246
+ - create- all
242
247
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
243
248
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge upstream-nameservers-local']
244
249
- id : verify upstream-nameservers-local
@@ -253,7 +258,7 @@ steps:
253
258
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy upstream-nameservers-local']
254
259
- id : converge stub-domains-upstream-nameservers-local
255
260
waitFor :
256
- - create all
261
+ - create- all
257
262
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
258
263
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge stub-domains-upstream-nameservers-local']
259
264
- id : verify stub-domains-upstream-nameservers-local
@@ -268,7 +273,7 @@ steps:
268
273
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy stub-domains-upstream-nameservers-local']
269
274
- id : converge workload-metadata-config-local
270
275
waitFor :
271
- - create all
276
+ - create- all
272
277
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
273
278
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge workload-metadata-config-local']
274
279
- id : verify workload-metadata-config-local
@@ -283,7 +288,7 @@ steps:
283
288
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-metadata-config-local']
284
289
- id : init beta-cluster
285
290
waitFor :
286
- - prepare
291
+ - create-all
287
292
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
288
293
args : ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage init --verbose --test-dir test/integration']
289
294
- id : apply beta-cluster
@@ -303,7 +308,7 @@ steps:
303
308
args : ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage teardown --verbose --test-dir test/integration']
304
309
- id : init simple-windows-node-pool-local
305
310
waitFor :
306
- - create all
311
+ - create- all
307
312
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
308
313
args : ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage init --verbose --test-dir test/integration']
309
314
- id : apply simple-windows-node-pool-local
@@ -323,7 +328,7 @@ steps:
323
328
args : ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage teardown --verbose --test-dir test/integration']
324
329
- id : init deploy-service-local
325
330
waitFor :
326
- - create all
331
+ - create- all
327
332
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
328
333
args : ['/bin/bash', '-c', 'cft test run TestDeployService --stage init --verbose']
329
334
- id : apply deploy-service-local
@@ -343,7 +348,7 @@ steps:
343
348
args : ['/bin/bash', '-c', 'cft test run TestDeployService --stage destroy --verbose']
344
349
- id : converge node-pool-local
345
350
waitFor :
346
- - create all
351
+ - create- all
347
352
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
348
353
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge node-pool-local']
349
354
- id : verify node-pool-local
@@ -358,7 +363,7 @@ steps:
358
363
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy node-pool-local']
359
364
- id : init sandbox-enabled-local
360
365
waitFor :
361
- - create all
366
+ - create- all
362
367
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
363
368
args : ['/bin/bash', '-c', 'cft test run TestSandboxEnabled --stage init --verbose']
364
369
- id : apply sandbox-enabled-local
@@ -378,7 +383,7 @@ steps:
378
383
args : ['/bin/bash', '-c', 'cft test run TestSandboxEnabled --stage destroy --verbose']
379
384
- id : converge workload-identity-local
380
385
waitFor :
381
- - create all
386
+ - create- all
382
387
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
383
388
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge workload-identity-local']
384
389
- id : verify workload-identity-local
@@ -393,7 +398,7 @@ steps:
393
398
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-identity-local']
394
399
- id : converge safer-cluster-iap-bastion-local
395
400
waitFor :
396
- - create all
401
+ - create- all
397
402
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
398
403
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge safer-cluster-iap-bastion-local']
399
404
- id : verify safer-cluster-iap-bastion-local
@@ -408,7 +413,7 @@ steps:
408
413
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy safer-cluster-iap-bastion-local']
409
414
- id : init simple-zonal-with-asm-local
410
415
waitFor :
411
- - create all
416
+ - create- all
412
417
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
413
418
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage init --verbose']
414
419
- id : apply simple-zonal-with-asm-local
@@ -428,7 +433,7 @@ steps:
428
433
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage teardown --verbose']
429
434
- id : init simple-autopilot-private-local
430
435
waitFor :
431
- - create all
436
+ - create- all
432
437
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
433
438
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivate --stage init --verbose']
434
439
- id : apply simple-autopilot-private-local
@@ -448,7 +453,7 @@ steps:
448
453
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivate --stage teardown --verbose']
449
454
- id : init simple-autopilot-public-local
450
455
waitFor :
451
- - create all
456
+ - create- all
452
457
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
453
458
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage init --verbose']
454
459
- id : apply simple-autopilot-public-local
@@ -468,7 +473,7 @@ steps:
468
473
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage teardown --verbose']
469
474
- id : init private-zonal-with-networking
470
475
waitFor :
471
- - prepare
476
+ - create-all
472
477
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
473
478
args : ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage init --verbose --test-dir test/integration']
474
479
- id : apply private-zonal-with-networking
@@ -488,7 +493,7 @@ steps:
488
493
args : ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage teardown --verbose --test-dir test/integration']
489
494
- id : init simple-autopilot-private-non-default-sa
490
495
waitFor :
491
- - prepare
496
+ - create-all
492
497
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
493
498
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivateNonDefaultSA --stage init --verbose']
494
499
- id : apply simple-autopilot-private-non-default-sa
@@ -511,6 +516,6 @@ tags:
511
516
- ' integration'
512
517
substitutions :
513
518
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
514
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.10 '
519
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.16 '
515
520
options :
516
521
machineType : ' N1_HIGHCPU_8'
0 commit comments