merrily01 commented on code in PR #1596:
URL: https://github.com/apache/auron/pull/1596#discussion_r2489223488
##########
.github/workflows/tpcds-reusable.yml:
##########
@@ -175,7 +175,7 @@ jobs:
UNIFFLE_NUMBER="${UNIFFLE_NUMBER#uniffle-}"
fi
- CMD="./auron-build.sh --pre --sparkver $SPARK_NUMBER --scalaver ${{
inputs.scalaver }}"
+ CMD="./auron-build.sh --pre --sparkver $SPARK_NUMBER --scalaver ${{
inputs.scalaver }} --skiptests false"
Review Comment:
I’m a bit concerned that enabling tests in the TPC-DS workflow (--skiptests
false) might cause all TPC-DS runs to execute unit tests as well, which could
significantly slow down the workflow.
Would it be possible to keep TPC-DS runs lightweight and instead have a
separate workflow dedicated to running all the unit tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]