Skip to content
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
14 changes: 7 additions & 7 deletions ci/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ upgrade-bbl-up-task: &upgrade-bbl-up-task-config
params:
BBL_CONFIG_DIR: environments/test/trelawney/bbl-config
BBL_ENV_NAME: trelawney-upgrade
BBL_GCP_REGION: europe-west3
BBL_GCP_REGION: us-east1
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/trelawney/trelawney.key.json
BBL_IAAS: gcp
BBL_LB_CERT: ../lb-certs/trelawney.crt
Expand Down Expand Up @@ -203,7 +203,7 @@ bbr-bbl-up-task: &bbr-bbl-up-task-config
BBL_STATE_DIR: environments/test/bbr/bbl-state
BBL_IAAS: gcp
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/bbr/baba-yaga.key.json
BBL_GCP_REGION: europe-west3
BBL_GCP_REGION: us-east1
BBL_LB_CERT: ../lb-certs/baba-yaga.crt
BBL_LB_KEY: ../lb-certs/baba-yaga.key
GIT_COMMIT_EMAIL: "app-deployments@cloudfoundry.org"
Expand All @@ -226,7 +226,7 @@ lite-bbl-up-task: &lite-bbl-up-task-config
params:
BBL_CONFIG_DIR: .
BBL_ENV_NAME: snitch-lite
BBL_GCP_REGION: europe-west3
BBL_GCP_REGION: us-east1
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/snitch/snitch-lite.key.json
BBL_IAAS: gcp
BBL_STATE_DIR: environments/test/snitch/bbl-state
Expand Down Expand Up @@ -270,7 +270,7 @@ stable-bbl-up-task: &stable-bbl-up-task-config
params:
BBL_CONFIG_DIR: environments/test/bellatrix/bbl-config
BBL_ENV_NAME: bellatrix-stable
BBL_GCP_REGION: europe-west3
BBL_GCP_REGION: us-east1
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/bellatrix/bellatrix.key.json
BBL_IAAS: gcp
BBL_LB_CERT: ((bellatrix_lb.certificate))
Expand All @@ -294,7 +294,7 @@ cats-bbl-up-task: &cats-bbl-up-task-config
params:
BBL_ENV_NAME: cats
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/cats/ard-cats.key.json
BBL_GCP_REGION: europe-west3
BBL_GCP_REGION: us-east1
BBL_IAAS: gcp
BBL_LB_CERT: ../lb-certs/cats.crt
BBL_LB_KEY: ../lb-certs/cats.key
Expand All @@ -317,7 +317,7 @@ smoke-tests-bbl-up-task: &smoke-tests-bbl-up-task-config
BBL_CONFIG_DIR: environments/test/smoke-tests/bbl-config
BBL_ENV_NAME: smoke-tests
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/smoke-tests/smoke-tests.key.json
BBL_GCP_REGION: europe-west3
BBL_GCP_REGION: us-east1
BBL_IAAS: gcp
BBL_LB_CERT: ((smoke-tests_lb.certificate))
BBL_LB_KEY: ((smoke-tests_lb.private_key))
Expand Down Expand Up @@ -815,7 +815,7 @@ jobs:
BBL_IAAS: gcp
BBL_ENV_NAME: maxime
BBL_GCP_SERVICE_ACCOUNT_KEY: environments/dev/maxime/maxime.key.json
BBL_GCP_REGION: europe-west3
BBL_GCP_REGION: us-east1
BBL_LB_CERT: ../certs/maxime.crt
BBL_LB_KEY: ../certs/maxime.key
GIT_COMMIT_EMAIL: "app-deployments@cloudfoundry.org"
Expand Down
Loading