Skip to content

[VL][CI] cache maven deps m2 repo#11655

Draft
sh-shamsan wants to merge 1 commit intoapache:mainfrom
sh-shamsan:m2-cache
Draft

[VL][CI] cache maven deps m2 repo#11655
sh-shamsan wants to merge 1 commit intoapache:mainfrom
sh-shamsan:m2-cache

Conversation

@sh-shamsan
Copy link
Copy Markdown
Contributor

@sh-shamsan sh-shamsan commented Feb 25, 2026

What changes are proposed in this pull request?

This adds a weekly job to cache maven deps in m2 repo, skipped arrow modules in main gluten pom and in velox/pom.

Fixes: #11501

Note: Since JARs are OS independent so the PR does not implement CentOS 7–9 support as mentioned in the linked issue, it includes Ubuntu-20, but the GHA job currently hangs waiting for a runner and hasn’t been successfully executed

How was this patch tested?

pass GHA for ubuntu-22

@sh-shamsan sh-shamsan changed the title cache maven deps m2 repo [VL] cache maven deps m2 repo Feb 25, 2026
@sh-shamsan sh-shamsan changed the title [VL] cache maven deps m2 repo [VL][CI] cache maven deps m2 repo Feb 26, 2026
@sh-shamsan sh-shamsan marked this pull request as draft March 11, 2026 22:56
@sh-shamsan sh-shamsan marked this pull request as draft March 11, 2026 22:56
@github-actions github-actions bot added the BUILD label Mar 11, 2026
@weiting-chen weiting-chen mentioned this pull request Mar 25, 2026
60 tasks
# See the License for the specific language governing permissions and
# limitations under the License.

name: Cache M2 Repo (Weekly)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

with the docker as the cahcing, we dont need this job. instead we will need to add a job here: https://github.com/apache/gluten/blob/main/.github/workflows/docker_image.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VL] Caching java dependencies in testing docker

2 participants