Skip to content

Commit

Permalink
optimize the ci output (pingcap#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyu66 authored Jun 21, 2022
1 parent ae65a73 commit c250a95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
<useFile>false</useFile>
<skipTests>true</skipTests>
</configuration>
</plugin>
Expand Down
2 changes: 2 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
<useFile>false</useFile>
<skipTests>true</skipTests>
</configuration>
</plugin>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@
<parallel>suites</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
<forkMode>always</forkMode>
<trimStackTrace>false</trimStackTrace>
<useFile>false</useFile>
<excludes>
<exclude>${someModule.test.excludes}</exclude>
</excludes>
Expand Down

0 comments on commit c250a95

Please sign in to comment.