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-48187][INFRA] Run docs only in PR builders and build_non_ansi Daily CI #46463

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

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

What changes were proposed in this pull request?

This PR aims to run docs (Documentation Generation) step only in PR builders and build_non_ansi Daily CI.

To do that, this PR spins off documentation generation tasks from lint job.

Why are the changes needed?

Currently, Apache Spark CI is running Documentation Generation always inside lint job. We can take advantage PR Builder and one of Daily CIs.

Does this PR introduce any user-facing change?

No because this is an infra update.

How was this patch tested?

Pass the CIs and manual review because PR builders will not be affected by this.

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

No.

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

Thank you, @HyukjinKwon and @yaooqinn .
Merged to master.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-48187][INFRA] Run docs only in PR builders and Java 21 Daily CI [SPARK-48187][INFRA] Run docs only in PR builders and build_non_ansi Daily CI May 8, 2024
@dongjoon-hyun dongjoon-hyun deleted the SPARK-48187 branch May 10, 2024 04:38
JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
…si` Daily CI

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

This PR aims to run `docs` (Documentation Generation) step only in PR builders and `build_non_ansi` Daily CI.

To do that, this PR spins off `documentation generation` tasks from `lint` job.

### Why are the changes needed?

Currently, Apache Spark CI is running `Documentation Generation` always inside `lint` job. We can take advantage PR Builder and one of Daily CIs.

- https://infra.apache.org/github-actions-policy.html

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

No because this is an infra update.

### How was this patch tested?

Pass the CIs and manual review because PR builders will not be affected by this.

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

No.

Closes apache#46463 from dongjoon-hyun/SPARK-48187.

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
3 participants