-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: collect kind logs on failure and destroy cluster (#359)
**Commit Message** e2e: collect kind logs on failure and destroy cluster When e2e tests succeed, destroy the kind cluster. When e2e tests fail, keep the kind cluster up & running for troubleshooting, and collect the logs to the `tests/e2e/logs` directory to facilitate log analysis. These logs are also uploaded as CI artifacts when e2e fail, to help troubleshoot why e2e tests could have failed on CI. **Related Issues/PRs (if applicable)** N/A **Special notes for reviewers (if applicable)** N/A Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
- Loading branch information
Showing
2 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters