HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails.

Change the forkcount from 1.0C to 0.25C
This commit is contained in:
stack 2020-03-04 16:20:31 -08:00
parent b6eefcaeb7
commit 9bd39786df
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ pipeline {
else
echo "Skipped gathering machine environment because we couldn't read the script to do so."
fi
mvn package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" -Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount=1C -Dsurefire.secondPartForkCount=1C
mvn -T0.25C package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" -Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount=0.25C -Dsurefire.secondPartForkCount=0.25C
else
echo "set of flaky tests is currently empty."
fi