Skip to content

Commit c416a8c

Browse files
mark-vieiraelasticsearchmachine
authored andcommitted
Avoid running all EQL BWC tasks when running check (elastic#75743)
The bwc-test plugin automatically wires up BWC tasks to the appropriate lifecycle tasks for us. There's no need to do this explicitly. Running 'check' should only run BWC tests against unreleased versions as-per convention. Released version tests are run via periodic jobs in CI.
1 parent ff65fb2 commit c416a8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/eql/qa/mixed-node/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,4 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible.findAll { it.on
5858
tasks.register(bwcTaskName(bwcVersion)) {
5959
dependsOn "${baseName}#mixedClusterTest"
6060
}
61-
62-
// run these bwc tests as part of the "check" task
63-
tasks.named("check").configure {
64-
dependsOn "${baseName}#mixedClusterTest"
65-
}
6661
}

0 commit comments

Comments
 (0)