-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload E2E logs on failure as GHA artifacts #11514
Conversation
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11514 +/- ##
==========================================
- Coverage 43.85% 39.44% -4.41%
==========================================
Files 181 164 -17
Lines 18809 18330 -479
==========================================
- Hits 8249 7231 -1018
- Misses 9351 9895 +544
+ Partials 1209 1204 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
* Upload E2E journald logs as artifacts in GHA Signed-off-by: Derek Nola <[email protected]> * Improve fork information for parent extraction Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
Proposed Changes
Types of Changes
Verification
See this run, where WASM and Private registry E2E tests were purposely failed. Note the available log artifacts
https://github.com/dereknola/k3s/actions/runs/12602264364
Testing
Its all testing
Linked Issues
#11532
User-Facing Change
Further Comments