Skip to content

Commit

Permalink
Merge pull request #3536 from RachaelSTamakloe/gke_test
Browse files Browse the repository at this point in the history
Updating location for gke-managed-hyperdisk test
  • Loading branch information
RachaelSTamakloe authored Jan 15, 2025
2 parents 8108cff + eb68b1f commit fd2d907
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/gke-managed-hyperdisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions tools/cloud-build/daily-tests/tests/gke-managed-hyperdisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd2d907

Please sign in to comment.