-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[SPARK-31589][INFRA] Use r-lib/actions/setup-r
in GitHub Action
#28382
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
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.
Nice. LGTM if it passes
Thank you! I optimized a little by removing |
no problem. still lgtm as long as it fixes the build. |
Merged to master and branch-3.0. Seems we're all good. |
### What changes were proposed in this pull request? This PR aims to use `r-lib/actions/setup-r` because it's more stable and maintained by 3rd party. ### Why are the changes needed? This will recover the current outage. In addition, this will be more robust in the future. As of now, this is tested via dongjoon-hyun#17 . ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Pass the GitHub Actions, especially `Linter R` and `Generate Documents`. Closes #28382 from dongjoon-hyun/SPARK-31589. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 2d3e960) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
It has a conflict against branch-2.4. Can you backport this too @dongjoon-hyun? |
Thank you. Sure! |
Test build #121952 has finished for PR 28382 at commit
|
Test build #121951 has finished for PR 28382 at commit
|
What changes were proposed in this pull request?
This PR aims to use
r-lib/actions/setup-r
because it's more stable and maintained by 3rd party.Why are the changes needed?
This will recover the current outage. In addition, this will be more robust in the future.
As of now, this is tested via dongjoon-hyun#17 .
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the GitHub Actions, especially
Linter R
andGenerate Documents
.