-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# ci(e2e): persist logs for improved observability Download and save relevant logs generated during the e2e tests to make debugging them easier. Right now we have no visibility into the cluster, which makes debugging impossible and we always need to replicate locally before getting any kind of useful insights. Saved data includes: - Logs of HCCM Pods - Any kind of Events generated in Kubernetes The data is made available through GitHub Actions artifacts. # ci(e2e): split jobs Split the large job into multiple smaller jobs doing distinctive things. This helps with a bug in the GitHub Actions UI, where the logs sometimes do not load. With separate jobs you at least know where in the process you are.
- Loading branch information
Showing
1 changed file
with
62 additions
and
10 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