From bb2294643ae842f488fb1ea02b76034c9235c806 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Fri, 4 Oct 2024 12:59:50 -0400 Subject: [PATCH] [ci] Increase disk size for DRA workflow job --- .buildkite/pipelines/dra-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipelines/dra-workflow.yml b/.buildkite/pipelines/dra-workflow.yml index 4a131065e6883..25477c8541fa9 100644 --- a/.buildkite/pipelines/dra-workflow.yml +++ b/.buildkite/pipelines/dra-workflow.yml @@ -8,6 +8,7 @@ steps: machineType: custom-32-98304 localSsds: 1 localSsdInterface: nvme + diskSizeGb: 350 - wait # The hadoop build depends on the ES artifact # So let's trigger the hadoop build any time we build a new staging artifact