Skip to content

Commit c6b0990

Browse files
authored
[ci] Add checkPart4 to missing locations (#107552) (#107587)
(cherry picked from commit 91d3bb0)
1 parent 933c61f commit c6b0990

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.buildkite/pipelines/lucene-snapshot/run-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ steps:
3232
image: family/elasticsearch-ubuntu-2004
3333
machineType: custom-32-98304
3434
buildDirectory: /dev/shm/bk
35+
- label: part4
36+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart4
37+
timeout_in_minutes: 300
38+
agents:
39+
provider: gcp
40+
image: family/elasticsearch-ubuntu-2004
41+
machineType: custom-32-98304
42+
buildDirectory: /dev/shm/bk
3543
- group: bwc-snapshots
3644
steps:
3745
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ steps:
4747
- checkPart1
4848
- checkPart2
4949
- checkPart3
50+
- checkPart4
5051
- checkRestCompat
5152
agents:
5253
provider: gcp
@@ -70,6 +71,7 @@ steps:
7071
- checkPart1
7172
- checkPart2
7273
- checkPart3
74+
- checkPart4
7375
- checkRestCompat
7476
agents:
7577
provider: aws

.buildkite/pipelines/periodic.template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ steps:
4949
- checkPart1
5050
- checkPart2
5151
- checkPart3
52+
- checkPart4
5253
- checkRestCompat
5354
agents:
5455
provider: gcp
@@ -89,6 +90,7 @@ steps:
8990
- checkPart1
9091
- checkPart2
9192
- checkPart3
93+
- checkPart4
9294
- checkRestCompat
9395
agents:
9496
provider: gcp

.buildkite/pipelines/periodic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ steps:
370370
- checkPart1
371371
- checkPart2
372372
- checkPart3
373+
- checkPart4
373374
- checkRestCompat
374375
agents:
375376
provider: gcp
@@ -410,6 +411,7 @@ steps:
410411
- checkPart1
411412
- checkPart2
412413
- checkPart3
414+
- checkPart4
413415
- checkRestCompat
414416
agents:
415417
provider: gcp

0 commit comments

Comments
 (0)