xushiyan commented on code in PR #9668:
URL: https://github.com/apache/hudi/pull/9668#discussion_r1323526634
##########
.github/workflows/bot.yml:
##########
@@ -83,12 +89,13 @@ jobs:
java-version: '8'
distribution: 'adopt'
architecture: x64
+ cache: maven
- name: Build Project
env:
SCALA_PROFILE: ${{ matrix.scalaProfile }}
SPARK_PROFILE: ${{ matrix.sparkProfile }}
run:
- mvn clean install -D"$SCALA_PROFILE" -D"$SPARK_PROFILE"
-DskipTests=true $MVN_ARGS
+ mvn clean install -T 2 -D"$SCALA_PROFILE" -D"$SPARK_PROFILE"
-DskipTests=true $MVN_ARGS
Review Comment:
can't recall exactly. it was for test stability reason. plus did not see
much speed up
--
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]