@@ -212,10 +212,10 @@ windows-bbl-up-task: &windows-bbl-up-task-config
212
212
stable-bbl-up-task : &stable-bbl-up-task-config
213
213
file : cf-deployment-concourse-tasks/bbl-up/task.yml
214
214
input_mapping :
215
- bbl-config : combined-plan-patches
215
+ bbl-config : relint-envs
216
216
bbl-state : relint-envs
217
217
params :
218
- BBL_CONFIG_DIR : .
218
+ BBL_CONFIG_DIR : environments/test/bellatrix/bbl-config
219
219
BBL_ENV_NAME : bellatrix-stable
220
220
BBL_GCP_REGION : europe-west3
221
221
BBL_GCP_SERVICE_ACCOUNT_KEY : environments/test/bellatrix/bellatrix.key.json
@@ -590,18 +590,6 @@ jobs:
590
590
- in_parallel :
591
591
- get : relint-envs
592
592
- get : cf-deployment-concourse-tasks
593
- - get : runtime-ci
594
- - get : bosh-bootloader
595
- - task : combine-bbl-plan-patches
596
- file : runtime-ci/tasks/combine-inputs/task.yml
597
- input_mapping :
598
- first-input : relint-envs
599
- second-input : bosh-bootloader
600
- params :
601
- FIRST_DIR : environments/test/bellatrix/bbl-config
602
- SECOND_DIR : plan-patches/network-lb-gcp
603
- output_mapping :
604
- combined-inputs : combined-plan-patches
605
593
- task : setup-infrastructure
606
594
<< : *stable-bbl-up-task-config
607
595
- put : stable-pool
@@ -808,18 +796,6 @@ jobs:
808
796
- get : cf-deployment-concourse-tasks
809
797
- get : every-tuesday-morning
810
798
trigger : true
811
- - get : runtime-ci
812
- - get : bosh-bootloader
813
- - task : combine-bbl-plan-patches
814
- file : runtime-ci/tasks/combine-inputs/task.yml
815
- input_mapping :
816
- first-input : relint-envs
817
- second-input : bosh-bootloader
818
- params :
819
- FIRST_DIR : environments/test/bellatrix/bbl-config
820
- SECOND_DIR : plan-patches/network-lb-gcp
821
- output_mapping :
822
- combined-inputs : combined-plan-patches
823
799
- task : update-infrastructure
824
800
<< : *stable-bbl-up-task-config
825
801
- put : stable-pool
0 commit comments