Skip to content

Commit 7fce0d7

Browse files
committed
chore(CI): remove duplicate inits
1 parent ef6c1ba commit 7fce0d7

File tree

1 file changed

+20
-120
lines changed

1 file changed

+20
-120
lines changed

build/int.cloudbuild.yaml

Lines changed: 20 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ steps:
3434
- init-all
3535
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
3636
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
37-
- id: init disable-client-cert
38-
waitFor:
39-
- create-all
40-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
41-
args: ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage init --verbose --test-dir test/integration']
4237
- id: apply disable-client-cert
4338
waitFor:
44-
- init disable-client-cert
39+
- create-all
4540
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
4641
args: ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage apply --verbose --test-dir test/integration']
4742
- id: verify disable-client-cert
@@ -54,14 +49,9 @@ steps:
5449
- verify disable-client-cert
5550
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
5651
args: ['/bin/bash', '-c', 'cft test run TestDisableClientCert --stage teardown --verbose --test-dir test/integration']
57-
- id: init shared-vpc-local
58-
waitFor:
59-
- create-all
60-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
61-
args: ['/bin/bash', '-c', 'cft test run TestSharedVPC --stage init --verbose --test-dir test/integration']
6252
- id: apply shared-vpc-local
6353
waitFor:
64-
- init shared-vpc-local
54+
- create-all
6555
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
6656
args: ['/bin/bash', '-c', 'cft test run TestSharedVPC --stage apply --verbose --test-dir test/integration']
6757
- id: verify shared-vpc-local
@@ -74,14 +64,9 @@ steps:
7464
- verify shared-vpc-local
7565
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
7666
args: ['/bin/bash', '-c', 'cft test run TestSharedVPC --stage teardown --verbose --test-dir test/integration']
77-
- id: init safer-cluster-local
78-
waitFor:
79-
- create-all
80-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
81-
args: ['/bin/bash', '-c', 'cft test run TestSaferCluster --stage init --verbose']
8267
- id: apply safer-cluster-local
8368
waitFor:
84-
- init safer-cluster-local
69+
- create-all
8570
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8671
args: ['/bin/bash', '-c', 'cft test run TestSaferCluster --stage apply --verbose']
8772
- id: verify safer-cluster-local
@@ -94,14 +79,9 @@ steps:
9479
- verify safer-cluster-local
9580
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
9681
args: ['/bin/bash', '-c', 'cft test run TestSaferCluster --stage destroy --verbose']
97-
- id: init simple-regional-local
98-
waitFor:
99-
- create-all
100-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
101-
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage init --verbose']
10282
- id: apply simple-regional-local
10383
waitFor:
104-
- init simple-regional-local
84+
- create-all
10585
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
10686
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage apply --verbose']
10787
- id: verify simple-regional-local
@@ -114,14 +94,9 @@ steps:
11494
- verify simple-regional-local
11595
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
11696
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegional --stage teardown --verbose']
117-
- id: init simple-regional-private-local
118-
waitFor:
119-
- create-all
120-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
121-
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage init --verbose']
12297
- id: apply simple-regional-private-local
12398
waitFor:
124-
- init simple-regional-private-local
99+
- create-all
125100
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
126101
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalPrivate --stage apply --verbose']
127102
- id: verify simple-regional-private-local
@@ -150,14 +125,9 @@ steps:
150125
- verify simple-regional-cluster-autoscaling
151126
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
152127
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalClusterAutoscaling --stage teardown --verbose']
153-
- id: init simple-regional-with-kubeconfig-local
154-
waitFor:
155-
- create-all
156-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
157-
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage init --verbose']
158128
- id: apply simple-regional-with-kubeconfig-local
159129
waitFor:
160-
- init simple-regional-with-kubeconfig-local
130+
- create-all
161131
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
162132
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithKubeConfig --stage apply --verbose']
163133
- id: verify simple-regional-with-kubeconfig-local
@@ -185,14 +155,9 @@ steps:
185155
- verify simple-regional-with-gateway-api-local
186156
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
187157
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-gateway-api-local']
188-
- id: init simple-regional-with-networking-local
189-
waitFor:
190-
- create-all
191-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
192-
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage init --verbose']
193158
- id: apply simple-regional-with-networking-local
194159
waitFor:
195-
- init simple-regional-with-networking-local
160+
- create-all
196161
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
197162
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage apply --verbose']
198163
- id: verify simple-regional-with-networking-local
@@ -205,14 +170,9 @@ steps:
205170
- verify simple-regional-with-networking-local
206171
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
207172
args: ['/bin/bash', '-c', 'cft test run TestSimpleRegionalWithNetworking --stage teardown --verbose']
208-
- id: init simple-zonal-local
209-
waitFor:
210-
- create-all
211-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
212-
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage init --verbose']
213173
- id: apply simple-zonal-local
214174
waitFor:
215-
- init simple-zonal-local
175+
- create-all
216176
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
217177
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage apply --verbose']
218178
- id: verify simple-zonal-local
@@ -225,14 +185,9 @@ steps:
225185
- verify simple-zonal-local
226186
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
227187
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonal --stage teardown --verbose']
228-
- id: init simple-zonal-private-local
229-
waitFor:
230-
- create-all
231-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
232-
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage init --verbose']
233188
- id: apply simple-zonal-private-local
234189
waitFor:
235-
- init simple-zonal-private-local
190+
- create-all
236191
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
237192
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonalPrivate --stage apply --verbose']
238193
- id: verify simple-zonal-private-local
@@ -305,14 +260,9 @@ steps:
305260
- verify workload-metadata-config-local
306261
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
307262
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-metadata-config-local']
308-
- id: init beta-cluster
309-
waitFor:
310-
- create-all
311-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
312-
args: ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage init --verbose --test-dir test/integration']
313263
- id: apply beta-cluster
314264
waitFor:
315-
- init beta-cluster
265+
- create-all
316266
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
317267
args: ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage apply --verbose --test-dir test/integration']
318268
- id: verify beta-cluster
@@ -325,14 +275,9 @@ steps:
325275
- verify beta-cluster
326276
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
327277
args: ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage teardown --verbose --test-dir test/integration']
328-
- id: init simple-windows-node-pool-local
329-
waitFor:
330-
- create-all
331-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
332-
args: ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage init --verbose --test-dir test/integration']
333278
- id: apply simple-windows-node-pool-local
334279
waitFor:
335-
- init simple-windows-node-pool-local
280+
- create-all
336281
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
337282
args: ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage apply --verbose --test-dir test/integration']
338283
- id: verify simple-windows-node-pool-local
@@ -345,14 +290,9 @@ steps:
345290
- verify simple-windows-node-pool-local
346291
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
347292
args: ['/bin/bash', '-c', 'cft test run TestSimpleWindowsNodePool --stage teardown --verbose --test-dir test/integration']
348-
- id: init deploy-service-local
349-
waitFor:
350-
- create-all
351-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
352-
args: ['/bin/bash', '-c', 'cft test run TestDeployService --stage init --verbose']
353293
- id: apply deploy-service-local
354294
waitFor:
355-
- init deploy-service-local
295+
- create-all
356296
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
357297
args: ['/bin/bash', '-c', 'cft test run TestDeployService --stage apply --verbose']
358298
- id: verify deploy-service-local
@@ -380,14 +320,9 @@ steps:
380320
- verify node-pool-local
381321
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
382322
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy node-pool-local']
383-
- id: init sandbox-enabled-local
384-
waitFor:
385-
- create-all
386-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
387-
args: ['/bin/bash', '-c', 'cft test run TestSandboxEnabled --stage init --verbose']
388323
- id: apply sandbox-enabled-local
389324
waitFor:
390-
- init sandbox-enabled-local
325+
- create-all
391326
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
392327
args: ['/bin/bash', '-c', 'cft test run TestSandboxEnabled --stage apply --verbose']
393328
- id: verify sandbox-enabled-local
@@ -430,14 +365,9 @@ steps:
430365
- verify safer-cluster-iap-bastion-local
431366
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
432367
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy safer-cluster-iap-bastion-local']
433-
- id: init simple-zonal-with-asm-local
434-
waitFor:
435-
- create-all
436-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
437-
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage init --verbose']
438368
- id: apply simple-zonal-with-asm-local
439369
waitFor:
440-
- init simple-zonal-with-asm-local
370+
- create-all
441371
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
442372
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage apply --verbose']
443373
- id: verify simple-zonal-with-asm-local
@@ -450,14 +380,9 @@ steps:
450380
- verify simple-zonal-with-asm-local
451381
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
452382
args: ['/bin/bash', '-c', 'cft test run TestSimpleZonalWithASM --stage teardown --verbose']
453-
- id: init simple-autopilot-private-local
454-
waitFor:
455-
- create-all
456-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
457-
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivate --stage init --verbose']
458383
- id: apply simple-autopilot-private-local
459384
waitFor:
460-
- init simple-autopilot-private-local
385+
- create-all
461386
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
462387
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivate --stage apply --verbose']
463388
- id: verify simple-autopilot-private-local
@@ -470,16 +395,11 @@ steps:
470395
- verify simple-autopilot-private-local
471396
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
472397
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivate --stage teardown --verbose']
473-
- id: init autopilot-private-firewalls
398+
- id: apply autopilot-private-firewalls
474399
waitFor:
475400
- create-all
476401
- destroy simple-autopilot-private-local
477402
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
478-
args: ['/bin/bash', '-c', 'cft test run TestAutopilotPrivateFirewalls --stage init --verbose']
479-
- id: apply autopilot-private-firewalls
480-
waitFor:
481-
- init autopilot-private-firewalls
482-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
483403
args: ['/bin/bash', '-c', 'cft test run TestAutopilotPrivateFirewalls --stage apply --verbose']
484404
- id: verify autopilot-private-firewalls
485405
waitFor:
@@ -491,14 +411,9 @@ steps:
491411
- verify autopilot-private-firewalls
492412
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
493413
args: ['/bin/bash', '-c', 'cft test run TestAutopilotPrivateFirewalls --stage destroy --verbose']
494-
- id: init simple-autopilot-public-local
495-
waitFor:
496-
- create-all
497-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
498-
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage init --verbose']
499414
- id: apply simple-autopilot-public-local
500415
waitFor:
501-
- init simple-autopilot-public-local
416+
- create-all
502417
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
503418
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage apply --verbose']
504419
- id: verify simple-autopilot-public-local
@@ -511,14 +426,9 @@ steps:
511426
- verify simple-autopilot-public-local
512427
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
513428
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPublic --stage teardown --verbose']
514-
- id: init private-zonal-with-networking
515-
waitFor:
516-
- create-all
517-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
518-
args: ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage init --verbose --test-dir test/integration']
519429
- id: apply private-zonal-with-networking
520430
waitFor:
521-
- init private-zonal-with-networking
431+
- create-all
522432
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
523433
args: ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage apply --verbose --test-dir test/integration']
524434
- id: verify private-zonal-with-networking
@@ -531,14 +441,9 @@ steps:
531441
- verify private-zonal-with-networking
532442
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
533443
args: ['/bin/bash', '-c', 'cft test run TestPrivateZonalWithNetworking --stage teardown --verbose --test-dir test/integration']
534-
- id: init simple-autopilot-private-non-default-sa
535-
waitFor:
536-
- create-all
537-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
538-
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivateNonDefaultSA --stage init --verbose']
539444
- id: apply simple-autopilot-private-non-default-sa
540445
waitFor:
541-
- init simple-autopilot-private-non-default-sa
446+
- create-all
542447
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
543448
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivateNonDefaultSA --stage apply --verbose']
544449
- id: verify simple-autopilot-private-non-default-sa
@@ -551,14 +456,9 @@ steps:
551456
- verify simple-autopilot-private-non-default-sa
552457
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
553458
args: ['/bin/bash', '-c', 'cft test run TestSimpleAutopilotPrivateNonDefaultSA --stage teardown --verbose']
554-
- id: init simple-fleet-app-operator-permissions
555-
waitFor:
556-
- create-all
557-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
558-
args: ['/bin/bash', '-c', 'cft test run TestSimpleFleetAppOperatorPermissions --stage init --verbose']
559459
- id: apply simple-fleet-app-operator-permissions
560460
waitFor:
561-
- init simple-fleet-app-operator-permissions
461+
- create-all
562462
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
563463
args: ['/bin/bash', '-c', 'cft test run TestSimpleFleetAppOperatorPermissions --stage apply --verbose']
564464
- id: verify simple-fleet-app-operator-permissions

0 commit comments

Comments
 (0)