-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-36177][R][TESTS][3.0] Disable CRAN in branches lower than the latest version uploaded #33390
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
|
Test build #141150 has finished for PR 33390 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #141156 has finished for PR 33390 at commit
|
…latest version uploaded ### What changes were proposed in this pull request? This PR proposes to skip the CRAN check in old branches (than the latest version uploaded to CRAN) ### Why are the changes needed? Same as #33390. Spark 3.2.0 will very likely come first before Spark 3.1.x. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? It will be tested in the CI at this PR. Closes #33391 from HyukjinKwon/SPARK-36177. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
|
Merged to branch-3.0. |
…latest version uploaded ### What changes were proposed in this pull request? This PR proposes to skip the CRAN check in old branches (than the latest version uploaded to CRAN) ### Why are the changes needed? CRAN check in branch-3.0 fails as below: ``` Insufficient package version (submitted: 3.0.4, existing: 3.1.2) ``` This is because CRAN doesn't allow lower version then the latest version. We can't upload so should better just skip the CRAN check. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? It will be tested in the CI at this PR. Closes #33390 from HyukjinKwon/sparkr-cran. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
+1, late LGTM. Thank you, @HyukjinKwon ! |
…latest version uploaded ### What changes were proposed in this pull request? This PR proposes to skip the CRAN check in old branches (than the latest version uploaded to CRAN) ### Why are the changes needed? Same as apache#33390. Spark 3.2.0 will very likely come first before Spark 3.1.x. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? It will be tested in the CI at this PR. Closes apache#33391 from HyukjinKwon/SPARK-36177. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
This PR proposes to skip the CRAN check in old branches (than the latest version uploaded to CRAN)
Why are the changes needed?
CRAN check in branch-3.0 fails as below:
This is because CRAN doesn't allow lower version then the latest version. We can't upload so should better just skip the CRAN check.
Does this PR introduce any user-facing change?
No, dev-only.
How was this patch tested?
It will be tested in the CI at this PR.