From 99dffd7a4456f6a09ffe828882223f7df1aa9c19 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Mon, 18 Mar 2024 16:34:40 +0100 Subject: [PATCH] fix image --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d968ea3a304..c4bbcbb3c7c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -3,3 +3,6 @@ steps: - label: "Generate dynamic pipeline" command: ".buildkite/scripts/generate_pipeline.sh" + agents: + provider: "gcp" + image: "family/platform-ingest-beats-ubuntu-2204"