-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: Fix diskspace issue when caching checks #35599
Conversation
Signed-off-by: Ryan Northey <[email protected]>
not sure why but this now fails with a different error - i thought it worked the first time i ran it - ill debug further |
Signed-off-by: Ryan Northey <[email protected]>
@@ -83,6 +83,7 @@ jobs: | |||
cacheName: $(CI_TARGET) | |||
envoyBuildFilterExample: $(ENVOY_FILTER_EXAMPLE) | |||
cacheTestResults: ${{ parameters.cacheTestResults }} | |||
diskspaceHack: true |
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.
ooc what does this do?
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.
removes all the default installed and unused dev environments
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.
its the nuclear solution - but it will work for now - ill try and make it only happen on coverage in a follow up - but lets get things working (this does)
ill push this through to unbreak presubmit/main |
using the CI diskspace hack Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Martin Duke <[email protected]>
using the CI diskspace hack Signed-off-by: Ryan Northey <[email protected]>
using the CI diskspace hack Signed-off-by: Ryan Northey <[email protected]>
using the CI diskspace hack Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: asingh-g <[email protected]>
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]