Fix pipeline labels (#751)

This commit is contained in:
Quentin Pradet 2025-02-12 15:07:51 +04:00 committed by GitHub
parent e846fb7697
commit 8350f06ea8
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"