Skip to content

Commit 50431a9

Browse files
committed
Merge commit 'bb0c34e7c3d5b73febcae29491fd030361c3d6ad' into agentless-storage-permissions
2 parents cc2a948 + bb0c34e commit 50431a9

File tree

1,451 files changed

+40384
-10350
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,451 files changed

+40384
-10350
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.6", "8.16.2", "8.17.0", "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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ 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
1921
- rhel-9
2022
- almalinux-8
23+
- almalinux-9
2124
agents:
2225
provider: gcp
2326
image: family/elasticsearch-{{matrix.image}}

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ 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
2022
- rhel-9
2123
- almalinux-8
24+
- almalinux-9
2225
agents:
2326
provider: gcp
2427
image: family/elasticsearch-{{matrix.image}}
@@ -268,8 +271,8 @@ steps:
268271
env:
269272
BWC_VERSION: 8.14.3
270273

271-
- label: "{{matrix.image}} / 8.15.6 / packaging-tests-upgrade"
272-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.6
274+
- label: "{{matrix.image}} / 8.15.5 / packaging-tests-upgrade"
275+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.5
273276
timeout_in_minutes: 300
274277
matrix:
275278
setup:
@@ -282,10 +285,10 @@ steps:
282285
machineType: custom-16-32768
283286
buildDirectory: /dev/shm/bk
284287
env:
285-
BWC_VERSION: 8.15.6
288+
BWC_VERSION: 8.15.5
286289

287-
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
288-
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
289292
timeout_in_minutes: 300
290293
matrix:
291294
setup:
@@ -298,10 +301,10 @@ steps:
298301
machineType: custom-16-32768
299302
buildDirectory: /dev/shm/bk
300303
env:
301-
BWC_VERSION: 8.16.2
304+
BWC_VERSION: 8.16.3
302305

303-
- label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade"
304-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0
306+
- label: "{{matrix.image}} / 8.17.1 / packaging-tests-upgrade"
307+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.1
305308
timeout_in_minutes: 300
306309
matrix:
307310
setup:
@@ -314,7 +317,7 @@ steps:
314317
machineType: custom-16-32768
315318
buildDirectory: /dev/shm/bk
316319
env:
317-
BWC_VERSION: 8.17.0
320+
BWC_VERSION: 8.17.1
318321

319322
- label: "{{matrix.image}} / 8.18.0 / packaging-tests-upgrade"
320323
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.0

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ 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
1921
- rhel-9
2022
- almalinux-8
23+
- almalinux-9
2124
agents:
2225
provider: gcp
2326
image: family/elasticsearch-{{matrix.image}}
@@ -60,6 +63,7 @@ steps:
6063
image:
6164
- almalinux-8-aarch64
6265
- ubuntu-2004-aarch64
66+
- ubuntu-2404-aarch64
6367
GRADLE_TASK:
6468
- checkPart1
6569
- checkPart2

.buildkite/pipelines/periodic.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ steps:
287287
- signal_reason: agent_stop
288288
limit: 3
289289

290-
- label: 8.15.6 / bwc
291-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.6#bwcTest
290+
- label: 8.15.5 / bwc
291+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.5#bwcTest
292292
timeout_in_minutes: 300
293293
agents:
294294
provider: gcp
@@ -297,7 +297,7 @@ steps:
297297
buildDirectory: /dev/shm/bk
298298
preemptible: true
299299
env:
300-
BWC_VERSION: 8.15.6
300+
BWC_VERSION: 8.15.5
301301
retry:
302302
automatic:
303303
- exit_status: "-1"
@@ -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"
@@ -325,8 +325,8 @@ steps:
325325
- signal_reason: agent_stop
326326
limit: 3
327327

328-
- label: 8.17.0 / bwc
329-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.0#bwcTest
328+
- label: 8.17.1 / bwc
329+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.1#bwcTest
330330
timeout_in_minutes: 300
331331
agents:
332332
provider: gcp
@@ -335,7 +335,7 @@ steps:
335335
buildDirectory: /dev/shm/bk
336336
preemptible: true
337337
env:
338-
BWC_VERSION: 8.17.0
338+
BWC_VERSION: 8.17.1
339339
retry:
340340
automatic:
341341
- exit_status: "-1"
@@ -448,7 +448,7 @@ steps:
448448
setup:
449449
ES_RUNTIME_JAVA:
450450
- openjdk21
451-
BWC_VERSION: ["8.15.6", "8.16.2", "8.17.0", "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.15.6", "8.16.2", "8.17.0", "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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ 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
2224
- rhel-9
2325
- almalinux-8
26+
- almalinux-9
2427
PACKAGING_TASK:
2528
- docker
2629
- docker-cloud-ess
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)