Skip to content

Commit

Permalink
select only from europe west
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Dec 6, 2023
1 parent 2daf0e2 commit 5cfb0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- "**.md"
env:
CARGO_TERM_COLOR: always
GCP_ZONES: europe-central2-a europe-central2-b europe-central2-c europe-north1-a europe-north1-b europe-north1-c europe-west1-b europe-west1-c
GCP_ZONES: europe-west3-a europe-west3-b europe-west3-c
GCP_ZONE: ${GCP_ZONES[$RANDOM % ${#GCP_ZONES[@]}]}

jobs:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
image_family: ubuntu-2004-lts
machine_type: e2-highcpu-16
disk_size: 100
machine_region: europe-west3
machine_region: ${{GCP_ZONE}}
ephemeral: true

test-features:
Expand Down

0 comments on commit 5cfb0f8

Please sign in to comment.