[SPARK-31589][INFRA][2.4] Use r-lib/actions/setup-r in GitHub Action#28384
Closed
dongjoon-hyun wants to merge 1 commit intoapache:branch-2.4from
dongjoon-hyun:SPARK-31589-2.4
Closed
[SPARK-31589][INFRA][2.4] Use r-lib/actions/setup-r in GitHub Action#28384dongjoon-hyun wants to merge 1 commit intoapache:branch-2.4from dongjoon-hyun:SPARK-31589-2.4
r-lib/actions/setup-r in GitHub Action#28384dongjoon-hyun wants to merge 1 commit intoapache:branch-2.4from
dongjoon-hyun:SPARK-31589-2.4
Conversation
This PR aims to use `r-lib/actions/setup-r` because it's more stable and maintained by 3rd party. 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 . No. 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>
HyukjinKwon
approved these changes
Apr 28, 2020
Member
Author
|
Thank you, @HyukjinKwon . |
dongjoon-hyun
added a commit
that referenced
this pull request
Apr 28, 2020
### 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. ### 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 #28384 from dongjoon-hyun/SPARK-31589-2.4. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to branch-2.4 because GitHub Action passed. |
Member
Author
|
cc @holdenk since she is the release manager of 2.4.6. |
|
Test build #121953 has finished for PR 28384 at commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to use
r-lib/actions/setup-rbecause 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.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the GitHub Actions, especially
Linter RandGenerate Documents.