From 9e182740c056621b524c0a23f88b35e0c5bd5f12 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:07:54 +0000 Subject: [PATCH 1/3] 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 36d0803b5f9..106f7463c3f 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. # See https://buildkite.com/docs/pipelines/integrations/plugins/using#using-yaml-anchors-with-plugins From 804be4b699781677103a30cdb8d7110a31e89264 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:07:59 +0000 Subject: [PATCH 2/3] 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 fb9f6b86ab1..a01dc0b4e7d 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 ba9ddcba078306db61f1cb7e61c2bc14154d40e6 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:05 +0000 Subject: [PATCH 3/3] chore: Update .buildkite/bk.integration-fips.pipeline.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .buildkite/bk.integration-fips.pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/bk.integration-fips.pipeline.yml b/.buildkite/bk.integration-fips.pipeline.yml index 48ccd858a26..6a650d45ea1 100644 --- a/.buildkite/bk.integration-fips.pipeline.yml +++ b/.buildkite/bk.integration-fips.pipeline.yml @@ -4,9 +4,9 @@ env: ASDF_MAGE_VERSION: 1.14.0 MS_GOTOOLCHAIN_TELEMETRY_ENABLED: "0" - IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1752282044" - IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1752282044" - IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1752282044" + IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1752886846" + IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1752886846" + IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1752886846" # This section is used to define the plugins that will be used in the pipeline. # See https://buildkite.com/docs/pipelines/integrations/plugins/using#using-yaml-anchors-with-plugins