Skip to content

Commit

Permalink
Let the CI pass the appropriate forkCount
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Sep 15, 2022
1 parent dd6ddd2 commit e80100a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ THE SOFTWARE.
<description>Functional tests for Jenkins core</description>

<properties>
<!-- may use e.g. 2C for 2 × (number of cores) -->
<concurrency>2</concurrency>
<mavenDebug>false</mavenDebug>
<!-- Filled in by jacoco-maven-plugin -->
<jacocoSurefireArgs />
Expand Down Expand Up @@ -276,7 +274,6 @@ THE SOFTWARE.
<buildDirectory>${project.build.directory}</buildDirectory>
</systemPropertyVariables>
<reuseForks>false</reuseForks>
<forkCount>${concurrency}</forkCount>
</configuration>
<executions>
<!-- Unbind the default execution so that it does not run before test-runtime. -->
Expand Down

0 comments on commit e80100a

Please sign in to comment.