[GLUTEN-9615][INFRA] Automate release process with build script and GHA workflow#10807
Merged
zhouyuan merged 7 commits intoapache:mainfrom Oct 1, 2025
Merged
[GLUTEN-9615][INFRA] Automate release process with build script and GHA workflow#10807zhouyuan merged 7 commits intoapache:mainfrom
zhouyuan merged 7 commits intoapache:mainfrom
Conversation
5568635 to
343a2b3
Compare
343a2b3 to
7261156
Compare
Member
Author
|
If iceberg support is enabled, Java 11 is required as the minimum version for Gluten Spark 3.4 build, due to the use of iceberg 1.7.1. |
04c6a51 to
7d7d5e0
Compare
7d7d5e0 to
60bda0d
Compare
.github/workflows/build_release.yml
Outdated
| pull_request: | ||
| paths: | ||
| - '.github/workflows/build_release.yml' | ||
| # push: |
Contributor
There was a problem hiding this comment.
Is this PR under testing?
Should try to enable this code by using a tag creation.
Member
Author
There was a problem hiding this comment.
It's for testing. Will be reverted to only trigger the build when new release tag is created.
b5e1a35 to
4e9aa8f
Compare
4e9aa8f to
faec8d1
Compare
This reverts commit 6e93b6c.
Member
Author
|
@zhouyuan, could you review this pr? Thanks. |
Closed
16 tasks
Member
|
Should we also add a script for the source package release as apache required? |
PHILO-HE
added a commit
to PHILO-HE/gluten
that referenced
this pull request
Oct 1, 2025
…HA workflow (apache#10807) Use GHA to build Gluten jars for supported Spark versions, which can simplify the release process and ensure all required build options are enabled, avoiding potential omissions in manual builds.
PHILO-HE
added a commit
that referenced
this pull request
Oct 2, 2025
…d automate release process (#10827)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Use GHA to build Gluten jars for supported Spark versions, which can simplify the release process and ensure all required build options are enabled, avoiding potential omissions in manual builds.
Will backport it to branch-1.5 to help the coming 1.5.0 release.
How was this patch tested?