From ecf77bfee9f076e5010c005cde0c58e74b583264 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Tue, 9 Jul 2024 09:36:34 +0200 Subject: [PATCH] [CI] Temporally increase disk space for DRA build jobs (#110601) (#110622) (cherry picked from commit fbcde9c0fd40c3f461af0cefe1af6eabe9da5091) --- .buildkite/pipelines/dra-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/dra-workflow.yml b/.buildkite/pipelines/dra-workflow.yml index 32a2b7d22134a..bcc6c9c57d756 100644 --- a/.buildkite/pipelines/dra-workflow.yml +++ b/.buildkite/pipelines/dra-workflow.yml @@ -7,7 +7,7 @@ steps: image: family/elasticsearch-ubuntu-2204 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - diskSizeGb: 250 + 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