From 14a5c0a91eaac39947d32a90491fdf420840c968 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 20 Mar 2025 19:44:46 +0100 Subject: [PATCH] bk(packaging): split arm64 from amd64 workers (#7487) (cherry picked from commit 0e7d805a79b8389be6466d576a3bbdc65d285a09) --- .buildkite/pipeline.elastic-agent-binary-dra.yml | 12 ++++++------ .buildkite/pipeline.elastic-agent-package.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.buildkite/pipeline.elastic-agent-binary-dra.yml b/.buildkite/pipeline.elastic-agent-binary-dra.yml index f3c06b49ba9..7adf4c4c806 100644 --- a/.buildkite/pipeline.elastic-agent-binary-dra.yml +++ b/.buildkite/pipeline.elastic-agent-binary-dra.yml @@ -24,9 +24,9 @@ steps: machineType: "c2-standard-16" env: DRA_WORKFLOW: "snapshot" - PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64" - - label: ":package: linux/arm64 Elastic-Agent Core Snapshot" + - label: ":package: linux/arm64 darwin/arm64 Elastic-Agent Core Snapshot" commands: - .buildkite/scripts/steps/build-agent-core.sh key: "build-dra-snapshot-arm" @@ -38,7 +38,7 @@ steps: imagePrefix: "core-ubuntu-2204-aarch64" env: DRA_WORKFLOW: "snapshot" - PLATFORMS: "linux/arm64" + PLATFORMS: "linux/arm64 darwin/arm64" - wait @@ -73,9 +73,9 @@ steps: machineType: "c2-standard-16" env: DRA_WORKFLOW: "staging" - PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64" - - label: ":package: linux/arm64 Elastic-Agent Core staging" + - label: ":package: linux/arm64 darwin/arm64 Elastic-Agent Core staging" commands: | source .buildkite/scripts/version_qualifier.sh .buildkite/scripts/steps/build-agent-core.sh @@ -88,7 +88,7 @@ steps: imagePrefix: "core-ubuntu-2204-aarch64" env: DRA_WORKFLOW: "dra-core-staging" - PLATFORMS: "linux/arm64" + PLATFORMS: "linux/arm64 darwin/arm64" - wait diff --git a/.buildkite/pipeline.elastic-agent-package.yml b/.buildkite/pipeline.elastic-agent-package.yml index f541817c9a6..5440acaf4a2 100644 --- a/.buildkite/pipeline.elastic-agent-package.yml +++ b/.buildkite/pipeline.elastic-agent-package.yml @@ -61,7 +61,7 @@ steps: machineType: "c2-standard-16" diskSizeGb: 400 env: - PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64 darwin/arm64" + PLATFORMS: "linux/amd64 windows/amd64 darwin/amd64" command: | if [[ -z "$${MANIFEST_URL}" ]]; then export MANIFEST_URL=$(buildkite-agent meta-data get MANIFEST_URL --default "") @@ -84,7 +84,7 @@ steps: imagePrefix: "core-ubuntu-2004-aarch64" diskSizeGb: 400 env: - PLATFORMS: "linux/arm64" + PLATFORMS: "linux/arm64 darwin/arm64" PACKAGES: "docker,tar.gz,deb,rpm" command: | if [[ -z "$${MANIFEST_URL}" ]]; then