From eb68b1fa811c176fbdcd0c0b5355afd82262d6dc Mon Sep 17 00:00:00 2001 From: Rachael Tamakloe Date: Wed, 15 Jan 2025 17:11:00 +0000 Subject: [PATCH] updating gke-managed-hyperdisk test to europe-west1/europe-west1-b location --- examples/gke-managed-hyperdisk.yaml | 4 ++-- .../cloud-build/daily-tests/builds/gke-managed-hyperdisk.yaml | 2 +- tools/cloud-build/daily-tests/tests/gke-managed-hyperdisk.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/gke-managed-hyperdisk.yaml b/examples/gke-managed-hyperdisk.yaml index 4be8bcf83c..d38741ba97 100644 --- a/examples/gke-managed-hyperdisk.yaml +++ b/examples/gke-managed-hyperdisk.yaml @@ -16,8 +16,8 @@ blueprint_name: gke-managed-hyperdisk vars: project_id: ## Set GCP Project ID Here ## deployment_name: gke-managed-hyperdisk - region: us-central1 - zone: us-central1-c + region: europe-west1 + zone: europe-west1-b # Cidr block containing the IP of the machine calling terraform. # The following line must be updated for this example to work. diff --git a/tools/cloud-build/daily-tests/builds/gke-managed-hyperdisk.yaml b/tools/cloud-build/daily-tests/builds/gke-managed-hyperdisk.yaml index 64129fcdde..7ae37e68e7 100644 --- a/tools/cloud-build/daily-tests/builds/gke-managed-hyperdisk.yaml +++ b/tools/cloud-build/daily-tests/builds/gke-managed-hyperdisk.yaml @@ -45,7 +45,7 @@ steps: echo ' use: [network]' >> $${SG_EXAMPLE} echo ' settings:' >> $${SG_EXAMPLE} echo ' machine_type: e2-standard-2' >> $${SG_EXAMPLE} - echo ' zone: us-central1-a' >> $${SG_EXAMPLE} + echo ' zone: europe-west1-b' >> $${SG_EXAMPLE} # avoids conflict with other tests sed -i "s/gke-subnet/gke-subnet-$${BUILD_ID_SHORT}/" $${SG_EXAMPLE} IP=$(curl ifconfig.me) diff --git a/tools/cloud-build/daily-tests/tests/gke-managed-hyperdisk.yml b/tools/cloud-build/daily-tests/tests/gke-managed-hyperdisk.yml index 036657720a..27aba50e89 100644 --- a/tools/cloud-build/daily-tests/tests/gke-managed-hyperdisk.yml +++ b/tools/cloud-build/daily-tests/tests/gke-managed-hyperdisk.yml @@ -14,8 +14,8 @@ --- test_name: gke-managed-hyperdisk deployment_name: gke-managed-hyperdisk-{{ build }} -zone: us-central1-a # for remote node -region: us-central1 +zone: europe-west1-b # for remote node +region: europe-west1 workspace: /workspace blueprint_yaml: "{{ workspace }}/examples/gke-managed-hyperdisk.yaml" network: "{{ deployment_name }}-net"