-
Notifications
You must be signed in to change notification settings - Fork 97
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
Disabling cache in the setup-go steps of CI/CD #8147
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8147 +/- ##
==========================================
- Coverage 60.09% 60.07% -0.02%
==========================================
Files 584 584
Lines 38675 38675
==========================================
- Hits 23240 23234 -6
- Misses 13729 13732 +3
- Partials 1706 1709 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: ytimocin <[email protected]>
76d2fc6
to
233b9b8
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
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.
Can you add some background in the description on why this change is being made, what are the drawbacks of disabling it?
Description
Disabling cache in the setup-go steps of our CI/CD pipelines.
Ref: actions/setup-go#403 (comment)
Type of change
Fixes:
Run actions/cache@v4
step in functional tests spams thousands of log lines #7790Contributor checklist
Please verify that the PR meets the following requirements, where applicable: