Skip to content

Commit

Permalink
Avoid running all EQL BWC tasks when running check (elastic#75743)
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.
  • Loading branch information
mark-vieira authored and elasticsearchmachine committed Jul 28, 2021
1 parent 64ff130 commit e2addce
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 e2addce

Please sign in to comment.