@@ -21,14 +21,14 @@ 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 : create- 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
28
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
29
29
- id : init disable-client-cert
30
30
waitFor :
31
- - prepare
31
+ - create-all
32
32
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
33
33
args : ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage init --verbose --test-dir test/integration']
34
34
- id : apply disable-client-cert
48
48
args : ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage teardown --verbose --test-dir test/integration']
49
49
- id : init shared-vpc-local
50
50
waitFor :
51
- - create all
51
+ - verify disable-client-cert
52
52
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
53
53
args : ['/bin/bash', '-c', 'cft test run TestSharedVPC --stage init --verbose --test-dir test/integration']
54
54
- id : apply shared-vpc-local
68
68
args : ['/bin/bash', '-c', 'cft test run TestSharedVPC --stage teardown --verbose --test-dir test/integration']
69
69
- id : init safer-cluster-local
70
70
waitFor :
71
- - create all
71
+ - init shared-vpc-local
72
72
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
73
73
args : ['/bin/bash', '-c', 'cft test run TestSaferCluster --stage init --verbose']
74
74
- id : apply safer-cluster-local
88
88
args : ['/bin/bash', '-c', 'cft test run TestSaferCluster --stage destroy --verbose']
89
89
- id : init simple-regional-local
90
90
waitFor :
91
- - create all
91
+ - init safer-cluster-local
92
92
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
93
93
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage init --verbose']
94
94
- id : apply simple-regional-local
@@ -108,7 +108,7 @@ steps:
108
108
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage teardown --verbose']
109
109
- id : init simple-regional-private-local
110
110
waitFor :
111
- - create all
111
+ - init simple-regional-local
112
112
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
113
113
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage init --verbose']
114
114
- id : apply simple-regional-private-local
@@ -128,7 +128,7 @@ steps:
128
128
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage teardown --verbose']
129
129
- id : init simple-regional-with-kubeconfig-local
130
130
waitFor :
131
- - create all
131
+ - init simple-regional-private-local
132
132
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
133
133
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage init --verbose']
134
134
- id : apply simple-regional-with-kubeconfig-local
@@ -148,7 +148,8 @@ steps:
148
148
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage teardown --verbose']
149
149
- id : converge simple-regional-with-gateway-api-local
150
150
waitFor :
151
- - create all
151
+ - create-all
152
+ - init disable-client-cert
152
153
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
153
154
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-with-gateway-api-local']
154
155
- id : verify simple-regional-with-gateway-api-local
@@ -163,7 +164,7 @@ steps:
163
164
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-gateway-api-local']
164
165
- id : init simple-regional-with-networking-local
165
166
waitFor :
166
- - create all
167
+ - init simple-regional-private-local
167
168
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
168
169
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage init --verbose']
169
170
- id : apply simple-regional-with-networking-local
@@ -183,7 +184,7 @@ steps:
183
184
args : ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage teardown --verbose']
184
185
- id : init simple-zonal-local
185
186
waitFor :
186
- - create all
187
+ - init simple-regional-with-networking-local
187
188
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
188
189
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage init --verbose']
189
190
- id : apply simple-zonal-local
@@ -203,7 +204,7 @@ steps:
203
204
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage teardown --verbose']
204
205
- id : init simple-zonal-private-local
205
206
waitFor :
206
- - create all
207
+ - init simple-zonal-local
207
208
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
208
209
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage init --verbose']
209
210
- id : apply simple-zonal-private-local
@@ -223,7 +224,8 @@ steps:
223
224
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage teardown --verbose']
224
225
- id : converge stub-domains-local
225
226
waitFor :
226
- - create all
227
+ - create-all
228
+ - init disable-client-cert
227
229
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
228
230
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge stub-domains-local']
229
231
- id : verify stub-domains-local
@@ -238,7 +240,8 @@ steps:
238
240
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy stub-domains-local']
239
241
- id : converge upstream-nameservers-local
240
242
waitFor :
241
- - create all
243
+ - create-all
244
+ - init disable-client-cert
242
245
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
243
246
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge upstream-nameservers-local']
244
247
- id : verify upstream-nameservers-local
@@ -253,7 +256,8 @@ steps:
253
256
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy upstream-nameservers-local']
254
257
- id : converge stub-domains-upstream-nameservers-local
255
258
waitFor :
256
- - create all
259
+ - create-all
260
+ - init disable-client-cert
257
261
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
258
262
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge stub-domains-upstream-nameservers-local']
259
263
- id : verify stub-domains-upstream-nameservers-local
@@ -268,7 +272,8 @@ steps:
268
272
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy stub-domains-upstream-nameservers-local']
269
273
- id : converge workload-metadata-config-local
270
274
waitFor :
271
- - create all
275
+ - create-all
276
+ - init disable-client-cert
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
+ - init simple-zonal-private-local
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
+ - init beta-cluster
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
+ - init simple-windows-node-pool-local
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,8 @@ 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
352
+ - init disable-client-cert
347
353
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
348
354
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge node-pool-local']
349
355
- id : verify node-pool-local
@@ -358,7 +364,7 @@ steps:
358
364
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy node-pool-local']
359
365
- id : init sandbox-enabled-local
360
366
waitFor :
361
- - create all
367
+ - init deploy-service-local
362
368
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
363
369
args : ['/bin/bash', '-c', 'cft test run TestSandboxEnabled --stage init --verbose']
364
370
- id : apply sandbox-enabled-local
@@ -378,7 +384,8 @@ steps:
378
384
args : ['/bin/bash', '-c', 'cft test run TestSandboxEnabled --stage destroy --verbose']
379
385
- id : converge workload-identity-local
380
386
waitFor :
381
- - create all
387
+ - create-all
388
+ - init disable-client-cert
382
389
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
383
390
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge workload-identity-local']
384
391
- id : verify workload-identity-local
@@ -393,7 +400,8 @@ steps:
393
400
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-identity-local']
394
401
- id : converge safer-cluster-iap-bastion-local
395
402
waitFor :
396
- - create all
403
+ - create-all
404
+ - init disable-client-cert
397
405
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
398
406
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge safer-cluster-iap-bastion-local']
399
407
- id : verify safer-cluster-iap-bastion-local
@@ -408,7 +416,7 @@ steps:
408
416
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy safer-cluster-iap-bastion-local']
409
417
- id : init simple-zonal-with-asm-local
410
418
waitFor :
411
- - create all
419
+ - init sandbox-enabled-local
412
420
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
413
421
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage init --verbose']
414
422
- id : apply simple-zonal-with-asm-local
@@ -428,7 +436,7 @@ steps:
428
436
args : ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage teardown --verbose']
429
437
- id : init simple-autopilot-private-local
430
438
waitFor :
431
- - create all
439
+ - init simple-zonal-with-asm-local
432
440
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
433
441
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivate --stage init --verbose']
434
442
- id : apply simple-autopilot-private-local
@@ -448,7 +456,7 @@ steps:
448
456
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivate --stage teardown --verbose']
449
457
- id : init simple-autopilot-public-local
450
458
waitFor :
451
- - create all
459
+ - init simple-autopilot-private-local
452
460
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
453
461
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage init --verbose']
454
462
- id : apply simple-autopilot-public-local
@@ -468,7 +476,7 @@ steps:
468
476
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage teardown --verbose']
469
477
- id : init private-zonal-with-networking
470
478
waitFor :
471
- - prepare
479
+ - init simple-autopilot-public-local
472
480
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
473
481
args : ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage init --verbose --test-dir test/integration']
474
482
- id : apply private-zonal-with-networking
@@ -488,7 +496,7 @@ steps:
488
496
args : ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage teardown --verbose --test-dir test/integration']
489
497
- id : init simple-autopilot-private-non-default-sa
490
498
waitFor :
491
- - prepare
499
+ - init private-zonal-with-networking
492
500
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
493
501
args : ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivateNonDefaultSA --stage init --verbose']
494
502
- id : apply simple-autopilot-private-non-default-sa
@@ -511,6 +519,6 @@ tags:
511
519
- ' integration'
512
520
substitutions :
513
521
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
514
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.10 '
522
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.15 '
515
523
options :
516
524
machineType : ' N1_HIGHCPU_8'
0 commit comments