This is an automated email from the ASF dual-hosted git repository.

yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 96fb1cec79 [VL] Temporary disable GPU CI job (#11612)
96fb1cec79 is described below

commit 96fb1cec793e63521ef39d7eb159f94b8ed1c609
Author: Yuan <[email protected]>
AuthorDate: Fri Feb 13 19:39:02 2026 +0800

    [VL] Temporary disable GPU CI job (#11612)
    
    GPU CI is red due to recent FBOS upgrade. Will fix back in the next rebase 
work
    
    Signed-off-by: Yuan <[email protected]>
---
 .github/workflows/velox_backend_x86.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/velox_backend_x86.yml 
b/.github/workflows/velox_backend_x86.yml
index 9064600f46..6edd8162ea 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -1332,7 +1332,7 @@ jobs:
           mkdir -p /work/.ccache
 
           cd /work
-          bash dev/builddeps-veloxbe.sh --run_setup_script=OFF 
--build_arrow=OFF --build_tests=ON --build_benchmarks=ON --enable_gpu=ON # 
TODO: re-enable tests with more disk space
+          #bash dev/builddeps-veloxbe.sh --run_setup_script=OFF 
--build_arrow=OFF --build_tests=ON --build_benchmarks=ON --enable_gpu=ON # 
TODO: re-enable tests with more disk space
           rm -rf ep/build-velox/build/velox_ep
           build/mvn clean package -Pbackends-velox -Pspark-3.4 -DskipTests
           ccache -s


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to