-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][ci] Replace handmade action to configure Gradle Enterprise #20218
[improve][ci] Replace handmade action to configure Gradle Enterprise #20218
Conversation
Thanks for taking care of this @clayburn! |
@@ -721,11 +706,6 @@ jobs: | |||
- name: Tune Runner VM | |||
uses: ./.github/actions/tune-runner-vm | |||
|
|||
- name: Configure Gradle Enterprise |
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.
I don't believe this was needed. This job does not seem to run a Maven build.
@@ -1208,11 +1177,6 @@ jobs: | |||
- name: Tune Runner VM | |||
uses: ./.github/actions/tune-runner-vm | |||
|
|||
- name: Configure Gradle Enterprise |
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.
I don't believe this was needed. This job does not seem to run a Maven build.
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.
LGTM. Thanks for the contribution @clayburn
/pulsarbot rerun-failure-checks |
Codecov Report
@@ Coverage Diff @@
## master #20218 +/- ##
=============================================
+ Coverage 37.66% 72.92% +35.25%
- Complexity 345 31952 +31607
=============================================
Files 1691 1868 +177
Lines 129004 138539 +9535
Branches 14071 15246 +1175
=============================================
+ Hits 48592 101028 +52436
+ Misses 74114 29469 -44645
- Partials 6298 8042 +1744
Flags with carried forward coverage won't be shown. Click here to find out more. |
Motivation
After the PR #20187, the custom action at
.github/actions/gradle-enterprise/action.yml
simply sets theGRADLE_ENTERPRISE_ACCESS_KEY
environment variable. Since this is the only step performed by this action, it makes sense to remove it to simplify workflows.This was mentioned in the review for #20187: #20187 (review)
Modifications
gradle-enterprise
actionenv
configuration to set theGRADLE_ENTERPRISE_ACCESS_KEY
where neededVerifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: