constellation/hack/fetch-broken-e2e
Paul Meyer 106b738fab ci: format shellscripts
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2022-11-11 15:53:57 +01:00
..
.gitignore Make E2E cleanup easier (#353) 2022-08-10 10:13:18 +02:00
fetch.sh ci: format shellscripts 2022-11-11 15:53:57 +01:00
find.sh ci: format shellscripts 2022-11-11 15:53:57 +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