Skip to content

Commit d676d9f

Browse files
Merge branch 'keras-team:main' into idle_timeout
2 parents 74b28b0 + 2433f6a commit d676d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
name: 'run-e2e'
3232
});
3333
34-
3534
- name: Set up Python 3.12
3635
uses: actions/setup-python@v5
3736
with:
@@ -61,5 +60,5 @@ jobs:
6160
E2E_TESTS: "1"
6261
KERAS_REMOTE_PROJECT: ${{ secrets.GCP_PROJECT }}
6362
KERAS_REMOTE_ZONE: ${{ secrets.GKE_ZONE }}
64-
KERAS_REMOTE_GKE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
63+
KERAS_REMOTE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
6564
run: python -m unittest discover -s tests/e2e -p "*_test.py" -v

0 commit comments

Comments
 (0)