-
Notifications
You must be signed in to change notification settings - Fork 919
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
Fix Gluten CI #6848
base: master
Are you sure you want to change the base?
Fix Gluten CI #6848
Conversation
./dev/buildbundle-veloxbe.sh | ||
git clone https://github.com/apache/incubator-gluten.git | ||
cd incubator-gluten | ||
docker run -v $GITHUB_WORKSPACE/incubator-gluten:/work -w /work apache/gluten:vcpkg-centos-7 bash -c " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How hard would it be if we just built it from scratch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This docker image includes the gluten/velox dependencies, reducing the time to download and build dependencies.
Co-authored-by: Cheng Pan <[email protected]>
.github/workflows/gluten.yml
Outdated
branches: | ||
- master | ||
paths: | ||
- '.github/workflows/gluten.yml' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's change it back to restore the nightly scheduling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, reverted
This reverts commit 848cbe3.
Why are the changes needed?
Fix Gluten CI
How was this patch tested?
https://github.com/wForget/kyuubi/actions/runs/12271186564
Was this patch authored or co-authored using generative AI tooling?
No