constellation/hack/fetch-broken-e2e
2022-11-02 18:18:30 +01:00
..
.gitignore Make E2E cleanup easier (#353) 2022-08-10 10:13:18 +02:00
fetch.sh Use env to find bash in shebang (#225) 2022-10-10 14:21:17 +02:00
find.sh Adjust CI scripts to avoid termination prompt 2022-11-02 18:18:30 +01:00
README.md Make E2E cleanup easier (#353) 2022-08-10 10:13:18 +02:00

Motivation

Sometimes E2E pipeline fails in a way that cleanup was not possible, but a state was stored. These scripts help with manual cleanup.

Usage

# Downloads states of all recent (last 20) runs
./fetch.sh
# Find the UID of cluster in Azure/GCP you want to delete
./find.sh <UID>
# Follow the instructions