From 62f74974081ef5207261e151795ba1a3a09aef34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 12:08:03 +0000 Subject: [PATCH 1/2] chore: Update .buildkite/pipeline.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .buildkite/pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 79f33cfbce4..b6246b618e6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,12 +5,12 @@ env: # The following images are defined here and their values will be updated by updatecli # Please do not change them manually. - IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1752282044" - IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1752282044" - IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1752282044" - IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1752282044" - IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1752282044" - IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1752282044" + IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1752886846" + IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1752886846" + IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1752886846" + IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1752886846" + IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1752886846" + IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1752886846" steps: - label: "check-ci" From 7a14d26784c2a9d41ba96b4eaa163dc508e3257f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 12:08:09 +0000 Subject: [PATCH 2/2] chore: Update .buildkite/bk.integration.pipeline.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .buildkite/bk.integration.pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/bk.integration.pipeline.yml b/.buildkite/bk.integration.pipeline.yml index 89dccb28246..601cc9b2bba 100644 --- a/.buildkite/bk.integration.pipeline.yml +++ b/.buildkite/bk.integration.pipeline.yml @@ -6,12 +6,12 @@ env: # The following images are defined here and their values will be updated by updatecli # Please do not change them manually. - IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1752282044" - IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1752282044" - IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1752282044" - IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1752282044" - IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1752282044" - IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1752282044" + IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1752886846" + IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1752886846" + IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1752886846" + IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1752886846" + IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1752886846" + IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1752886846" # This section is used to define the plugins that will be used in the pipeline.