File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 cd $GITHUB_WORKSPACE/
127127 $MVN_CMD clean install -P${{ matrix.spark }} -P${{ matrix.java }} -Pbackends-velox -DskipTests
128128 cd $GITHUB_WORKSPACE/tools/gluten-it
129- $MVN_CMD clean install -P${{ matrix.spark }} -P${{ matrix.java }}
129+ $MVN_CMD clean install -P${{ matrix.spark }} -P${{ matrix.java }} -Pbackends-velox
130130 - name : Run TPC-H / TPC-DS
131131 run : |
132132 echo "JAVA_HOME: $JAVA_HOME"
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ jobs:
315315 # Build gluten-it
316316 mvn -ntp clean install -P${{ matrix.spark }} -P${{ matrix.java }} -Pbackends-velox -DskipTests
317317 cd /work/tools/gluten-it
318- mvn -ntp clean install -P${{ matrix.spark }} -P${{ matrix.java }}
318+ mvn -ntp clean install -P${{ matrix.spark }} -P${{ matrix.java }} -Pbackends-velox
319319
320320 # Run TPC-H / TPC-DS
321321 GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries-compare \
You can’t perform that action at this time.
0 commit comments