File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,10 +100,11 @@ jobs:
100100 builds : 250
101101 plan :
102102 - do :
103- - get : bosh-deployment
104- trigger : true
105- - get : bosh-bootloader
106- - get : gcp-ubuntu-noble-stemcell
103+ - in_parallel :
104+ - get : bosh-deployment
105+ trigger : true
106+ - get : bosh-bootloader
107+ - get : gcp-ubuntu-noble-stemcell
107108 - task : bbl-up
108109 file : bosh-deployment/ci/tasks/bbl-up-bosh-gcp.yml
109110 params :
@@ -135,10 +136,11 @@ jobs:
135136 build_log_retention :
136137 builds : 250
137138 plan :
138- - get : bosh-deployment
139- trigger : true
140- - get : warden-ubuntu-noble-stemcell
141- - get : bosh-warden-cpi-image
139+ - in_parallel :
140+ - get : bosh-deployment
141+ trigger : true
142+ - get : warden-ubuntu-noble-stemcell
143+ - get : bosh-warden-cpi-image
142144 - task : test-main-warden-cpi
143145 timeout : 2h
144146 file : bosh-deployment/ci/tasks/test-main-warden-cpi.yml
@@ -152,10 +154,11 @@ jobs:
152154 build_log_retention :
153155 builds : 250
154156 plan :
155- - get : bosh-deployment
156- trigger : true
157- - get : warden-ubuntu-noble-stemcell
158- - get : bosh-docker-cpi-image
157+ - in_parallel :
158+ - get : bosh-deployment
159+ trigger : true
160+ - get : warden-ubuntu-noble-stemcell
161+ - get : bosh-docker-cpi-image
159162 - task : test-main-docker-cpi
160163 timeout : 2h
161164 file : bosh-deployment/ci/tasks/test-main-docker-cpi.yml
You can’t perform that action at this time.
0 commit comments