Skip to content

Commit d2e334b

Browse files
authored
[ci] Bump disk size for agents to 250GB (#109975) (#109977)
1 parent bb4108e commit d2e334b

22 files changed

+97
-0
lines changed

.buildkite/pipelines/dra-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ steps:
77
image: family/elasticsearch-ubuntu-2204
88
machineType: custom-32-98304
99
buildDirectory: /dev/shm/bk
10+
diskSizeGb: 250
1011
- wait
1112
# The hadoop build depends on the ES artifact
1213
# So let's trigger the hadoop build any time we build a new staging artifact

.buildkite/pipelines/intake.template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ steps:
77
image: family/elasticsearch-ubuntu-2004
88
machineType: custom-32-98304
99
buildDirectory: /dev/shm/bk
10+
diskSizeGb: 250
1011
- wait
1112
- label: part1
1213
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart1
@@ -16,6 +17,7 @@ steps:
1617
image: family/elasticsearch-ubuntu-2004
1718
machineType: n1-standard-32
1819
buildDirectory: /dev/shm/bk
20+
diskSizeGb: 250
1921
- label: part2
2022
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart2
2123
timeout_in_minutes: 300

.buildkite/pipelines/intake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ steps:
88
image: family/elasticsearch-ubuntu-2004
99
machineType: custom-32-98304
1010
buildDirectory: /dev/shm/bk
11+
diskSizeGb: 250
1112
- wait
1213
- label: part1
1314
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart1
@@ -17,6 +18,7 @@ steps:
1718
image: family/elasticsearch-ubuntu-2004
1819
machineType: n1-standard-32
1920
buildDirectory: /dev/shm/bk
21+
diskSizeGb: 250
2022
- label: part2
2123
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart2
2224
timeout_in_minutes: 300

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
image: family/elasticsearch-{{matrix.image}}
1212
machineType: custom-16-32768
1313
buildDirectory: /dev/shm/bk
14+
diskSizeGb: 250
1415
env:
1516
BWC_VERSION: $BWC_VERSION

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ steps:
4646
image: family/elasticsearch-{{matrix.image}}
4747
machineType: custom-16-32768
4848
buildDirectory: /dev/shm/bk
49+
diskSizeGb: 250
4950
env:
5051
BWC_VERSION: 6.0.1
5152

@@ -62,6 +63,7 @@ steps:
6263
image: family/elasticsearch-{{matrix.image}}
6364
machineType: custom-16-32768
6465
buildDirectory: /dev/shm/bk
66+
diskSizeGb: 250
6567
env:
6668
BWC_VERSION: 6.1.4
6769

@@ -78,6 +80,7 @@ steps:
7880
image: family/elasticsearch-{{matrix.image}}
7981
machineType: custom-16-32768
8082
buildDirectory: /dev/shm/bk
83+
diskSizeGb: 250
8184
env:
8285
BWC_VERSION: 6.2.4
8386

@@ -94,6 +97,7 @@ steps:
9497
image: family/elasticsearch-{{matrix.image}}
9598
machineType: custom-16-32768
9699
buildDirectory: /dev/shm/bk
100+
diskSizeGb: 250
97101
env:
98102
BWC_VERSION: 6.3.2
99103

@@ -110,6 +114,7 @@ steps:
110114
image: family/elasticsearch-{{matrix.image}}
111115
machineType: custom-16-32768
112116
buildDirectory: /dev/shm/bk
117+
diskSizeGb: 250
113118
env:
114119
BWC_VERSION: 6.4.3
115120

@@ -126,6 +131,7 @@ steps:
126131
image: family/elasticsearch-{{matrix.image}}
127132
machineType: custom-16-32768
128133
buildDirectory: /dev/shm/bk
134+
diskSizeGb: 250
129135
env:
130136
BWC_VERSION: 6.5.4
131137

@@ -142,6 +148,7 @@ steps:
142148
image: family/elasticsearch-{{matrix.image}}
143149
machineType: custom-16-32768
144150
buildDirectory: /dev/shm/bk
151+
diskSizeGb: 250
145152
env:
146153
BWC_VERSION: 6.6.2
147154

@@ -158,6 +165,7 @@ steps:
158165
image: family/elasticsearch-{{matrix.image}}
159166
machineType: custom-16-32768
160167
buildDirectory: /dev/shm/bk
168+
diskSizeGb: 250
161169
env:
162170
BWC_VERSION: 6.7.2
163171

@@ -174,6 +182,7 @@ steps:
174182
image: family/elasticsearch-{{matrix.image}}
175183
machineType: custom-16-32768
176184
buildDirectory: /dev/shm/bk
185+
diskSizeGb: 250
177186
env:
178187
BWC_VERSION: 6.8.23
179188

@@ -190,6 +199,7 @@ steps:
190199
image: family/elasticsearch-{{matrix.image}}
191200
machineType: custom-16-32768
192201
buildDirectory: /dev/shm/bk
202+
diskSizeGb: 250
193203
env:
194204
BWC_VERSION: 7.0.1
195205

@@ -206,6 +216,7 @@ steps:
206216
image: family/elasticsearch-{{matrix.image}}
207217
machineType: custom-16-32768
208218
buildDirectory: /dev/shm/bk
219+
diskSizeGb: 250
209220
env:
210221
BWC_VERSION: 7.1.1
211222

@@ -222,6 +233,7 @@ steps:
222233
image: family/elasticsearch-{{matrix.image}}
223234
machineType: custom-16-32768
224235
buildDirectory: /dev/shm/bk
236+
diskSizeGb: 250
225237
env:
226238
BWC_VERSION: 7.2.1
227239

@@ -238,6 +250,7 @@ steps:
238250
image: family/elasticsearch-{{matrix.image}}
239251
machineType: custom-16-32768
240252
buildDirectory: /dev/shm/bk
253+
diskSizeGb: 250
241254
env:
242255
BWC_VERSION: 7.3.2
243256

@@ -254,6 +267,7 @@ steps:
254267
image: family/elasticsearch-{{matrix.image}}
255268
machineType: custom-16-32768
256269
buildDirectory: /dev/shm/bk
270+
diskSizeGb: 250
257271
env:
258272
BWC_VERSION: 7.4.2
259273

@@ -270,6 +284,7 @@ steps:
270284
image: family/elasticsearch-{{matrix.image}}
271285
machineType: custom-16-32768
272286
buildDirectory: /dev/shm/bk
287+
diskSizeGb: 250
273288
env:
274289
BWC_VERSION: 7.5.2
275290

@@ -286,6 +301,7 @@ steps:
286301
image: family/elasticsearch-{{matrix.image}}
287302
machineType: custom-16-32768
288303
buildDirectory: /dev/shm/bk
304+
diskSizeGb: 250
289305
env:
290306
BWC_VERSION: 7.6.2
291307

@@ -302,6 +318,7 @@ steps:
302318
image: family/elasticsearch-{{matrix.image}}
303319
machineType: custom-16-32768
304320
buildDirectory: /dev/shm/bk
321+
diskSizeGb: 250
305322
env:
306323
BWC_VERSION: 7.7.1
307324

@@ -318,6 +335,7 @@ steps:
318335
image: family/elasticsearch-{{matrix.image}}
319336
machineType: custom-16-32768
320337
buildDirectory: /dev/shm/bk
338+
diskSizeGb: 250
321339
env:
322340
BWC_VERSION: 7.8.1
323341

@@ -334,6 +352,7 @@ steps:
334352
image: family/elasticsearch-{{matrix.image}}
335353
machineType: custom-16-32768
336354
buildDirectory: /dev/shm/bk
355+
diskSizeGb: 250
337356
env:
338357
BWC_VERSION: 7.9.3
339358

@@ -350,6 +369,7 @@ steps:
350369
image: family/elasticsearch-{{matrix.image}}
351370
machineType: custom-16-32768
352371
buildDirectory: /dev/shm/bk
372+
diskSizeGb: 250
353373
env:
354374
BWC_VERSION: 7.10.2
355375

@@ -366,6 +386,7 @@ steps:
366386
image: family/elasticsearch-{{matrix.image}}
367387
machineType: custom-16-32768
368388
buildDirectory: /dev/shm/bk
389+
diskSizeGb: 250
369390
env:
370391
BWC_VERSION: 7.11.2
371392

@@ -382,6 +403,7 @@ steps:
382403
image: family/elasticsearch-{{matrix.image}}
383404
machineType: custom-16-32768
384405
buildDirectory: /dev/shm/bk
406+
diskSizeGb: 250
385407
env:
386408
BWC_VERSION: 7.12.1
387409

@@ -398,6 +420,7 @@ steps:
398420
image: family/elasticsearch-{{matrix.image}}
399421
machineType: custom-16-32768
400422
buildDirectory: /dev/shm/bk
423+
diskSizeGb: 250
401424
env:
402425
BWC_VERSION: 7.13.4
403426

@@ -414,6 +437,7 @@ steps:
414437
image: family/elasticsearch-{{matrix.image}}
415438
machineType: custom-16-32768
416439
buildDirectory: /dev/shm/bk
440+
diskSizeGb: 250
417441
env:
418442
BWC_VERSION: 7.14.2
419443

@@ -430,6 +454,7 @@ steps:
430454
image: family/elasticsearch-{{matrix.image}}
431455
machineType: custom-16-32768
432456
buildDirectory: /dev/shm/bk
457+
diskSizeGb: 250
433458
env:
434459
BWC_VERSION: 7.15.2
435460

@@ -446,6 +471,7 @@ steps:
446471
image: family/elasticsearch-{{matrix.image}}
447472
machineType: custom-16-32768
448473
buildDirectory: /dev/shm/bk
474+
diskSizeGb: 250
449475
env:
450476
BWC_VERSION: 7.16.3
451477

@@ -462,6 +488,7 @@ steps:
462488
image: family/elasticsearch-{{matrix.image}}
463489
machineType: custom-16-32768
464490
buildDirectory: /dev/shm/bk
491+
diskSizeGb: 250
465492
env:
466493
BWC_VERSION: 7.17.22
467494

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ steps:
3030
localSsds: 1
3131
localSsdInterface: nvme
3232
machineType: custom-32-98304
33+
diskSizeGb: 250
3334
env: {}
3435
- group: platform-support-windows
3536
steps:

.buildkite/pipelines/periodic.bwc.template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
machineType: n1-standard-32
88
buildDirectory: /dev/shm/bk
99
preemptible: true
10+
diskSizeGb: 250
1011
env:
1112
BWC_VERSION: $BWC_VERSION
1213
retry:

.buildkite/pipelines/periodic.template.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ steps:
1717
image: family/elasticsearch-ubuntu-2004
1818
machineType: custom-32-98304
1919
buildDirectory: /dev/shm/bk
20+
diskSizeGb: 250
2021
- label: example-plugins
2122
command: |-
2223
cd $$WORKSPACE/plugins/examples
@@ -28,6 +29,7 @@ steps:
2829
image: family/elasticsearch-ubuntu-2004
2930
machineType: custom-32-98304
3031
buildDirectory: /dev/shm/bk
32+
diskSizeGb: 250
3133
- group: java-fips-matrix
3234
steps:
3335
- label: "{{matrix.ES_RUNTIME_JAVA}} / java-fips-matrix"
@@ -42,6 +44,7 @@ steps:
4244
image: family/elasticsearch-ubuntu-2004
4345
machineType: n1-standard-32
4446
buildDirectory: /dev/shm/bk
47+
diskSizeGb: 250
4548
env:
4649
ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}"
4750
- group: java-matrix
@@ -72,6 +75,7 @@ steps:
7275
image: family/elasticsearch-ubuntu-2004
7376
machineType: n1-standard-32
7477
buildDirectory: /dev/shm/bk
78+
diskSizeGb: 250
7579
env:
7680
ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}"
7781
- label: release-tests
@@ -98,6 +102,7 @@ steps:
98102
image: family/elasticsearch-ubuntu-2004
99103
machineType: n2-standard-8
100104
buildDirectory: /dev/shm/bk
105+
diskSizeGb: 250
101106
- label: third-party / azure
102107
command: |
103108
export azure_storage_container=elasticsearch-ci-thirdparty
@@ -112,6 +117,7 @@ steps:
112117
image: family/elasticsearch-ubuntu-2004
113118
machineType: n2-standard-8
114119
buildDirectory: /dev/shm/bk
120+
diskSizeGb: 250
115121
- label: third-party / gcs
116122
command: |
117123
export google_storage_bucket=elasticsearch-ci-thirdparty
@@ -126,6 +132,7 @@ steps:
126132
image: family/elasticsearch-ubuntu-2004
127133
machineType: n2-standard-8
128134
buildDirectory: /dev/shm/bk
135+
diskSizeGb: 250
129136
- label: third-party / geoip
130137
command: |
131138
.ci/scripts/run-gradle.sh :modules:ingest-geoip:internalClusterTest -Dtests.jvm.argline="-Dgeoip_use_service=true"
@@ -135,6 +142,7 @@ steps:
135142
image: family/elasticsearch-ubuntu-2004
136143
machineType: n2-standard-8
137144
buildDirectory: /dev/shm/bk
145+
diskSizeGb: 250
138146
- label: third-party / s3
139147
command: |
140148
export amazon_s3_bucket=elasticsearch-ci.us-west-2
@@ -149,6 +157,7 @@ steps:
149157
image: family/elasticsearch-ubuntu-2004
150158
machineType: n2-standard-8
151159
buildDirectory: /dev/shm/bk
160+
diskSizeGb: 250
152161
- label: Upload Snyk Dependency Graph
153162
command: .ci/scripts/run-gradle.sh uploadSnykDependencyGraph -PsnykTargetReference=$BUILDKITE_BRANCH
154163
env:
@@ -159,6 +168,7 @@ steps:
159168
image: family/elasticsearch-ubuntu-2004
160169
machineType: n2-standard-8
161170
buildDirectory: /dev/shm/bk
171+
diskSizeGb: 250
162172
if: build.branch == "main" || build.branch == "7.17"
163173
- label: check-branch-consistency
164174
command: .ci/scripts/run-gradle.sh branchConsistency
@@ -167,6 +177,7 @@ steps:
167177
provider: gcp
168178
image: family/elasticsearch-ubuntu-2004
169179
machineType: n2-standard-2
180+
diskSizeGb: 250
170181
- label: check-branch-protection-rules
171182
command: .buildkite/scripts/branch-protection.sh
172183
timeout_in_minutes: 5

0 commit comments

Comments
 (0)