Skip to content

Commit

Permalink
Install GCP beta
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Oct 5, 2023
1 parent 485b1c2 commit 6f51a12
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:

- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
with:
install_components: 'beta'

# Create a Compute Engine virtual machine
- name: Create ${{ inputs.test_id }} GCP compute instance
Expand Down Expand Up @@ -271,6 +273,9 @@ jobs:

- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
with:
install_components: 'beta'


# Find a cached state disk for this job, matching all of:
# - disk cached state (lwd_state_dir/zebra_state_dir or disk_prefix) - zebrad-cache or lwd-cache
Expand Down Expand Up @@ -545,6 +550,8 @@ jobs:

- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
with:
install_components: 'beta'

# Show all the logs since the container launched,
# following until we see zebrad startup messages.
Expand Down Expand Up @@ -681,6 +688,8 @@ jobs:

- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
with:
install_components: 'beta'

# Get the state version from the local constants.rs file to be used in the image creation,
# as the state version is part of the disk image name.
Expand Down Expand Up @@ -956,6 +965,8 @@ jobs:

- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
with:
install_components: 'beta'

# Deletes the instances that has been recently deployed in the actual commit after all
# previous jobs have run, no matter the outcome of the job.
Expand Down

0 comments on commit 6f51a12

Please sign in to comment.