yihua commented on code in PR #9668:
URL: https://github.com/apache/hudi/pull/9668#discussion_r1326552503
##########
.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:
Some tests (mostly functional or integration tests) cannot run successfully
and stably in parallel due to the assumption of sequential execution.
--
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]