Skip to content

Commit b7cf9f1

Browse files
committed
witch to cheaper region
this will save us 10%
1 parent 6eeec89 commit b7cf9f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/pipelines/bosh-bootloader.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
params:
396396
BBL_IAAS: gcp
397397
BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp_json_key))
398-
BBL_GCP_REGION: us-central1
398+
BBL_GCP_REGION: europe-north2
399399
BBL_TEST_ENV_ID_PREFIX: bump-deployments
400400
BBL_TEST_PACKAGES: bbl
401401
BBL_DOWN_TIMEOUT: 20m
@@ -753,7 +753,7 @@ jobs:
753753
params:
754754
BBL_IAAS: gcp
755755
BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp_json_key))
756-
BBL_GCP_REGION: us-central1
756+
BBL_GCP_REGION: europe-north2
757757
BBL_ENV_NAME: bump-deployments-downstream
758758
BBL_STATE_DIR: bump-deployments/bbl-gcp-cf
759759

@@ -763,7 +763,7 @@ jobs:
763763
params:
764764
BBL_IAAS: gcp
765765
BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp_json_key))
766-
BBL_GCP_REGION: us-central1
766+
BBL_GCP_REGION: europe-north2
767767
BBL_LB_CERT: ((bbl_lb_cert.certificate))
768768
BBL_LB_KEY: ((bbl_lb_cert.private_key))
769769
LB_DOMAIN: bump-deployments-cf.bbl.ci.cloudfoundry.org
@@ -960,7 +960,7 @@ jobs:
960960
params:
961961
BBL_IAAS: gcp
962962
BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp_json_key))
963-
BBL_GCP_REGION: us-central1
963+
BBL_GCP_REGION: europe-north2
964964
BBL_ENV_NAME: bump-deployments-gcp-concourse
965965
BBL_STATE_DIR: bump-deployments/bbl-gcp-concourse
966966

@@ -970,7 +970,7 @@ jobs:
970970
params:
971971
BBL_IAAS: gcp
972972
BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp_json_key))
973-
BBL_GCP_REGION: us-central1
973+
BBL_GCP_REGION: europe-north2
974974
BBL_ENV_NAME: bump-deployments-gcp-concourse
975975
BBL_STATE_DIR: bump-deployments/bbl-gcp-concourse
976976
DELETE_TERRAFORM_PLUGINS: false
@@ -1084,7 +1084,7 @@ jobs:
10841084
# params:
10851085
# BBL_IAAS: gcp
10861086
# BBL_GCP_SERVICE_ACCOUNT_KEY: ((bbl_gcp_service_account_json))
1087-
# BBL_GCP_REGION: us-central1
1087+
# BBL_GCP_REGION: europe-north2
10881088
# BBL_CONFIG_DIR: plan-patches/bosh-lite-gcp
10891089
# BBL_ENV_NAME: bump-deployments-lite-gcp
10901090
# BBL_STATE_DIR: bump-deployments/bbl-lite-gcp

0 commit comments

Comments
 (0)