From 8350f06ea84f79546e4a65ba4fb52643d4d46def Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 12 Feb 2025 15:07:51 +0400 Subject: [PATCH] Fix pipeline labels (#751) --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b42a6d0..b10685b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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"