-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-36177][R][TESTS][3.1] Disable CRAN in branches lower than the latest version uploaded #33391
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
|
cc @gengliangwang and @dongjoon-hyun WDYT? The CRAN check is not being failed in branch-3.1 yet but it will be failed once Spark 3.2 is released. I would just like to fix it now together with #33390 for simplicity since 3.2 will come first before 3.1.x very likely. If you guys have some concerns, I am also fine with waiting and/or dropping this in branch-3.1. |
gengliangwang
left a comment
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.
Thanks for taking care of this.
|
Test build #141151 has finished for PR 33391 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #141155 has finished for PR 33391 at commit
|
|
Merged to branch-3.1 |
…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]>
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
…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?
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.