Skip to content

[Automation] Bump VM Image version to 1749258065 #8390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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-1749131198"
IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1749131198"
IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1749131198"
IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1749131198"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1749131198"
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1749131198"
IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1749258065"
IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1749258065"
IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1749258065"
IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1749258065"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1749258065"
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1749258065"

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-1749131198"
IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1749131198"
IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1749131198"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1749131198"
IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1749131198"
IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1749131198"
IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1749258065"
IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1749258065"
IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1749258065"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1749258065"
IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1749258065"
IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1749258065"

steps:
- label: "check-ci"
Expand Down