Skip to content

Commit

Permalink
Update GHA CI dependency (oap-project#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer authored Sep 9, 2022
1 parent 5f8fe06 commit d162a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ jobs:
git clone -b main https://github.com/zhztheplayer/gluten-it.git gluten-it
cd gluten-it
mvn clean package -Dhttps.proxyHost=child-prc.intel.com -Dhttps.proxyPort=913
java -Xmx5G -XX:ErrorFile=/var/log/java/hs_err_pid%p.log -cp target/gluten-it-1.0-SNAPSHOT-jar-with-dependencies.jar io.glutenproject.integration.tpc.h.Tpch \
--backend-type=velox --fixed-width-as-double --off-heap-size=10g -s=1.0 --cpus=4 --iterations=1 \
java -Xmx5G -XX:ErrorFile=/var/log/java/hs_err_pid%p.log -cp target/gluten-it-1.0-SNAPSHOT-jar-with-dependencies.jar io.glutenproject.integration.tpc.Tpc \
--backend-type=velox --benchmark-type=h --fixed-width-as-double --disable-aqe --off-heap-size=10g -s=1.0 --cpus=4 --iterations=1 \
--queries=q1,q2,q3,q4,q5,q6,q7,q8,q9,q10,q11,q12,q13,q14,q15,q16,q17,q18,q19,q20,q21,q22
ch-backend-test:
Expand Down

0 comments on commit d162a34

Please sign in to comment.