Skip to content

Commit

Permalink
Rankeval: Fold template test project into main module (#31203)
Browse files Browse the repository at this point in the history
This change moves tests in `smoke-test-rank-eval-with-mustache` into the main
ranking evaluation module by declaring that the integration testing cluster
requires the `lang-mustache` plugin. This avoids having to maintain the qa
project for only one basic test suite.
  • Loading branch information
Christoph Büscher committed Jun 15, 2018
1 parent f4467ce commit 69bcd40
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 72 deletions.
9 changes: 9 additions & 0 deletions modules/rank-eval/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ esplugin {
hasClientJar = true
}

integTestCluster {
// Modules who's integration is explicitly tested in integration tests
module project(':modules:lang-mustache')
}

run {
// Modules who's integration is explicitly tested in integration tests
module project(':modules:lang-mustache')
}
33 changes: 0 additions & 33 deletions qa/smoke-test-rank-eval-with-mustache/build.gradle

This file was deleted.

This file was deleted.

0 comments on commit 69bcd40

Please sign in to comment.