keith-turner commented on code in PR #1122:
URL: https://github.com/apache/fluo/pull/1122#discussion_r1015800584
##########
.github/workflows/maven.yaml:
##########
@@ -48,7 +48,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
- run: mvn -B -V -e -ntp "-Dstyle.color=always" verify javadoc:jar
+ run: mvn -B -V -e -ntp "-Dstyle.color=always" -DskipITs verify
javadoc:jar
Review Comment:
Maybe. The ITs were taking like 40-50 mins to run in CI, where it takes 8
to 10 mins on my machine. Also they are flaky. Not sure CI should take that
long.
--
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]