File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
- group : bwc
3
3
steps : $BWC_STEPS
4
4
- label : concurrent-search-tests
5
- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true check
5
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests
6
6
timeout_in_minutes : 420
7
7
agents :
8
8
provider : gcp
96
96
diskSizeGb : 350
97
97
machineType : custom-32-98304
98
98
- label : single-processor-node-tests
99
- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.configure_test_clusters_with_one_processor=true check
99
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.configure_test_clusters_with_one_processor=true functionalTests
100
100
timeout_in_minutes : 420
101
101
agents :
102
102
provider : gcp
Original file line number Diff line number Diff line change @@ -1113,7 +1113,7 @@ steps:
1113
1113
env :
1114
1114
BWC_VERSION : 8.12.0
1115
1115
- label : concurrent-search-tests
1116
- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true check
1116
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests
1117
1117
timeout_in_minutes : 420
1118
1118
agents :
1119
1119
provider : gcp
@@ -1207,7 +1207,7 @@ steps:
1207
1207
diskSizeGb : 350
1208
1208
machineType : custom-32-98304
1209
1209
- label : single-processor-node-tests
1210
- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.configure_test_clusters_with_one_processor=true check
1210
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.configure_test_clusters_with_one_processor=true functionalTests
1211
1211
timeout_in_minutes : 420
1212
1212
agents :
1213
1213
provider : gcp
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ touch .output.log
22
22
rm -Rf " $WORKSPACE "
23
23
ln -s " $PWD " " $WORKSPACE "
24
24
25
- .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true check
25
+ .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true functionalTests
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ curl --fail -o "${ML_IVY_REPO}/maven/org/elasticsearch/ml/ml-cpp/${ES_VERSION}/m
20
20
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
21
21
22
22
.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dbuild.snapshot=false -Dbuild.ml_cpp.repo=file://${ML_IVY_REPO} \
23
- -Dtests.jvm.argline=-Dbuild.snapshot=false -Dlicense.key=${WORKSPACE} /x-pack/license-tools/src/test/resources/public.key -Dbuild.id=deadbeef build
23
+ -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