From 040ea979651629e044aa31b2cc0a0e00ed36e712 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:41:09 +0400 Subject: [PATCH] Fix pipeline labels (#751) (#755) (cherry picked from commit 8350f06ea84f79546e4a65ba4fb52643d4d46def) Co-authored-by: Quentin Pradet --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1ea4146..04d167a 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"