diff --git a/.buildkite/bk.integration.pipeline.yml b/.buildkite/bk.integration.pipeline.yml index 2865b182ac9..2e590b6deb1 100644 --- a/.buildkite/bk.integration.pipeline.yml +++ b/.buildkite/bk.integration.pipeline.yml @@ -7,12 +7,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-1744855248" - IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1744855248" - IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1744855248" - IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1744855248" - IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1744855248" - IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1744855248" + IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1754885210" + IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1754885210" + IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1754885210" + IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1754885210" + IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1754885210" + IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1754885210" steps: - label: Start ESS stack for integration tests diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e14c2f0da96..f2a51c0687b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/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_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1744855248" - IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1744855248" - IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1744855248" - IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1744855248" - IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1744855248" - IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1744855248" + IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1754885210" + IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1754885210" + IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1754885210" + IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1754885210" + IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1754885210" + IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1754885210" steps: - label: "check-ci"