Skip to content

Commit fa45c50

Browse files
committed
Merge branch 'main' into inference_metadata_fields
2 parents 61f025e + e6a27a9 commit fa45c50

File tree

196 files changed

+3617
-2874
lines changed

Some content is hidden

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

196 files changed

+3617
-2874
lines changed

.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: 2 additions & 0 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

.buildkite/pipelines/periodic-platform-support.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/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
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-4-entitlements
5+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.jvm.argline="-Des.entitlements.enabled=true" checkPart4
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-5-entitlements
5+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.jvm.argline="-Des.entitlements.enabled=true" checkPart5
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)