-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/allow-crater-runs
- Loading branch information
Showing
82 changed files
with
2,935 additions
and
924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -226,7 +226,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
@@ -328,7 +328,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
@@ -114,7 +114,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
- name: Rust files | ||
id: changed-files-rust | ||
uses: tj-actions/[email protected].2 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
**/*.rs | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Workflow files | ||
id: changed-files-workflows | ||
uses: tj-actions/[email protected].2 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
.github/workflows/*.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
@@ -165,7 +165,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,23 +103,14 @@ jobs: | |
tags: | | ||
# These DockerHub release tags support the following use cases: | ||
# - `latest`: always use the latest Zebra release when you pull or update | ||
# - `1`: use the latest Zebra release, but require manual intervention for the next network upgrade | ||
# - `1.x`: update to bug fix releases, but don't add any new features or incompatibilities | ||
# - `v1.x.y` or `1.x.y`: always use the exact version, don't automatically upgrade | ||
# - `sha-zzzzzz`: always use the exact commit (the same as `1.x.y`, but also used in CI and production image tests) | ||
# | ||
# Stopping publishing some tags is a silently breaking change: | ||
# - `1`: doesn't get expected new consensus-compatible releases or bug fixes | ||
# - `1.x`: doesn't get expected bug fixes | ||
# | ||
# `semver` adds a "latest" tag if `inputs.latest_tag` is `true`. | ||
type=semver,pattern={{version}} | ||
type=semver,pattern={{major}}.{{minor}} | ||
type=semver,pattern={{major}} | ||
type=ref,event=tag | ||
# DockerHub release and CI tags. | ||
# This tag makes sure tests are using exactly the right image, even when multiple PRs run at the same time. | ||
type=sha | ||
type=sha,event=push | ||
# These CI-only tags support CI on PRs, the main branch, and scheduled full syncs. | ||
# These tags do not appear on DockerHub, because DockerHub images are only published on the release event. | ||
type=ref,event=pr | ||
|
@@ -134,7 +125,7 @@ jobs: | |
|
||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,7 +136,7 @@ jobs: | |
# Install our SSH secret | ||
- name: Install private SSH key | ||
uses: shimataro/ssh-key-action@v2.6.1 | ||
uses: shimataro/ssh-key-action@v2.7.0 | ||
with: | ||
key: ${{ secrets.GCP_SSH_PRIVATE_KEY }} | ||
name: google_compute_engine | ||
|
@@ -150,7 +150,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
@@ -197,7 +197,7 @@ jobs: | |
echo "cached_disk_name=${CACHED_DISK_NAME}" >> "${GITHUB_OUTPUT}" | ||
echo "STATE_VERSION=${LOCAL_STATE_VERSION}" >> "${GITHUB_ENV}" | ||
echo "CACHED_DISK_NAME=${CACHED_DISK_NAME}" >> "${GITHUB_ENV}" | ||
echo "DISK_OPTION=image=${CACHED_DISK_NAME}" >> "${GITHUB_ENV}" | ||
echo "DISK_OPTION=image=$CACHED_DISK_NAME," >> "${GITHUB_ENV}" | ||
# Create a Compute Engine virtual machine and attach a cached state disk using the | ||
|
@@ -212,7 +212,7 @@ jobs: | |
--boot-disk-type pd-ssd \ | ||
--image-project=cos-cloud \ | ||
--image-family=cos-stable \ | ||
--create-disk=${DISK_OPTION},name="${{ inputs.test_id }}-${{ env.GITHUB_SHA_SHORT }}",device-name="${{ inputs.test_id }}-${{ env.GITHUB_SHA_SHORT }}",size=400GB,type=pd-ssd \ | ||
--create-disk=${DISK_OPTION}name="${{ inputs.test_id }}-${{ env.GITHUB_SHA_SHORT }}",device-name="${{ inputs.test_id }}-${{ env.GITHUB_SHA_SHORT }}",size=400GB,type=pd-ssd \ | ||
--container-image=gcr.io/google-containers/busybox \ | ||
--machine-type ${{ vars.GCP_LARGE_MACHINE }} \ | ||
--network-interface=subnet=${{ vars.GCP_SUBNETWORK }} \ | ||
|
@@ -433,7 +433,7 @@ jobs: | |
# Install our SSH secret | ||
- name: Install private SSH key | ||
uses: shimataro/ssh-key-action@v2.6.1 | ||
uses: shimataro/ssh-key-action@v2.7.0 | ||
with: | ||
key: ${{ secrets.GCP_SSH_PRIVATE_KEY }} | ||
name: google_compute_engine | ||
|
@@ -447,7 +447,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' | ||
|
@@ -724,7 +724,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
# Setup gcloud CLI | ||
- name: Authenticate to Google Cloud | ||
id: auth | ||
uses: google-github-actions/[email protected].0 | ||
uses: google-github-actions/[email protected].1 | ||
with: | ||
retries: '3' | ||
workload_identity_provider: '${{ vars.GCP_WIF }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.