From 5e782a13d060aa87c6e5b5144af85a3a0361196e Mon Sep 17 00:00:00 2001 From: Yuan Date: Fri, 17 May 2024 08:25:09 +0800 Subject: [PATCH] [VL][CI] Disable Velox UT (#5780) --- .github/workflows/velox_docker_cache.yml | 60 +++++++++---------- ...lox_ut.yml => velox_velox_ut.yml.disabled} | 0 2 files changed, 30 insertions(+), 30 deletions(-) rename .github/workflows/{velox_velox_ut.yml => velox_velox_ut.yml.disabled} (100%) diff --git a/.github/workflows/velox_docker_cache.yml b/.github/workflows/velox_docker_cache.yml index cbc24384d274..51b0bae2f407 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