Skip to content

Commit e0d411f

Browse files
authored
[7.17] [CI] Reduce disk size used for most jobs/agents (#113488) (#114069)
1 parent 81026a1 commit e0d411f

22 files changed

+0
-97
lines changed

.buildkite/pipelines/dra-workflow.yml

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

.buildkite/pipelines/intake.template.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ steps:
77
image: family/elasticsearch-ubuntu-2004
88
machineType: custom-32-98304
99
buildDirectory: /dev/shm/bk
10-
diskSizeGb: 250
1110
- wait
1211
- label: part1
1312
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,7 +16,6 @@ steps:
1716
image: family/elasticsearch-ubuntu-2004
1817
machineType: n1-standard-32
1918
buildDirectory: /dev/shm/bk
20-
diskSizeGb: 250
2119
- label: part2
2220
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
2321
timeout_in_minutes: 300

.buildkite/pipelines/intake.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ steps:
88
image: family/elasticsearch-ubuntu-2004
99
machineType: custom-32-98304
1010
buildDirectory: /dev/shm/bk
11-
diskSizeGb: 250
1211
- wait
1312
- label: part1
1413
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
@@ -18,7 +17,6 @@ steps:
1817
image: family/elasticsearch-ubuntu-2004
1918
machineType: n1-standard-32
2019
buildDirectory: /dev/shm/bk
21-
diskSizeGb: 250
2220
- label: part2
2321
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
2422
timeout_in_minutes: 300

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

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

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ steps:
4444
image: family/elasticsearch-{{matrix.image}}
4545
machineType: custom-16-32768
4646
buildDirectory: /dev/shm/bk
47-
diskSizeGb: 250
4847
env:
4948
BWC_VERSION: 6.0.1
5049

@@ -61,7 +60,6 @@ steps:
6160
image: family/elasticsearch-{{matrix.image}}
6261
machineType: custom-16-32768
6362
buildDirectory: /dev/shm/bk
64-
diskSizeGb: 250
6563
env:
6664
BWC_VERSION: 6.1.4
6765

@@ -78,7 +76,6 @@ steps:
7876
image: family/elasticsearch-{{matrix.image}}
7977
machineType: custom-16-32768
8078
buildDirectory: /dev/shm/bk
81-
diskSizeGb: 250
8279
env:
8380
BWC_VERSION: 6.2.4
8481

@@ -95,7 +92,6 @@ steps:
9592
image: family/elasticsearch-{{matrix.image}}
9693
machineType: custom-16-32768
9794
buildDirectory: /dev/shm/bk
98-
diskSizeGb: 250
9995
env:
10096
BWC_VERSION: 6.3.2
10197

@@ -112,7 +108,6 @@ steps:
112108
image: family/elasticsearch-{{matrix.image}}
113109
machineType: custom-16-32768
114110
buildDirectory: /dev/shm/bk
115-
diskSizeGb: 250
116111
env:
117112
BWC_VERSION: 6.4.3
118113

@@ -129,7 +124,6 @@ steps:
129124
image: family/elasticsearch-{{matrix.image}}
130125
machineType: custom-16-32768
131126
buildDirectory: /dev/shm/bk
132-
diskSizeGb: 250
133127
env:
134128
BWC_VERSION: 6.5.4
135129

@@ -146,7 +140,6 @@ steps:
146140
image: family/elasticsearch-{{matrix.image}}
147141
machineType: custom-16-32768
148142
buildDirectory: /dev/shm/bk
149-
diskSizeGb: 250
150143
env:
151144
BWC_VERSION: 6.6.2
152145

@@ -163,7 +156,6 @@ steps:
163156
image: family/elasticsearch-{{matrix.image}}
164157
machineType: custom-16-32768
165158
buildDirectory: /dev/shm/bk
166-
diskSizeGb: 250
167159
env:
168160
BWC_VERSION: 6.7.2
169161

@@ -180,7 +172,6 @@ steps:
180172
image: family/elasticsearch-{{matrix.image}}
181173
machineType: custom-16-32768
182174
buildDirectory: /dev/shm/bk
183-
diskSizeGb: 250
184175
env:
185176
BWC_VERSION: 6.8.23
186177

@@ -197,7 +188,6 @@ steps:
197188
image: family/elasticsearch-{{matrix.image}}
198189
machineType: custom-16-32768
199190
buildDirectory: /dev/shm/bk
200-
diskSizeGb: 250
201191
env:
202192
BWC_VERSION: 7.0.1
203193

@@ -214,7 +204,6 @@ steps:
214204
image: family/elasticsearch-{{matrix.image}}
215205
machineType: custom-16-32768
216206
buildDirectory: /dev/shm/bk
217-
diskSizeGb: 250
218207
env:
219208
BWC_VERSION: 7.1.1
220209

@@ -231,7 +220,6 @@ steps:
231220
image: family/elasticsearch-{{matrix.image}}
232221
machineType: custom-16-32768
233222
buildDirectory: /dev/shm/bk
234-
diskSizeGb: 250
235223
env:
236224
BWC_VERSION: 7.2.1
237225

@@ -248,7 +236,6 @@ steps:
248236
image: family/elasticsearch-{{matrix.image}}
249237
machineType: custom-16-32768
250238
buildDirectory: /dev/shm/bk
251-
diskSizeGb: 250
252239
env:
253240
BWC_VERSION: 7.3.2
254241

@@ -265,7 +252,6 @@ steps:
265252
image: family/elasticsearch-{{matrix.image}}
266253
machineType: custom-16-32768
267254
buildDirectory: /dev/shm/bk
268-
diskSizeGb: 250
269255
env:
270256
BWC_VERSION: 7.4.2
271257

@@ -282,7 +268,6 @@ steps:
282268
image: family/elasticsearch-{{matrix.image}}
283269
machineType: custom-16-32768
284270
buildDirectory: /dev/shm/bk
285-
diskSizeGb: 250
286271
env:
287272
BWC_VERSION: 7.5.2
288273

@@ -299,7 +284,6 @@ steps:
299284
image: family/elasticsearch-{{matrix.image}}
300285
machineType: custom-16-32768
301286
buildDirectory: /dev/shm/bk
302-
diskSizeGb: 250
303287
env:
304288
BWC_VERSION: 7.6.2
305289

@@ -316,7 +300,6 @@ steps:
316300
image: family/elasticsearch-{{matrix.image}}
317301
machineType: custom-16-32768
318302
buildDirectory: /dev/shm/bk
319-
diskSizeGb: 250
320303
env:
321304
BWC_VERSION: 7.7.1
322305

@@ -333,7 +316,6 @@ steps:
333316
image: family/elasticsearch-{{matrix.image}}
334317
machineType: custom-16-32768
335318
buildDirectory: /dev/shm/bk
336-
diskSizeGb: 250
337319
env:
338320
BWC_VERSION: 7.8.1
339321

@@ -350,7 +332,6 @@ steps:
350332
image: family/elasticsearch-{{matrix.image}}
351333
machineType: custom-16-32768
352334
buildDirectory: /dev/shm/bk
353-
diskSizeGb: 250
354335
env:
355336
BWC_VERSION: 7.9.3
356337

@@ -367,7 +348,6 @@ steps:
367348
image: family/elasticsearch-{{matrix.image}}
368349
machineType: custom-16-32768
369350
buildDirectory: /dev/shm/bk
370-
diskSizeGb: 250
371351
env:
372352
BWC_VERSION: 7.10.2
373353

@@ -384,7 +364,6 @@ steps:
384364
image: family/elasticsearch-{{matrix.image}}
385365
machineType: custom-16-32768
386366
buildDirectory: /dev/shm/bk
387-
diskSizeGb: 250
388367
env:
389368
BWC_VERSION: 7.11.2
390369

@@ -401,7 +380,6 @@ steps:
401380
image: family/elasticsearch-{{matrix.image}}
402381
machineType: custom-16-32768
403382
buildDirectory: /dev/shm/bk
404-
diskSizeGb: 250
405383
env:
406384
BWC_VERSION: 7.12.1
407385

@@ -418,7 +396,6 @@ steps:
418396
image: family/elasticsearch-{{matrix.image}}
419397
machineType: custom-16-32768
420398
buildDirectory: /dev/shm/bk
421-
diskSizeGb: 250
422399
env:
423400
BWC_VERSION: 7.13.4
424401

@@ -435,7 +412,6 @@ steps:
435412
image: family/elasticsearch-{{matrix.image}}
436413
machineType: custom-16-32768
437414
buildDirectory: /dev/shm/bk
438-
diskSizeGb: 250
439415
env:
440416
BWC_VERSION: 7.14.2
441417

@@ -452,7 +428,6 @@ steps:
452428
image: family/elasticsearch-{{matrix.image}}
453429
machineType: custom-16-32768
454430
buildDirectory: /dev/shm/bk
455-
diskSizeGb: 250
456431
env:
457432
BWC_VERSION: 7.15.2
458433

@@ -469,7 +444,6 @@ steps:
469444
image: family/elasticsearch-{{matrix.image}}
470445
machineType: custom-16-32768
471446
buildDirectory: /dev/shm/bk
472-
diskSizeGb: 250
473447
env:
474448
BWC_VERSION: 7.16.3
475449

@@ -486,7 +460,6 @@ steps:
486460
image: family/elasticsearch-{{matrix.image}}
487461
machineType: custom-16-32768
488462
buildDirectory: /dev/shm/bk
489-
diskSizeGb: 250
490463
env:
491464
BWC_VERSION: 7.17.24
492465

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ steps:
2828
localSsds: 1
2929
localSsdInterface: nvme
3030
machineType: custom-32-98304
31-
diskSizeGb: 250
3231
env: {}
3332
- group: platform-support-windows
3433
steps:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
machineType: n1-standard-32
88
buildDirectory: /dev/shm/bk
99
preemptible: true
10-
diskSizeGb: 250
1110
env:
1211
BWC_VERSION: $BWC_VERSION
1312
retry:

.buildkite/pipelines/periodic.template.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ steps:
1717
image: family/elasticsearch-ubuntu-2004
1818
machineType: custom-32-98304
1919
buildDirectory: /dev/shm/bk
20-
diskSizeGb: 250
2120
- label: example-plugins
2221
command: |-
2322
cd $$WORKSPACE/plugins/examples
@@ -29,7 +28,6 @@ steps:
2928
image: family/elasticsearch-ubuntu-2004
3029
machineType: custom-32-98304
3130
buildDirectory: /dev/shm/bk
32-
diskSizeGb: 250
3331
- group: java-fips-matrix
3432
steps:
3533
- label: "{{matrix.ES_RUNTIME_JAVA}} / java-fips-matrix"
@@ -44,7 +42,6 @@ steps:
4442
image: family/elasticsearch-ubuntu-2004
4543
machineType: n1-standard-32
4644
buildDirectory: /dev/shm/bk
47-
diskSizeGb: 250
4845
env:
4946
ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}"
5047
- group: java-matrix
@@ -76,7 +73,6 @@ steps:
7673
image: family/elasticsearch-ubuntu-2004
7774
machineType: n1-standard-32
7875
buildDirectory: /dev/shm/bk
79-
diskSizeGb: 250
8076
env:
8177
ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}"
8278
- label: release-tests
@@ -103,7 +99,6 @@ steps:
10399
image: family/elasticsearch-ubuntu-2004
104100
machineType: n2-standard-8
105101
buildDirectory: /dev/shm/bk
106-
diskSizeGb: 250
107102
- label: third-party / azure
108103
command: |
109104
export azure_storage_container=elasticsearch-ci-thirdparty
@@ -118,7 +113,6 @@ steps:
118113
image: family/elasticsearch-ubuntu-2004
119114
machineType: n2-standard-8
120115
buildDirectory: /dev/shm/bk
121-
diskSizeGb: 250
122116
- label: third-party / gcs
123117
command: |
124118
export google_storage_bucket=elasticsearch-ci-thirdparty
@@ -133,7 +127,6 @@ steps:
133127
image: family/elasticsearch-ubuntu-2004
134128
machineType: n2-standard-8
135129
buildDirectory: /dev/shm/bk
136-
diskSizeGb: 250
137130
- label: third-party / geoip
138131
command: |
139132
.ci/scripts/run-gradle.sh :modules:ingest-geoip:internalClusterTest -Dtests.jvm.argline="-Dgeoip_use_service=true"
@@ -143,7 +136,6 @@ steps:
143136
image: family/elasticsearch-ubuntu-2004
144137
machineType: n2-standard-8
145138
buildDirectory: /dev/shm/bk
146-
diskSizeGb: 250
147139
- label: third-party / s3
148140
command: |
149141
export amazon_s3_bucket=elasticsearch-ci.us-west-2
@@ -158,7 +150,6 @@ steps:
158150
image: family/elasticsearch-ubuntu-2004
159151
machineType: n2-standard-8
160152
buildDirectory: /dev/shm/bk
161-
diskSizeGb: 250
162153
- label: Upload Snyk Dependency Graph
163154
command: .ci/scripts/run-gradle.sh uploadSnykDependencyGraph -PsnykTargetReference=$BUILDKITE_BRANCH
164155
env:
@@ -169,7 +160,6 @@ steps:
169160
image: family/elasticsearch-ubuntu-2004
170161
machineType: n2-standard-8
171162
buildDirectory: /dev/shm/bk
172-
diskSizeGb: 250
173163
if: build.branch == "main" || build.branch == "7.17"
174164
- label: check-branch-consistency
175165
command: .ci/scripts/run-gradle.sh branchConsistency
@@ -178,7 +168,6 @@ steps:
178168
provider: gcp
179169
image: family/elasticsearch-ubuntu-2004
180170
machineType: n2-standard-2
181-
diskSizeGb: 250
182171
- label: check-branch-protection-rules
183172
command: .buildkite/scripts/branch-protection.sh
184173
timeout_in_minutes: 5

0 commit comments

Comments
 (0)