From 22e70d3ab581e3fcbb7b3726f1688fb4effca6c9 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Mon, 27 Jan 2025 12:57:49 -0500 Subject: [PATCH] [CI] Bump memory on PR part-4 agents (cherry picked from commit 10d09a1d717183c4364acb32787a63c89624d64c) # Conflicts: # .buildkite/pipelines/pull-request/part-4-entitlements.yml --- .buildkite/pipelines/pull-request/part-4-fips.yml | 2 +- .buildkite/pipelines/pull-request/part-4.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipelines/pull-request/part-4-fips.yml b/.buildkite/pipelines/pull-request/part-4-fips.yml index 11a50456ca4c0..5c020117ff00f 100644 --- a/.buildkite/pipelines/pull-request/part-4-fips.yml +++ b/.buildkite/pipelines/pull-request/part-4-fips.yml @@ -7,5 +7,5 @@ steps: agents: provider: gcp image: family/elasticsearch-ubuntu-2004 - machineType: custom-32-98304 + machineType: n1-standard-32 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-4.yml b/.buildkite/pipelines/pull-request/part-4.yml index af11f08953d07..8774389a43e26 100644 --- a/.buildkite/pipelines/pull-request/part-4.yml +++ b/.buildkite/pipelines/pull-request/part-4.yml @@ -7,5 +7,5 @@ steps: agents: provider: gcp image: family/elasticsearch-ubuntu-2004 - machineType: custom-32-98304 + machineType: n1-standard-32 buildDirectory: /dev/shm/bk