Skip to content

Commit 32aef54

Browse files
committed
CI: update infrastructure pipeline
Removes the network-lb-gcp plan patch from bellatrix. This plan patch has dubious value, and is broken with the new bbl. We should rip it out and see if everything still works.
1 parent f3032ae commit 32aef54

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

Diff for: ci/pipelines/infrastructure.yml

+2-26
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ windows-bbl-up-task: &windows-bbl-up-task-config
212212
stable-bbl-up-task: &stable-bbl-up-task-config
213213
file: cf-deployment-concourse-tasks/bbl-up/task.yml
214214
input_mapping:
215-
bbl-config: combined-plan-patches
215+
bbl-config: relint-envs
216216
bbl-state: relint-envs
217217
params:
218-
BBL_CONFIG_DIR: .
218+
BBL_CONFIG_DIR: environments/test/bellatrix/bbl-config
219219
BBL_ENV_NAME: bellatrix-stable
220220
BBL_GCP_REGION: europe-west3
221221
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/bellatrix/bellatrix.key.json
@@ -590,18 +590,6 @@ jobs:
590590
- in_parallel:
591591
- get: relint-envs
592592
- 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
605593
- task: setup-infrastructure
606594
<<: *stable-bbl-up-task-config
607595
- put: stable-pool
@@ -808,18 +796,6 @@ jobs:
808796
- get: cf-deployment-concourse-tasks
809797
- get: every-tuesday-morning
810798
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
823799
- task: update-infrastructure
824800
<<: *stable-bbl-up-task-config
825801
- put: stable-pool

0 commit comments

Comments
 (0)