We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf32874 commit 2ff988aCopy full SHA for 2ff988a
.github/workflows/cleanup.yaml
@@ -29,7 +29,7 @@ jobs:
29
${{ runner.os }}-build-codegen-
30
31
- name: cleanup orphaned test clusters
32
- run: go run hack/e2e/cluster/cleanup/main.go all
+ run: go run hack/cleanup_gke_clusters.go
33
env:
34
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
35
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
hack/e2e/cluster/deploy/main.go
hack/e2e/dlv-tests.sh
0 commit comments