-
Notifications
You must be signed in to change notification settings - Fork 151
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
ci: delete unused tools to free space for builds #14438
Conversation
Images are ready for the commit at 25e40d7. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14438 +/- ##
=======================================
Coverage 49.04% 49.04%
=======================================
Files 2521 2521
Lines 183398 183398
=======================================
+ Hits 89941 89945 +4
Misses 86335 86335
+ Partials 7122 7118 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/retest |
The failing jobs were never run. I don't see reports of this and other jobs ran, so I'm re-running and hoping it was a one time thing. |
/test gke-upgrade-tests |
/retest |
3 similar comments
/retest |
/retest |
/retest |
@davdhacs: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest |
at last a job ran, and it passed. I'll see if the others also run. |
1 more completed. I think it will finish and auto-merge. (many of our nightlies also failed to be scheduled on any pods 👎 ) |
Description
The build action failed with out-of-space on a PR and appears to be close to failing on master.
out-of-space PR https://github.com/stackrox/stackrox/actions/runs/13571460063/job/37938128868?pr=14425#step:5:27
Latest commit on master shows a starting available space of 23G: https://github.com/stackrox/stackrox/actions/runs/13573282948/job/37944128197#step:5:22
Disk available after successful build on master:
https://github.com/stackrox/stackrox/actions/runs/13575488867/job/37951198058#step:30:24
Testing and quality
How I validated my change