-
Notifications
You must be signed in to change notification settings - Fork 32
⚗️🔨 CI: disable cache writes from branches #8392
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
base: master
Are you sure you want to change the base?
⚗️🔨 CI: disable cache writes from branches #8392
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8392 +/- ##
==========================================
- Coverage 87.91% 87.77% -0.14%
==========================================
Files 1951 1523 -428
Lines 75965 63262 -12703
Branches 1336 674 -662
==========================================
- Hits 66785 55529 -11256
+ Misses 8780 7498 -1282
+ Partials 400 235 -165
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
|
||
|
|
||
| _HTTP_404_NOT_FOUND: Final[int] = 404 | ||
|
|
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.
? :-)
| DOCKER_BUILDX_CACHE_TO ?= /tmp/.buildx-cache | ||
| DOCKER_TARGET_PLATFORMS ?= linux/amd64 | ||
| comma := , | ||
| DISABLE_CACHE_TO ?= 0 |
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.
DOCKER_BUILD_CACHED_TO_DISABLED ?=0
🧪 CI InsightsHere's what we observed from your CI run for 8e3ff10. ✅ Passed Jobs With Interesting Signals
|
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.
Thanks



What do these changes do?
Related issue/s
How to test
Dev-ops