Skip to content

Commit 1634ab4

Browse files
committed
Merge branch 'main' into esql-telemetry
2 parents a4e9f01 + 3ecfe6b commit 1634ab4

File tree

1,069 files changed

+29083
-7845
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,069 files changed

+29083
-7845
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.16.2", "8.17.1", "8.18.0", "9.0.0"]
59+
BWC_VERSION: ["8.16.3", "8.17.1", "8.18.0", "9.0.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ steps:
1010
- debian-12
1111
- opensuse-leap-15
1212
- oraclelinux-8
13+
- oraclelinux-9
1314
- sles-15
1415
- ubuntu-2004
1516
- ubuntu-2204
17+
- ubuntu-2404
1618
- rocky-8
1719
- rocky-9
1820
- rhel-8

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ steps:
1111
- debian-12
1212
- opensuse-leap-15
1313
- oraclelinux-8
14+
- oraclelinux-9
1415
- sles-15
1516
- ubuntu-2004
1617
- ubuntu-2204
18+
- ubuntu-2404
1719
- rocky-8
1820
- rocky-9
1921
- rhel-8
@@ -285,8 +287,8 @@ steps:
285287
env:
286288
BWC_VERSION: 8.15.5
287289

288-
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
289-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2
290+
- label: "{{matrix.image}} / 8.16.3 / packaging-tests-upgrade"
291+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.3
290292
timeout_in_minutes: 300
291293
matrix:
292294
setup:
@@ -299,7 +301,7 @@ steps:
299301
machineType: custom-16-32768
300302
buildDirectory: /dev/shm/bk
301303
env:
302-
BWC_VERSION: 8.16.2
304+
BWC_VERSION: 8.16.3
303305

304306
- label: "{{matrix.image}} / 8.17.1 / packaging-tests-upgrade"
305307
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.1

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ steps:
1010
- debian-12
1111
- opensuse-leap-15
1212
- oraclelinux-8
13+
- oraclelinux-9
1314
- sles-15
1415
- ubuntu-2004
1516
- ubuntu-2204
17+
- ubuntu-2404
1618
- rocky-8
1719
- rocky-9
1820
- rhel-8
@@ -61,6 +63,7 @@ steps:
6163
image:
6264
- almalinux-8-aarch64
6365
- ubuntu-2004-aarch64
66+
- ubuntu-2404-aarch64
6467
GRADLE_TASK:
6568
- checkPart1
6669
- checkPart2

.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.2 / bwc
310-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.2#bwcTest
309+
- label: 8.16.3 / bwc
310+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.3#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.2
319+
BWC_VERSION: 8.16.3
320320
retry:
321321
automatic:
322322
- exit_status: "-1"
@@ -448,7 +448,7 @@ steps:
448448
setup:
449449
ES_RUNTIME_JAVA:
450450
- openjdk21
451-
BWC_VERSION: ["8.16.2", "8.17.1", "8.18.0", "9.0.0"]
451+
BWC_VERSION: ["8.16.3", "8.17.1", "8.18.0", "9.0.0"]
452452
agents:
453453
provider: gcp
454454
image: family/elasticsearch-ubuntu-2004
@@ -490,7 +490,7 @@ steps:
490490
ES_RUNTIME_JAVA:
491491
- openjdk21
492492
- openjdk23
493-
BWC_VERSION: ["8.16.2", "8.17.1", "8.18.0", "9.0.0"]
493+
BWC_VERSION: ["8.16.3", "8.17.1", "8.18.0", "9.0.0"]
494494
agents:
495495
provider: gcp
496496
image: family/elasticsearch-ubuntu-2004

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ steps:
1313
- debian-12
1414
- opensuse-leap-15
1515
- oraclelinux-8
16+
- oraclelinux-9
1617
- sles-15
1718
- ubuntu-2004
1819
- ubuntu-2204
20+
- ubuntu-2404
1921
- rocky-8
2022
- rocky-9
2123
- rhel-8
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
config:
2+
allow-labels: "test-entitlements"
3+
steps:
4+
- label: part-1-entitlements
5+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.jvm.argline="-Des.entitlements.enabled=true" checkPart1
6+
timeout_in_minutes: 300
7+
agents:
8+
provider: gcp
9+
image: family/elasticsearch-ubuntu-2004
10+
machineType: custom-32-98304
11+
buildDirectory: /dev/shm/bk

.buildkite/pipelines/pull-request/part-1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
steps:
22
- label: part-1
3-
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart1
3+
command: |
4+
.buildkite/scripts/spotless.sh # This doesn't have to be part of part-1, it was just a convenient place to put it
5+
.ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart1
46
timeout_in_minutes: 300
57
agents:
68
provider: gcp
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
config:
2+
allow-labels: "test-entitlements"
3+
steps:
4+
- label: part-2-entitlements
5+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.jvm.argline="-Des.entitlements.enabled=true" checkPart2
6+
timeout_in_minutes: 300
7+
agents:
8+
provider: gcp
9+
image: family/elasticsearch-ubuntu-2004
10+
machineType: custom-32-98304
11+
buildDirectory: /dev/shm/bk
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
config:
2+
allow-labels: "test-entitlements"
3+
steps:
4+
- label: part-3-entitlements
5+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.jvm.argline="-Des.entitlements.enabled=true" checkPart3
6+
timeout_in_minutes: 300
7+
agents:
8+
provider: gcp
9+
image: family/elasticsearch-ubuntu-2004
10+
machineType: custom-32-98304
11+
buildDirectory: /dev/shm/bk

0 commit comments

Comments
 (0)