Skip to content

Commit

Permalink
Avoid running all EQL BWC tasks when running check (elastic#75743) (e…
Browse files Browse the repository at this point in the history
…lastic#75796)

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.

Co-authored-by: Mark Vieira <[email protected]>
  • Loading branch information
elasticsearchmachine and mark-vieira authored Jul 28, 2021
1 parent 02c9e2a commit fb135d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x-pack/plugin/eql/qa/mixed-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,4 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible.findAll { it.on
tasks.register(bwcTaskName(bwcVersion)) {
dependsOn "${baseName}#mixedClusterTest"
}

// run these bwc tests as part of the "check" task
tasks.named("check").configure {
dependsOn "${baseName}#mixedClusterTest"
}
}

0 comments on commit fb135d4

Please sign in to comment.