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-48203][INFRA] Spin off pyspark tests from build_branch34.yml Daily CI #46480

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

What changes were proposed in this pull request?

This PR aims to create build_branch34_python.yml in order to spin off pyspark tests from build_branch34.yml Daily CI.

Why are the changes needed?

Currently, build_branch34.yml creates more than 15 test pipelines concurrently which is beyond of ASF Infra policy.

We had better offload this to Python only Daily CI like master branch's Python Only Daily CI.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manual review.

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

No.

@github-actions github-actions bot added the INFRA label May 8, 2024

on:
schedule:
- cron: '0 9 * * *'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This job uses the same time slot with build_branch34.yml because this is a spin-off of it.

- cron: '0 9 * * *'

@dongjoon-hyun
Copy link
Member Author

Could you review this PR too, please, @huaxingao ?

Copy link
Contributor

@huaxingao huaxingao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the PR @dongjoon-hyun

@dongjoon-hyun
Copy link
Member Author

Thank you so much, @huaxingao !

@dongjoon-hyun
Copy link
Member Author

Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-48203 branch May 8, 2024 19:30
JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
…l` Daily CI

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

This PR aims to create `build_branch34_python.yml` in order to spin off `pyspark` tests from `build_branch34.yml` Daily CI.

### Why are the changes needed?

Currently, `build_branch34.yml` creates more than 15 test pipelines concurrently which is beyond of ASF Infra policy.
- https://github.com/apache/spark/actions/workflows/build_branch35.yml

We had better offload this to `Python only Daily CI` like `master` branch's `Python Only` Daily CI.
- https://github.com/apache/spark/actions/workflows/build_python_3.10.yml

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

No.

### How was this patch tested?

Manual review.

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

No.

Closes apache#46480 from dongjoon-hyun/SPARK-48203.

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