Skip to content
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

[SPARK-48151][INFRA] build_and_test.yml should use Volcano 1.7.0 for branch-3.4/3.5 #46410

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 7, 2024

What changes were proposed in this pull request?

This PR aims to update build_and_test.yml to use Volcano 1.7.0 for branch-3.4/3.5 while keeping Volcano 1.8.2 for master branch.

Currently, both branch-3.5 and branch-3.4 commit builder passes K8s Integration tests while Daily CI fails.

Why are the changes needed?

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs. Manual review.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the INFRA label May 7, 2024
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon !

@dongjoon-hyun dongjoon-hyun deleted the SPARK-48151 branch May 7, 2024 01:28
@dongjoon-hyun
Copy link
Member Author

Merged to master.

JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
…for `branch-3.4/3.5`

### What changes were proposed in this pull request?

This PR aims to update `build_and_test.yml` to use `Volcano 1.7.0` for branch-3.4/3.5 while keeping `Volcano 1.8.2` for `master` branch.

Currently, both `branch-3.5` and `branch-3.4` commit builder passes K8s Integration tests while Daily CI fails.
- https://github.com/apache/spark/actions/runs/8958741168/job/24603341816 (Commit Builder Success on branch-3.5)
- https://github.com/apache/spark/actions/runs/8968052205/job/24626762418 (Daily CI Failure on branch-3.5)

### Why are the changes needed?

- **branch-3.5**: `Volcano 1.7.0`
https://github.com/apache/spark/blob/45befc07d2a064ab2a279a113489ed5c66f7a69d/.github/workflows/build_and_test.yml#L1039

- **branch-3.4**: `Volcano 1.7.0`
https://github.com/apache/spark/blob/2974e625aae16e8711a1d115731fdfe516752899/.github/workflows/build_and_test.yml#L997

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs. Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#46410 from dongjoon-hyun/SPARK-48151.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants