Skip to content

Commit

Permalink
fix zone
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Dec 20, 2023
1 parent cf0b5ec commit ec5078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/scenarios/scalability/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if [[ "${CLOUD_PROVIDER}" == "aws" ]]; then
create_args+=("--image=${INSTANCE_IMAGE:-ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id}")
fi
if [[ "${CLOUD_PROVIDER}" == "gce" ]]; then
create_args+=("--zones=us-east2-a")
create_args+=("--zones=us-east1-a")
create_args+=("--node-size=e2-standard-2")
create_args+=("--image=${INSTANCE_IMAGE:-ubuntu-os-cloud/ubuntu-2204-jammy-v20231213a}")
fi
Expand Down

0 comments on commit ec5078b

Please sign in to comment.