Skip to content

Commit e8e2214

Browse files
fix ci
1 parent 2569911 commit e8e2214

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: Set up gcloud
4747
uses: google-github-actions/setup-gcloud@v2
4848

49-
- name: Install gke-gcloud-auth-plugin
50-
run: sudo apt-get install -y google-cloud-cli-gke-gcloud-auth-plugin
51-
5249
- name: Get GKE credentials
5350
uses: google-github-actions/get-gke-credentials@v2
5451
with:
@@ -64,5 +61,5 @@ jobs:
6461
E2E_TESTS: "1"
6562
KERAS_REMOTE_PROJECT: ${{ secrets.GCP_PROJECT }}
6663
KERAS_REMOTE_ZONE: ${{ secrets.GKE_ZONE }}
67-
KERAS_REMOTE_GKE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
64+
KERAS_REMOTE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
6865
run: python -m pytest tests/e2e/ -v -n auto

0 commit comments

Comments
 (0)