Skip to content

Commit

Permalink
Allow developer control of parallel testing (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Dec 19, 2023
1 parent 9cd90f3 commit 589d3aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
forkCount: '1C',
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11],
Expand Down
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,6 @@
<resourceIncludes>src/main/resources/**</resourceIncludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1C</forkCount>
<parallel>all</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 589d3aa

Please sign in to comment.