Skip to content
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
6 changes: 3 additions & 3 deletions .buildkite/bk.integration-fips.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-1753491662"
IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1753491662"
IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1753491662"
IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1755910857"
IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1755910857"
IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1755910857"

# 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
Expand Down
12 changes: 6 additions & 6 deletions .buildkite/bk.integration.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_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1753491662"
IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1753491662"
IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1753491662"
IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1753491662"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1753491662"
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1753491662"
IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1755910857"
IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1755910857"
IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1755910857"
IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1755910857"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1755910857"
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1755910857"

# 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
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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-1753491662"
IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1753491662"
IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1755910857"
IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1755910857"

common:
- vault_docker_login: &vault_docker_login
Expand Down
12 changes: 6 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-1753491662"
IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1753491662"
IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1753491662"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1753491662"
IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1753491662"
IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1753491662"
IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1755910857"
IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1755910857"
IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1755910857"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1755910857"
IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1755910857"
IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1755910857"

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