Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Fix bellatrix-stable env #1082

Merged
merged 1 commit into from
May 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions ci/pipelines/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ windows-bbl-up-task: &windows-bbl-up-task-config
stable-bbl-up-task: &stable-bbl-up-task-config
file: cf-deployment-concourse-tasks/bbl-up/task.yml
input_mapping:
bbl-config: combined-plan-patches
bbl-config: relint-envs
bbl-state: relint-envs
params:
BBL_CONFIG_DIR: .
BBL_CONFIG_DIR: environments/test/bellatrix/bbl-config
BBL_ENV_NAME: bellatrix-stable
BBL_GCP_REGION: europe-west3
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/bellatrix/bellatrix.key.json
Expand Down Expand Up @@ -590,18 +590,6 @@ jobs:
- in_parallel:
- get: relint-envs
- get: cf-deployment-concourse-tasks
- get: runtime-ci
- get: bosh-bootloader
- task: combine-bbl-plan-patches
file: runtime-ci/tasks/combine-inputs/task.yml
input_mapping:
first-input: relint-envs
second-input: bosh-bootloader
params:
FIRST_DIR: environments/test/bellatrix/bbl-config
SECOND_DIR: plan-patches/network-lb-gcp
output_mapping:
combined-inputs: combined-plan-patches
- task: setup-infrastructure
<<: *stable-bbl-up-task-config
- put: stable-pool
Expand Down Expand Up @@ -808,18 +796,6 @@ jobs:
- get: cf-deployment-concourse-tasks
- get: every-tuesday-morning
trigger: true
- get: runtime-ci
- get: bosh-bootloader
- task: combine-bbl-plan-patches
file: runtime-ci/tasks/combine-inputs/task.yml
input_mapping:
first-input: relint-envs
second-input: bosh-bootloader
params:
FIRST_DIR: environments/test/bellatrix/bbl-config
SECOND_DIR: plan-patches/network-lb-gcp
output_mapping:
combined-inputs: combined-plan-patches
- task: update-infrastructure
<<: *stable-bbl-up-task-config
- put: stable-pool
Expand Down