- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15
ci: stop caching buildx bake #1027
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
Conversation
| BenchmarksComparisonBenchmark execution time: 2025-04-16 03:52:19 Comparing candidate commit a8e4daa in PR branch  Found 0 performance improvements and 1 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics. scenario:benching deserializing traces from msgpack to their internal representation
 CandidateCandidate benchmark detailsGroup 1
 
 
 Group 2
 
 
 Group 3
 
 
 Group 4
 
 
 Group 5
 
 
 Group 6
 
 
 Group 7
 
 
 Group 8
 
 
 Group 9
 
 
 Group 10
 
 
 Group 11
 
 
 Group 12
 
 
 Group 13
 
 
 BaselineOmitted due to size. | 
| Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@            Coverage Diff             @@
##             main    #1027      +/-   ##
==========================================
- Coverage   71.52%   71.51%   -0.02%     
==========================================
  Files         339      339              
  Lines       50751    50751              
==========================================
- Hits        36302    36295       -7     
- Misses      14449    14456       +7     
 🚀 New features to boost your workflow:
 | 
| Artifact Size Benchmark Reportaarch64-alpine-linux-musl
 aarch64-unknown-linux-gnu
 libdatadog-x64-windows
 libdatadog-x86-windows
 x86_64-alpine-linux-musl
 x86_64-unknown-linux-gnu
 | 
What does this PR do?
This stops using the buildx bake cache.
Motivation
This routinely seems to hang, possibly the same as this:
docker/buildx#537
Additional Notes
Caches are hard, some would say one of the hardest problems in computer science.
How to test the change?
CI should run as normal, the buildx bake job should just be a bit slower, but shouldn't try to cache and hopefully 🤞🏻 the slowdown is acceptable.