From 758d4026a7119ba9798f389c13c9355b431ee433 Mon Sep 17 00:00:00 2001 From: PZD-CHINA <79576621+PZD-CHINA@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:48:22 +0800 Subject: [PATCH] Update velox_be.yml centos8 --- .github/workflows/velox_be.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/velox_be.yml b/.github/workflows/velox_be.yml index 7f7ea2646501..f0c8f74c3689 100644 --- a/.github/workflows/velox_be.yml +++ b/.github/workflows/velox_be.yml @@ -342,7 +342,7 @@ jobs: OS_IMAGE=centos:8 /opt/gluten/tools/gluten-te/centos/gha/gha-checkout/checkout.sh - name: Build Gluten velox third party run: | - /opt/gluten/tools/gluten-te/centos/gha/gha-checkout/exec.sh ' + /root/gluten-te/centos/gha/gha-checkout/exec.sh ' source /env.sh && \ sudo yum -y install patch && \ cd /opt/gluten/ep/build-velox/src && \ @@ -350,18 +350,18 @@ jobs: ./build_velox.sh --velox_home=/opt/velox --enable_ep_cache=ON --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON --enable_abfs=OFF' - name: Build Gluten CPP library run: | - /opt/gluten/tools/gluten-te/centos/gha/gha-checkout/exec.sh ' + /root/gluten-te/centos/gha/gha-checkout/exec.sh ' source /env.sh && \ cd /opt/gluten/cpp && \ ./compile.sh --build_velox_backend=ON --velox_home=/opt/velox --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON --enable_abfs=OFF' - name: Build for Spark 3.2.2 run: | - -/opt/gluten/tools/gluten-te/centos/gha/gha-checkout/exec.sh ' + /root/gluten-te/centos/gha/gha-checkout/exec.sh ' cd /opt/gluten && \ mvn clean install -Pspark-3.2 -Pbackends-velox -Prss -Piceberg -DskipTests' - name: TPC-H SF1.0 && TPC-DS SF30.0 Parquet local spark3.2 run: | - /opt/gluten/tools/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ + /root/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ mvn clean install -Pspark-3.2 \ && GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries-compare \ --local --preset=velox --benchmark-type=h --error-on-memleak --disable-aqe --off-heap-size=10g -s=1.0 --threads=16 --iterations=1 \ @@ -369,7 +369,7 @@ jobs: --local --preset=velox --benchmark-type=ds --error-on-memleak --off-heap-size=50g -s=30.0 --threads=32 --iterations=1' - name: TPC-H SF1.0 && TPC-DS SF30.0 Parquet local spark3.2 random kill tasks run: | - /opt/gluten/tools/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ + /root/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ mvn clean install -Pspark-3.2 \ && GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries \ --local --preset=velox --benchmark-type=h --error-on-memleak --disable-aqe --off-heap-size=10g -s=1.0 --threads=16 --iterations=1 --skip-data-gen --random-kill-tasks \ @@ -378,7 +378,7 @@ jobs: - name: Exit docker container if: ${{ always() }} run: | - /opt/gluten/tools/gluten-te/centos/gha/gha-checkout/clean.sh || true + /root/gluten-te/centos/gha/gha-checkout/exec.sh || true centos7-test: runs-on: velox-self-hosted