File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ touch .output.log
20
20
rm -Rf " $WORKSPACE "
21
21
ln -s " $PWD " " $WORKSPACE "
22
22
23
- .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true check
23
+ .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true functionalTests
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ mkdir -p ${ML_IVY_REPO}/maven/org/elasticsearch/ml/ml-cpp/${ES_VERSION}
9
9
curl --fail -o " ${ML_IVY_REPO} /maven/org/elasticsearch/ml/ml-cpp/${ES_VERSION} /ml-cpp-${ES_VERSION} .zip" https://artifacts-snapshot.elastic.co/ml-cpp/${ES_VERSION} -SNAPSHOT/downloads/ml-cpp/ml-cpp-${ES_VERSION} -SNAPSHOT.zip
10
10
11
11
.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dbuild.snapshot=false -Dbuild.ml_cpp.repo=file://${ML_IVY_REPO} \
12
- -Dtests.jvm.argline=-Dbuild.snapshot=false -Dlicense.key=${WORKSPACE} /x-pack/license-tools/src/test/resources/public.key -Dbuild.id=deadbeef build
12
+ -Dtests.jvm.argline=-Dbuild.snapshot=false -Dlicense.key=${WORKSPACE} /x-pack/license-tools/src/test/resources/public.key -Dbuild.id=deadbeef assemble functionalTests
You can’t perform that action at this time.
0 commit comments