Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump google-github-actions/setup-gcloud from 1.0.0 to 1.0.1 #5614

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/continous-delivery.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

- name: Create instance template
run: |
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Create instance template from container image
- name: Manual deploy of a single instance running zebrad
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration-docker.yml
Expand Up @@ -113,7 +113,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Disk images in GCP are required to be in lowercase, but the blockchain network
# uses sentence case, so we need to downcase ${{ env.NETWORK or github.event.inputs.network }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-gcp-resources.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Deletes all instances older than $DELETE_INSTANCE_DAYS days.
#
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/deploy-gcp-tests.yml
Expand Up @@ -135,7 +135,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Create a Compute Engine virtual machine
- name: Create ${{ inputs.test_id }} GCP compute instance
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Launch the test without any cached state
- name: Launch ${{ inputs.test_id }} test
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# 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 @@ -427,7 +427,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Launch the test with the previously created Zebra-only cached state.
# Each test runs one of the "Launch test" steps, and skips the other.
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show all the logs since the container launched,
# following until Sapling activation (or the test finishes).
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until Canopy activation (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (heartwood)
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until NU5 activation (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (canopy)
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until block 1,740,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1740k)
Expand Down Expand Up @@ -796,7 +796,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until block 1,760,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1760k)
Expand Down Expand Up @@ -856,7 +856,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until block 1,780,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1780k)
Expand Down Expand Up @@ -917,7 +917,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until block 1,800,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1800k)
Expand Down Expand Up @@ -977,7 +977,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until block 1,820,000 (or the test finishes)
- name: Show logs for ${{ inputs.test_id }} test (1820k)
Expand Down Expand Up @@ -1034,7 +1034,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Show recent logs, following until the last checkpoint (or the test finishes)
#
Expand Down Expand Up @@ -1097,7 +1097,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Check that the container executed at least 1 Rust test harness test, and that all tests passed.
# Then wait for the container to finish, and exit with the test's exit status.
Expand Down Expand Up @@ -1186,7 +1186,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# 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 @@ -1363,7 +1363,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# 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
2 changes: 1 addition & 1 deletion .github/workflows/zcash-lightwalletd.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
token_format: 'access_token'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

- name: Login to Google Artifact Registry
uses: docker/login-action@v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zcashd-manual-deploy.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Create instance template from container image
- name: Create instance template
Expand Down