We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d173df commit 2a4665fCopy full SHA for 2a4665f
x-pack/qa/full-cluster-restart/build.gradle
@@ -19,5 +19,6 @@ BuildParams.bwcVersions.withIndexCompatible { bwcVersion, baseName ->
19
tasks.register(bwcTaskName(bwcVersion), StandaloneRestIntegTestTask) {
20
usesBwcDistribution(bwcVersion)
21
systemProperty("tests.old_cluster_version", bwcVersion)
22
+ maxParallelForks = 1
23
}
24
0 commit comments