-
Notifications
You must be signed in to change notification settings - Fork 57
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
Optimize cache behavior on CI #925
Conversation
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #925 +/- ##
=======================================
Coverage 43.72% 43.72%
=======================================
Files 313 313
Lines 18629 18629
Branches 4534 4534
=======================================
Hits 8146 8146
Misses 9932 9932
Partials 551 551
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Closing as the cache change seems to have almost no effect on bootstrap times, even on a cache hit. This is despite needing 150 additional MB of storage with the new cache. |
Description
Per post-merge feedback on #901, this PR applies some more minor tweaks to the CI, including configuring a better cache and using the retry action instead of manual attempts.
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.