mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 17:11:08 -05:00
Make E2E cleanup easier (#353)
* Make E2E cleanup easier Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
919a2165ae
commit
c35e85b22b
4 changed files with 49 additions and 0 deletions
13
hack/fetch-broken-e2e/README.md
Normal file
13
hack/fetch-broken-e2e/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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
|
||||
|
||||
```bash
|
||||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue