Skip to content

Commit fb53deb

Browse files
committed
CI: fix missing image references
1 parent f9f968c commit fb53deb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ci/pipeline.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,10 @@ jobs:
185185
- get: bosh-stemcell
186186
resource: warden-jammy-stemcell
187187
- get: bosh-candidate-release
188+
- get: bosh-integration-image
188189
- task: create-candidate
189190
file: bosh-dns-release/ci/tasks/create-candidate.yml
191+
image: bosh-integration-image
190192
- task: test-acceptance
191193
privileged: true
192194
file: bosh-dns-release/ci/tasks/test-acceptance.yml
@@ -204,8 +206,10 @@ jobs:
204206
- get: bosh-stemcell
205207
resource: warden-noble-stemcell
206208
- get: bosh-candidate-release
209+
- get: bosh-integration-image
207210
- task: create-candidate
208211
file: bosh-dns-release/ci/tasks/create-candidate.yml
212+
image: bosh-integration-image
209213
- task: test-acceptance
210214
privileged: true
211215
file: bosh-dns-release/ci/tasks/test-acceptance.yml
@@ -232,6 +236,7 @@ jobs:
232236
- get: bosh-integration-image
233237
- task: create-candidate
234238
file: bosh-dns-release/ci/tasks/create-candidate.yml
239+
image: bosh-integration-image
235240
- do:
236241
- task: bbl-up
237242
file: bosh-dns-release/ci/tasks/windows/bbl-up.yml
@@ -297,8 +302,10 @@ jobs:
297302
- get: aws-jammy-stemcell
298303
- get: warden-jammy-stemcell
299304
- get: bosh-docker-cpi-release
305+
- get: bosh-integration-image
300306
- task: create-candidate
301307
file: bosh-dns-release/ci/tasks/create-candidate.yml
308+
image: bosh-integration-image
302309
- do:
303310
- task: setup-env
304311
file: bosh-dns-release/ci/tasks/test-stress/setup-env.yml
@@ -357,8 +364,10 @@ jobs:
357364
resource: warden-jammy-stemcell
358365
- get: bosh-release
359366
- get: docker-cpi-image
367+
- get: bosh-integration-image
360368
- task: create-candidate
361369
file: bosh-dns-release/ci/tasks/create-candidate.yml
370+
image: bosh-integration-image
362371
output_mapping:
363372
candidate-release: bosh-dns-release
364373
- task: test-brats # contain base manifest
@@ -389,8 +398,10 @@ jobs:
389398
resource: warden-noble-stemcell
390399
- get: bosh-release
391400
- get: docker-cpi-image-noble
401+
- get: bosh-integration-image
392402
- task: create-candidate
393403
file: bosh-dns-release/ci/tasks/create-candidate.yml
404+
image: bosh-integration-image
394405
output_mapping:
395406
candidate-release: bosh-dns-release
396407
- task: test-brats # contain base manifest

0 commit comments

Comments
 (0)