Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jun 9, 2024
1 parent 0a9a5e3 commit 9af1de6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,12 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/cpp/build && \
ctest -V
- 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: Prepare spark.test.home for Spark 3.2.2 (other tests)
run: |
cd $GITHUB_WORKSPACE/ && \
Expand Down Expand Up @@ -670,11 +676,6 @@ 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 && \
./generic_benchmark --run-example --with-shuffle --threads 1 --iterations 1

run-spark-test-spark32-slow:
needs: build-native-lib-centos-8
Expand Down

0 comments on commit 9af1de6

Please sign in to comment.