Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading