Skip to content

Commit e1e9714

Browse files
Merge branch 'main' into local-model-endpoint-validation
2 parents 24619f9 + 29659fd commit e1e9714

File tree

1,566 files changed

+37233
-16549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,566 files changed

+37233
-16549
lines changed

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
timeout_in_minutes: 300
5757
matrix:
5858
setup:
59-
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
59+
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.template.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ steps:
4040
matrix:
4141
setup:
4242
image:
43-
- windows-2016
44-
- windows-2019
4543
- windows-2022
4644
agents:
4745
provider: gcp

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ steps:
288288
env:
289289
BWC_VERSION: 8.15.4
290290

291-
- label: "{{matrix.image}} / 8.16.0 / packaging-tests-upgrade"
292-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.0
291+
- label: "{{matrix.image}} / 8.16.1 / packaging-tests-upgrade"
292+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.1
293293
timeout_in_minutes: 300
294294
matrix:
295295
setup:
@@ -302,7 +302,7 @@ steps:
302302
machineType: custom-16-32768
303303
buildDirectory: /dev/shm/bk
304304
env:
305-
BWC_VERSION: 8.16.0
305+
BWC_VERSION: 8.16.1
306306

307307
- label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade"
308308
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0
@@ -345,8 +345,6 @@ steps:
345345
matrix:
346346
setup:
347347
image:
348-
- windows-2016
349-
- windows-2019
350348
- windows-2022
351349
agents:
352350
provider: gcp

.buildkite/pipelines/periodic-platform-support.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ steps:
3838
matrix:
3939
setup:
4040
image:
41-
- windows-2016
42-
- windows-2019
4341
- windows-2022
4442
GRADLE_TASK:
4543
- checkPart1

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ steps:
306306
- signal_reason: agent_stop
307307
limit: 3
308308

309-
- label: 8.16.0 / bwc
310-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.0#bwcTest
309+
- label: 8.16.1 / bwc
310+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.1#bwcTest
311311
timeout_in_minutes: 300
312312
agents:
313313
provider: gcp
@@ -316,7 +316,7 @@ steps:
316316
buildDirectory: /dev/shm/bk
317317
preemptible: true
318318
env:
319-
BWC_VERSION: 8.16.0
319+
BWC_VERSION: 8.16.1
320320
retry:
321321
automatic:
322322
- exit_status: "-1"
@@ -429,7 +429,7 @@ steps:
429429
setup:
430430
ES_RUNTIME_JAVA:
431431
- openjdk21
432-
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
432+
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
433433
agents:
434434
provider: gcp
435435
image: family/elasticsearch-ubuntu-2004
@@ -471,7 +471,7 @@ steps:
471471
ES_RUNTIME_JAVA:
472472
- openjdk21
473473
- openjdk23
474-
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
474+
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
475475
agents:
476476
provider: gcp
477477
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/pull-request/packaging-tests-windows-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
matrix:
1313
setup:
1414
image:
15-
- windows-2019
15+
- windows-2022
1616
PACKAGING_TASK:
1717
- default-windows-archive
1818
agents:

.buildkite/pipelines/pull-request/packaging-tests-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ steps:
1010
matrix:
1111
setup:
1212
image:
13-
- windows-2016
14-
- windows-2019
1513
- windows-2022
1614
PACKAGING_TASK:
1715
- default-windows-archive

.buildkite/scripts/gradle-configuration-cache-validation.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
set -euo pipefail
44

5-
# TODO/ FIXIT without a full resolved gradle home, we see issues configuration cache reuse
6-
./gradlew --max-workers=8 --parallel --scan --no-daemon precommit
5+
# This is a workaround for https://github.com/gradle/gradle/issues/28159
6+
.ci/scripts/run-gradle.sh --no-daemon precommit
77

8-
./gradlew --max-workers=8 --parallel --scan --configuration-cache precommit -Dorg.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=build/*.tar.bz2
8+
.ci/scripts/run-gradle.sh --configuration-cache precommit -Dorg.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=build/*.tar.bz2
99

1010
# Create a temporary file
1111
tmpOutputFile=$(mktemp)
1212
trap "rm $tmpOutputFile" EXIT
1313

1414
echo "2nd run"
15-
# TODO run-gradle.sh script causes issues because of init script handling
16-
./gradlew --max-workers=8 --parallel --scan --configuration-cache precommit -Dorg.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=build/*.tar.bz2 | tee $tmpOutputFile
15+
.ci/scripts/run-gradle.sh --configuration-cache precommit -Dorg.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=build/*.tar.bz2 | tee $tmpOutputFile
1716

1817
# Check if the command was successful
1918
if grep -q "Configuration cache entry reused." $tmpOutputFile; then

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ BWC_VERSION:
1515
- "8.13.4"
1616
- "8.14.3"
1717
- "8.15.4"
18-
- "8.16.0"
18+
- "8.16.1"
1919
- "8.17.0"
2020
- "9.0.0"

.ci/dockerOnLinuxExclusions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sles-15.2
1515
sles-15.3
1616
sles-15.4
1717
sles-15.5
18+
sles-15.6
1819

1920
# These OSes are deprecated and filtered starting with 8.0.0, but need to be excluded
2021
# for PR checks

0 commit comments

Comments
 (0)