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 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 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"