Skip to content

Commit

Permalink
ci: add renovate for gcloud cli
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
  • Loading branch information
marseel authored and aanm committed May 22, 2024
1 parent dd947b3 commit ae31ee9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conformance-externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ env:
vmStartupScript: .github/gcp-vm-startup.sh
cilium_cli_ci_version:
USE_GKE_GCLOUD_AUTH_PLUGIN: True
# renovate: datasource=docker depName=google/cloud-sdk
gcloud_version: 405.0.0

jobs:
echo-inputs:
Expand Down Expand Up @@ -129,7 +131,7 @@ jobs:
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
version: "405.0.0"
version: ${{ env.gcloud_version }}

- name: Filter Matrix
id: set-matrix
Expand Down Expand Up @@ -236,7 +238,7 @@ jobs:
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
version: "405.0.0"
version: ${{ env.gcloud_version }}

- name: Install gke-gcloud-auth-plugin
run: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt }}
cilium_cli_ci_version:
USE_GKE_GCLOUD_AUTH_PLUGIN: True
# renovate: datasource=docker depName=google/cloud-sdk
gcloud_version: 405.0.0

jobs:
echo-inputs:
Expand Down Expand Up @@ -134,7 +136,7 @@ jobs:
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
version: "405.0.0"
version: ${{ env.gcloud_version }}

- name: Filter Matrix
id: set-matrix
Expand Down Expand Up @@ -238,7 +240,7 @@ jobs:
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
version: "405.0.0"
version: ${{ env.gcloud_version }}

- name: Install gke-gcloud-auth-plugin
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/net-perf-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ env:
USE_GKE_GCLOUD_AUTH_PLUGIN: True
gcp_zone: us-east5-a
k8s_version: 1.28
# renovate: datasource=docker depName=google/cloud-sdk
gcloud_version: 405.0.0

jobs:
installation-and-perf:
Expand Down Expand Up @@ -215,7 +217,7 @@ jobs:
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
with:
project_id: ${{ secrets.GCP_PERF_PROJECT_ID }}
version: "405.0.0"
version: ${{ env.gcloud_version }}

- name: Install gke-gcloud-auth-plugin
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/scale-test-100-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ env:
# has stricter DNS naming requirements.
test_name: scale-100
cluster_base_name: ${{ github.run_id }}-${{ github.run_attempt }}.k8s.local
# renovate: datasource=docker depName=google/cloud-sdk
gcloud_version: 405.0.0

jobs:
install-and-scaletest:
Expand Down Expand Up @@ -129,7 +131,7 @@ jobs:
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
with:
project_id: ${{ secrets.GCP_PERF_PROJECT_ID }}
version: "405.0.0"
version: ${{ env.gcloud_version }}

- name: Clone ClusterLoader2
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/scale-test-node-throughput-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ env:
test_name: node-throughput
cluster_base_name: ${{ github.run_id }}-${{ github.run_attempt }}.k8s.local
GCP_PERF_RESULTS_BUCKET: gs://cilium-scale-results
# renovate: datasource=docker depName=google/cloud-sdk
gcloud_version: 405.0.0

jobs:
install-and-scaletest:
Expand Down Expand Up @@ -113,7 +115,7 @@ jobs:
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
with:
project_id: ${{ secrets.GCP_PERF_PROJECT_ID }}
version: "405.0.0"
version: ${{ env.gcloud_version }}

- name: Clone ClusterLoader2
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down

0 comments on commit ae31ee9

Please sign in to comment.