Skip to content

Commit 8090e2a

Browse files
authored
ci: Fix workflows to use newer gcloud SDK (feast-dev#3393)
Signed-off-by: Danny Chiao <danny@tecton.ai> Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 62e2005 commit 8090e2a

8 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/fork_workflows/fork_pr_integration_tests_gcp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
- name: Set up gcloud SDK
5151
uses: google-github-actions/setup-gcloud@v1
5252
with:
53-
version: '290.0.1'
5453
project_id: ${{ secrets.GCP_PROJECT_ID }}
5554
- name: Use gcloud CLI
5655
run: gcloud info

.github/workflows/java_master_only.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Set up gcloud SDK
3535
uses: google-github-actions/setup-gcloud@v1
3636
with:
37-
version: '290.0.1'
3837
project_id: ${{ secrets.GCP_PROJECT_ID }}
3938
- run: gcloud auth configure-docker --quiet
4039
- name: Get version
@@ -160,7 +159,6 @@ jobs:
160159
- name: Set up gcloud SDK
161160
uses: google-github-actions/setup-gcloud@v1
162161
with:
163-
version: '290.0.1'
164162
project_id: ${{ secrets.GCP_PROJECT_ID }}
165163
- name: Use gcloud CLI
166164
run: gcloud info

.github/workflows/java_pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
- name: Set up gcloud SDK
8686
uses: google-github-actions/setup-gcloud@v1
8787
with:
88-
version: '290.0.1'
8988
project_id: ${{ secrets.GCP_PROJECT_ID }}
9089
- run: gcloud auth configure-docker --quiet
9190
- name: Build image
@@ -132,7 +131,6 @@ jobs:
132131
- name: Set up gcloud SDK
133132
uses: google-github-actions/setup-gcloud@v1
134133
with:
135-
version: '290.0.1'
136134
project_id: ${{ secrets.GCP_PROJECT_ID }}
137135
- name: Use gcloud CLI
138136
run: gcloud info

.github/workflows/master_only.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
- name: Set up gcloud SDK
102102
uses: google-github-actions/setup-gcloud@v1
103103
with:
104-
version: '290.0.1'
105104
project_id: ${{ secrets.GCP_PROJECT_ID }}
106105
- name: Use gcloud CLI
107106
run: gcloud info
@@ -204,7 +203,6 @@ jobs:
204203
- name: Set up gcloud SDK
205204
uses: google-github-actions/setup-gcloud@v1
206205
with:
207-
version: '290.0.1'
208206
project_id: ${{ secrets.GCP_PROJECT_ID }}
209207
- name: Use gcloud CLI
210208
run: gcloud info

.github/workflows/nightly-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ jobs:
151151
- name: Set up gcloud SDK
152152
uses: google-github-actions/setup-gcloud@v1
153153
with:
154-
version: '290.0.1'
155154
project_id: ${{ secrets.GCP_PROJECT_ID }}
156155
- name: Use gcloud CLI
157156
run: gcloud info

.github/workflows/pr_integration_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ jobs:
127127
- name: Set up gcloud SDK
128128
uses: google-github-actions/setup-gcloud@v1
129129
with:
130-
version: '290.0.1'
131130
project_id: ${{ secrets.GCP_PROJECT_ID }}
132131
- name: Use gcloud CLI
133132
run: gcloud info

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
- name: Set up gcloud SDK
7272
uses: google-github-actions/setup-gcloud@v1
7373
with:
74-
version: '290.0.1'
7574
project_id: ${{ secrets.GCP_PROJECT_ID }}
7675
- name: Use gcloud CLI
7776
run: gcloud info
@@ -114,7 +113,6 @@ jobs:
114113
- name: Set up gcloud SDK
115114
uses: google-github-actions/setup-gcloud@v1
116115
with:
117-
version: '290.0.1'
118116
project_id: ${{ secrets.GCP_PROJECT_ID }}
119117
- run: gcloud auth configure-docker --quiet
120118
- name: Remove previous Helm

docs/project/maintainers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Fork specific integration tests are run by the `fork_pr_integration_tests.yml_[p
4242
- name: Set up gcloud SDK
4343
uses: google-github-actions/setup-gcloud@v1
4444
with:
45-
version: '290.0.1'
4645
project_id: ${{ secrets.GCP_PROJECT_ID }}
4746
```
4847

0 commit comments

Comments
 (0)