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

philo 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 5e782a13d [VL][CI] Disable Velox UT (#5780)
5e782a13d is described below

commit 5e782a13d060aa87c6e5b5144af85a3a0361196e
Author: Yuan <yuan.z...@intel.com>
AuthorDate: Fri May 17 08:25:09 2024 +0800

    [VL][CI] Disable Velox UT (#5780)
---
 .github/workflows/velox_docker_cache.yml           | 60 +++++++++++-----------
 ...ox_velox_ut.yml => velox_velox_ut.yml.disabled} |  0
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/.github/workflows/velox_docker_cache.yml 
b/.github/workflows/velox_docker_cache.yml
index cbc24384d..51b0bae2f 100644
--- a/.github/workflows/velox_docker_cache.yml
+++ b/.github/workflows/velox_docker_cache.yml
@@ -52,38 +52,38 @@ jobs:
           path: ./cpp/build/releases/
           key: cache-velox-build-${{ hashFiles('./cache-key') }}
 
-  ccache-native-lib-ubuntu-velox-ut:
-    runs-on: ubuntu-20.04
-    env:
-      CCACHE_DIR: "${{ github.workspace }}/.ccache"
-    container: ghcr.io/facebookincubator/velox-dev:amd64-ubuntu-22.04-avx
-    steps:
-      - uses: actions/checkout@v2
-      - name: Get Ccache
-        uses: actions/cache/restore@v3
-        with:
-          path: '${{ env.CCACHE_DIR }}'
-          key: ccache-ubuntu-release-default
-      - name: Ensure Cache Dirs Exists
-        working-directory: ${{ github.workspace }}
-        run: |
-          mkdir -p '${{ env.CCACHE_DIR }}'
-      - name: Build Gluten velox third party
-        run: |
-          rm -rf /opt/miniconda-for-velox/
-          cd ep/build-velox/src && \
-          ./get_velox.sh
-          cd ../build/velox_ep/
-          make EXTRA_CMAKE_FLAGS="-DVELOX_ENABLE_PARQUET=ON 
-DVELOX_BUILD_TESTING=ON -DVELOX_BUILD_TEST_UTILS=ON" 
+  # ccache-native-lib-ubuntu-velox-ut:
+  #   runs-on: ubuntu-20.04
+  #   env:
+  #     CCACHE_DIR: "${{ github.workspace }}/.ccache"
+  #   container: ghcr.io/facebookincubator/velox-dev:amd64-ubuntu-22.04-avx
+  #   steps:
+  #     - uses: actions/checkout@v2
+  #     - name: Get Ccache
+  #       uses: actions/cache/restore@v3
+  #       with:
+  #         path: '${{ env.CCACHE_DIR }}'
+  #         key: ccache-ubuntu-release-default
+  #     - name: Ensure Cache Dirs Exists
+  #       working-directory: ${{ github.workspace }}
+  #       run: |
+  #         mkdir -p '${{ env.CCACHE_DIR }}'
+  #     - name: Build Gluten velox third party
+  #       run: |
+  #         rm -rf /opt/miniconda-for-velox/
+  #         cd ep/build-velox/src && \
+  #         ./get_velox.sh
+  #         cd ../build/velox_ep/
+  #         make EXTRA_CMAKE_FLAGS="-DVELOX_ENABLE_PARQUET=ON 
-DVELOX_BUILD_TESTING=ON -DVELOX_BUILD_TEST_UTILS=ON" 
 
-      - name: CCache after
-        run: |
-          ccache -vs
+  #     - name: CCache after
+  #       run: |
+  #         ccache -vs
 
-      - uses: actions/cache/save@v3
-        with:
-          path: '${{ env.CCACHE_DIR }}'
-          key: ccache-ubuntu-release-default
+  #     - uses: actions/cache/save@v3
+  #       with:
+  #         path: '${{ env.CCACHE_DIR }}'
+  #         key: ccache-ubuntu-release-default
 #  ccache-native-lib-centos-velox-ut:
 #    runs-on: ubuntu-20.04
 #    env:
diff --git a/.github/workflows/velox_velox_ut.yml 
b/.github/workflows/velox_velox_ut.yml.disabled
similarity index 100%
rename from .github/workflows/velox_velox_ut.yml
rename to .github/workflows/velox_velox_ut.yml.disabled


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to