zhouyuan opened a new pull request, #12667:
URL: https://github.com/apache/gluten/pull/12667
<!--
Thank you for submitting a pull request! Here are some tips:
1. For first-time contributors, please read our contributing guide:
https://github.com/apache/gluten/blob/main/CONTRIBUTING.md
2. If necessary, create a GitHub issue for discussion beforehand to avoid
duplicate work.
3. If the PR is specific to a single backend, include [VL] or [CH] in the PR
title to indicate the
Velox or ClickHouse backend, respectively.
4. If the PR is not ready for review, please mark it as a draft.
-->
## What changes are proposed in this pull request?
Add a `detect-changes` job (using dorny/paths-filter@v3) to the three Velox
CI workflows so that downstream jobs are skipped when none of their relevant
source paths were touched.
velox_backend_x86.yml – 23 jobs wired
velox_backend_enhanced.yml – 5 jobs wired
velox_backend_arm.yml – 4 jobs wired
Change-detection flags:
cpp – cpp/**, ep/build-velox/**, dev/**
java – all cross-version Java/Scala/Maven modules
shims33/34/35/40/41 – version-specific shim layer + gluten-ut/sparkXX
tools_it – tools/gluten-it/**
Skip rules:
build-native-lib, cpp-test-udf-test, build-cudf → only when cpp=true
tpc-test-* → cpp OR java OR tools_it
spark-test-sparkXX / sparkXX-slow → java OR shimsXX OR cpp
build-fast-build-test → java OR cpp
Safety: a gluten-core change sets java=true and therefore runs all
spark-test-sparkXX jobs. Only a change scoped entirely to one shims/sparkXX
subtree skips the other versions.
<!--
Provide a clear and concise description of the changes introduced in this PR.
Ensure the PR description aligns with the code changes, especially after
updates.
If applicable, include "Fixes #<GitHub_Issue_ID>" to automatically close the
corresponding issue
when the PR is merged.
-->
## How was this patch tested?
pass GHA
<!--
Describe how the changes were tested, if applicable.
Include new tests to validate the functionality, if necessary.
For UI-related changes, attach screenshots to demonstrate the updates.
-->
## Was this patch authored or co-authored using generative AI tooling?
IBM Bob
<!--
If generative AI tooling has been used in the process of authoring this
patch, please include the
phrase: 'Generated-by: ' followed by the name of the tool and its version.
If no, write 'No'.
Please refer to the [ASF Generative Tooling
Guidance](https://www.apache.org/legal/generative-tooling.html) for details.
-->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]