From 6d94b3c0d53d90704230889fc01d3dbdcabf8bbf Mon Sep 17 00:00:00 2001 From: Olga Naydyonock Date: Fri, 7 Mar 2025 00:57:08 +0200 Subject: [PATCH] incresing ulimit --- .buildkite/x-pack/pipeline.xpack.metricbeat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/x-pack/pipeline.xpack.metricbeat.yml b/.buildkite/x-pack/pipeline.xpack.metricbeat.yml index 68041ba9179..5e19fe057b5 100644 --- a/.buildkite/x-pack/pipeline.xpack.metricbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.metricbeat.yml @@ -124,7 +124,6 @@ steps: command: | echo "--- ULIMITS" ulimit -a - sudo ulimit -n 614400 echo "--- TESTING" cd x-pack/metricbeat @@ -134,7 +133,8 @@ steps: - limit: 1 agents: provider: "gcp" - image: "${IMAGE_UBUNTU_X86_64}" + imageProject: "elastic-images-qa" + image: "platform-ingest-beats-ubuntu-2204-1741300882" machineType: "${GCP_DEFAULT_MACHINE_TYPE}" artifact_paths: - "x-pack/metricbeat/build/*.xml"