Skip to content

Conversation

@HyukjinKwon
Copy link
Member

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.

@HyukjinKwon HyukjinKwon changed the title [SPARK-36177][R][3.0] Disable CRAN in branches lower than the latest version uploaded [SPARK-36177][R][TESTS][3.0] Disable CRAN in branches lower than the latest version uploaded Jul 16, 2021
@SparkQA
Copy link

SparkQA commented Jul 16, 2021

Test build #141150 has finished for PR 33390 at commit 98fe1ea.

  • This patch fails SparkR unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jul 16, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/45658/

@SparkQA
Copy link

SparkQA commented Jul 16, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/45658/

@SparkQA
Copy link

SparkQA commented Jul 16, 2021

Test build #141156 has finished for PR 33390 at commit bd7d4e3.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

HyukjinKwon added a commit that referenced this pull request Jul 16, 2021
…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]>
@HyukjinKwon
Copy link
Member Author

Merged to branch-3.0.

HyukjinKwon added a commit that referenced this pull request Jul 16, 2021
…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]>
@SparkQA
Copy link

SparkQA commented Jul 16, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/45668/

@SparkQA
Copy link

SparkQA commented Jul 16, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/45668/

@dongjoon-hyun
Copy link
Member

+1, late LGTM. Thank you, @HyukjinKwon !

flyrain pushed a commit to flyrain/spark that referenced this pull request Sep 21, 2021
…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]>
@HyukjinKwon HyukjinKwon deleted the sparkr-cran branch January 4, 2022 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants