Skip to content

Commit f7afc2f

Browse files
authored
Merge pull request #575 from cloudfoundry/serial-and-no-retries-for-builder
Serialize stemcell builds, and remove attempts
2 parents 80003d4 + 9658d04 commit f7afc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/pipelines/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ jobs:
446446

447447
#@ def build_stemcell(IAAS, HYPERVISOR, FIPS=""):
448448
name: build-(@= IAAS @)-(@= HYPERVISOR @)(@= FIPS @)
449+
serial: true
449450
plan:
450451
- in_parallel:
451452
- get: version
@@ -468,7 +469,6 @@ jobs:
468469
passed:
469470
- build-os-image
470471
- task: create-stemcell
471-
attempts: 3
472472
file: bosh-stemcells-ci/ci/tasks/build.yml
473473
image: os-image-stemcell-builder-registry-image
474474
params:

0 commit comments

Comments
 (0)