Skip to content

Commit

Permalink
Disable benchmark/test
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 20, 2024
1 parent f423c42 commit 6396f4a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
84 changes: 42 additions & 42 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases/
- uses: actions/upload-artifact@v2
with:
name: udf-example-lib-centos-7-${{github.sha}}
path: ./cpp/build/velox/udf/examples/
- uses: actions/upload-artifact@v2
with:
name: benchmark-centos-7-${{github.sha}}
path: ./cpp/build/velox/benchmarks/
# - uses: actions/upload-artifact@v2
# with:
# name: udf-example-lib-centos-7-${{github.sha}}
# path: ./cpp/build/velox/udf/examples/
# - uses: actions/upload-artifact@v2
# with:
# name: benchmark-centos-7-${{github.sha}}
# path: ./cpp/build/velox/benchmarks/
- uses: actions/upload-artifact@v2
with:
name: velox-arrow-jar-centos-7-${{github.sha}}
Expand Down Expand Up @@ -644,14 +644,14 @@ jobs:
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases
- uses: actions/download-artifact@v2
with:
name: udf-example-lib-centos-7-${{github.sha}}
path: ./cpp/build/velox/udf/examples/
- uses: actions/download-artifact@v2
with:
name: benchmark-centos-7-${{github.sha}}
path: ./cpp/build/velox/benchmarks/
# - uses: actions/download-artifact@v2
# with:
# name: udf-example-lib-centos-7-${{github.sha}}
# path: ./cpp/build/velox/udf/examples/
# - uses: actions/download-artifact@v2
# with:
# name: benchmark-centos-7-${{github.sha}}
# path: ./cpp/build/velox/benchmarks/
- uses: actions/download-artifact@v2
with:
name: arrow-jars-centos-7-${{github.sha}}
Expand Down Expand Up @@ -706,12 +706,12 @@ jobs:
with:
name: golden-files-spark32
path: /tmp/tpch-approved-plan/**
- name: Gluten CPP Benchmark Test
run: |
# This test depends on example.json generated by the above mvn test.
cd $GITHUB_WORKSPACE/cpp/build/velox/benchmarks && \
sudo chmod +x ./generic_benchmark && \
./generic_benchmark --run-example --with-shuffle --threads 1 --iterations 1
# - name: Gluten CPP Benchmark Test
# run: |
# # This test depends on example.json generated by the above mvn test.
# cd $GITHUB_WORKSPACE/cpp/build/velox/benchmarks && \
# sudo chmod +x ./generic_benchmark && \
# ./generic_benchmark --run-example --with-shuffle --threads 1 --iterations 1

run-spark-test-spark32-slow:
needs: build-native-lib-centos-7
Expand Down Expand Up @@ -776,11 +776,11 @@ jobs:
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases
- name: Download UDF Example Lib
uses: actions/download-artifact@v2
with:
name: udf-example-lib-centos-7-${{github.sha}}
path: ./cpp/build/velox/udf/examples/
# - name: Download UDF Example Lib
# uses: actions/download-artifact@v2
# with:
# name: udf-example-lib-centos-7-${{github.sha}}
# path: ./cpp/build/velox/udf/examples/
- name: Download Arrow Jars
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -901,11 +901,11 @@ jobs:
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases
- name: Download UDF Example Lib
uses: actions/download-artifact@v2
with:
name: udf-example-lib-centos-7-${{github.sha}}
path: ./cpp/build/velox/udf/examples/
# - name: Download UDF Example Lib
# uses: actions/download-artifact@v2
# with:
# name: udf-example-lib-centos-7-${{github.sha}}
# path: ./cpp/build/velox/udf/examples/
- name: Download Arrow Jars
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -1026,11 +1026,11 @@ jobs:
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases
- name: Download UDF Example Lib
uses: actions/download-artifact@v2
with:
name: udf-example-lib-centos-7-${{github.sha}}
path: ./cpp/build/velox/udf/examples/
# - name: Download UDF Example Lib
# uses: actions/download-artifact@v2
# with:
# name: udf-example-lib-centos-7-${{github.sha}}
# path: ./cpp/build/velox/udf/examples/
- name: Download Arrow Jars
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -1100,11 +1100,11 @@ jobs:
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases
- name: Download UDF Example Lib
uses: actions/download-artifact@v2
with:
name: udf-example-lib-centos-7-${{github.sha}}
path: ./cpp/build/velox/udf/examples/
# - name: Download UDF Example Lib
# uses: actions/download-artifact@v2
# with:
# name: udf-example-lib-centos-7-${{github.sha}}
# path: ./cpp/build/velox/udf/examples/
- name: Download Arrow Jars
uses: actions/download-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions dev/ci-velox-buildstatic-centos-7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e

source /opt/rh/devtoolset-9/enable
export NUM_THREADS=4
./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF --build_tests=ON --build_benchmarks=ON \
--build_examples=ON --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=ON
./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF --build_tests=OFF --build_benchmarks=OFF \
--build_examples=OFF --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=ON

0 comments on commit 6396f4a

Please sign in to comment.