-
Notifications
You must be signed in to change notification settings - Fork 927
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
Add gradle access token to main build #5151
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #5151 +/- ##
============================================
+ Coverage 74.25% 74.26% +0.01%
- Complexity 19825 19827 +2
============================================
Files 1699 1699
Lines 73046 73046
Branches 9357 9357
============================================
+ Hits 54239 54250 +11
+ Misses 14371 14368 -3
+ Partials 4436 4428 -8 ☔ View full report in Codecov by Sentry. |
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.
👍
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.
👍 👍 👍
Motivation:
I'm seeing the following exception in our build:
https://github.com/line/armeria/actions/runs/6006711692/job/16291663362#step:9:809
We should either:
I'm thinking there's no reason not to upload build caches from our main build as well since we can better populate our build cache with different flags/parameters, but let me know if anyone has a different opinion.
Modifications:
GRADLE_ENTERPRISE_ACCESS_KEY
environment variableGRADLE_ENTERPRISE_ACCESS_KEY
is availableResult: