Fix pipeline labels (#751) (#755)

(cherry picked from commit 8350f06ea84f79546e4a65ba4fb52643d4d46def)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
This commit is contained in:
github-actions[bot] 2025-04-24 15:41:09 +04:00 committed by GitHub
parent c0e127f1d4
commit 040ea97965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ steps:
machineType: "n2-standard-2"
commands:
- ./.buildkite/build-documentation.sh
- label: ":docker: Build docker image {{ matrix.platform }}"
- label: ":docker: Build Wolfi image"
env:
PYTHON_VERSION: 3.11-bookworm
agents:
@ -23,7 +23,7 @@ steps:
machineType: "n2-standard-2"
commands:
- ./.buildkite/build-docker-images.sh
- label: "Eland :python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }}"
- label: ":python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }} :pandas: {{ matrix.pandas }}"
agents:
provider: "gcp"
machineType: "n2-standard-4"