We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2569911 commit e8e2214Copy full SHA for e8e2214
.github/workflows/e2e-tests.yaml
@@ -46,9 +46,6 @@ jobs:
46
- name: Set up gcloud
47
uses: google-github-actions/setup-gcloud@v2
48
49
- - name: Install gke-gcloud-auth-plugin
50
- run: sudo apt-get install -y google-cloud-cli-gke-gcloud-auth-plugin
51
-
52
- name: Get GKE credentials
53
uses: google-github-actions/get-gke-credentials@v2
54
with:
@@ -64,5 +61,5 @@ jobs:
64
61
E2E_TESTS: "1"
65
62
KERAS_REMOTE_PROJECT: ${{ secrets.GCP_PROJECT }}
66
63
KERAS_REMOTE_ZONE: ${{ secrets.GKE_ZONE }}
67
- KERAS_REMOTE_GKE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
+ KERAS_REMOTE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
68
run: python -m pytest tests/e2e/ -v -n auto
0 commit comments