Skip to content

Commit

Permalink
[VL][CI] Disable Velox UT (#5780)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuan authored May 17, 2024
1 parent c3599b3 commit 5e782a1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/velox_docker_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.

0 comments on commit 5e782a1

Please sign in to comment.