HBASE-23926 [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails.
Addendum: fix failed variable interpolation
This commit is contained in:
parent
ee4f54f09b
commit
74af4b30bf
|
@ -61,7 +61,7 @@ pipeline {
|
|||
else
|
||||
echo "Skipped gathering machine environment because we couldn't read the script to do so."
|
||||
fi
|
||||
c="0.25C" mvn -T${c} package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" -Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount=${c} -Dsurefire.secondPartForkCount=${c}
|
||||
c="0.25C"; mvn -T"${c}" package "${mvn_args[@]}" -Dtest="$(cat includes.txt)" -Dmaven.test.redirectTestOutputToFile=true -Dsurefire.firstPartForkCount="${c}" -Dsurefire.secondPartForkCount="${c}"
|
||||
else
|
||||
echo "set of flaky tests is currently empty."
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue