Skip to content

Commit

Permalink
Avoid running all EQL BWC tasks when running check (#75743) (#75796)
Browse files Browse the repository at this point in the history
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 <portugee@gmail.com>
  • Loading branch information
elasticsearchmachine and mark-vieira committed 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
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.