Skip to content

Commit dcd5839

Browse files
author
David Roberts
authored
[7.x][ML] Alter ES integration test tasks (#1444)
Due to refactoring of the Elasticsearch build system we need to use different task names when we run integration tests for PRs. Backport of #1442
1 parent 54108e4 commit dcd5839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-tools/run_es_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ export GIT_COMMIT="$(git rev-parse HEAD)"
9494
export GIT_PREVIOUS_COMMIT="$GIT_COMMIT"
9595

9696
IVY_REPO_URL="file://$2"
97-
./gradlew -Dbuild.ml_cpp.repo="$IVY_REPO_URL" :x-pack:plugin:ml:qa:native-multi-node-tests:integTestRunner
98-
./gradlew -Dbuild.ml_cpp.repo="$IVY_REPO_URL" :x-pack:plugin:integTestRunner --tests "org.elasticsearch.xpack.test.rest.XPackRestIT.test {p0=ml/*}"
97+
./gradlew -Dbuild.ml_cpp.repo="$IVY_REPO_URL" :x-pack:plugin:ml:qa:native-multi-node-tests:integTest
98+
./gradlew -Dbuild.ml_cpp.repo="$IVY_REPO_URL" :x-pack:plugin:integTest --tests "org.elasticsearch.xpack.test.rest.XPackRestIT.test {p0=ml/*}"

0 commit comments

Comments
 (0)