Skip to content

Commit 5a9a863

Browse files
authored
Disable BWC tests from "monolithic" CI jobs (#104221) (#104223)
1 parent 3909d85 commit 5a9a863

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.buildkite/pipelines/periodic.template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- group: bwc
33
steps: $BWC_STEPS
44
- 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
66
timeout_in_minutes: 420
77
agents:
88
provider: gcp
@@ -96,7 +96,7 @@ steps:
9696
diskSizeGb: 350
9797
machineType: custom-32-98304
9898
- 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
100100
timeout_in_minutes: 420
101101
agents:
102102
provider: gcp

.buildkite/pipelines/periodic.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ steps:
11131113
env:
11141114
BWC_VERSION: 8.12.0
11151115
- 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
11171117
timeout_in_minutes: 420
11181118
agents:
11191119
provider: gcp
@@ -1207,7 +1207,7 @@ steps:
12071207
diskSizeGb: 350
12081208
machineType: custom-32-98304
12091209
- 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
12111211
timeout_in_minutes: 420
12121212
agents:
12131213
provider: gcp

.buildkite/scripts/encryption-at-rest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ touch .output.log
2222
rm -Rf "$WORKSPACE"
2323
ln -s "$PWD" "$WORKSPACE"
2424

25-
.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true check
25+
.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true functionalTests

.buildkite/scripts/release-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ curl --fail -o "${ML_IVY_REPO}/maven/org/elasticsearch/ml/ml-cpp/${ES_VERSION}/m
2020
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
2121

2222
.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

0 commit comments

Comments
 (0)