Skip to content

[VL] Trigger GPU docker build if script changes#11695

Draft
zhouyuan wants to merge 8 commits intoapache:mainfrom
zhouyuan:wip_trigger_gpu_build
Draft

[VL] Trigger GPU docker build if script changes#11695
zhouyuan wants to merge 8 commits intoapache:mainfrom
zhouyuan:wip_trigger_gpu_build

Conversation

@zhouyuan
Copy link
Member

@zhouyuan zhouyuan commented Mar 3, 2026

What changes are proposed in this pull request?

To update the gpu docker image if velox adapter changes

How was this patch tested?

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

Signed-off-by: Yuan <yuanzhou@apache.org>
@github-actions github-actions bot added the INFRA label Mar 3, 2026
zhouyuan added 7 commits March 3, 2026 17:50
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
@zhouyuan zhouyuan changed the title [VL] Trigger docker build if script changes [VL] Trigger GPU docker build if script changes Mar 3, 2026
push:
pull_request:
paths:
- 'docs/**'
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to add get-velox.sh?

run: |
git clone --depth 10 --branch main https://github.com/facebookincubator/velox.git velox
cd velox
if [[ $(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} | grep -E '(^|/)scripts/.*') ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

If cudf dependency version changed, we need to build the docker image, the source adapter image does not include cudf, I install it in gluten cudf image.

Copy link
Member Author

Choose a reason for hiding this comment

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

would you please make a change on meta/velox?

Copy link
Contributor

Choose a reason for hiding this comment

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

Do you mean install cudf in set up script?

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.

2 participants