Skip to content

Commit 21bdab1

Browse files
authored
[buildkite] Use local SSDs for platform-support tests (#100098) (#100099)
(cherry picked from commit ab33eb0)
1 parent 0093f4a commit 21bdab1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ steps:
2626
agents:
2727
provider: gcp
2828
image: family/elasticsearch-{{matrix.image}}
29-
diskSizeGb: 350
30-
machineType: n1-standard-32
29+
localSsds: 1
30+
localSsdInterface: nvme
31+
machineType: custom-32-98304
3132
env: {}
3233
- group: platform-support-windows
3334
steps:

0 commit comments

Comments
 (0)