Skip to content

Commit

Permalink
make zone configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 5, 2023
1 parent 03bee25 commit 13fecb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
image_family: ubuntu-2004-lts
machine_type: e2-highcpu-32
disk_size: 100
machine_zone: europe-west3-a
machine_zone: ${{ env.GCP_ZONE }}
ephemeral: true

test-features:
Expand All @@ -40,9 +40,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: echo region2
run: echo ${{ env.GCP_ZONE }}

- name: Set HOME
run: echo "HOME=/home/ubuntu" >> ${GITHUB_ENV}

Expand Down

0 comments on commit 13fecb1

Please sign in to comment.