Skip to content

Commit 2ff988a

Browse files
authored
chore(ci): fix script path, remove unused (#3402)
Fixes the cleanup script path in the workflow definition and removes more unused code.
1 parent bf32874 commit 2ff988a

File tree

3 files changed

+1
-117
lines changed

3 files changed

+1
-117
lines changed

.github/workflows/cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
${{ runner.os }}-build-codegen-
3030
3131
- name: cleanup orphaned test clusters
32-
run: go run hack/e2e/cluster/cleanup/main.go all
32+
run: go run hack/cleanup_gke_clusters.go
3333
env:
3434
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
3535
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}

hack/e2e/cluster/deploy/main.go

Lines changed: 0 additions & 93 deletions
This file was deleted.

hack/e2e/dlv-tests.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)