From 89f6d0c6753d67431929b49245d4178c2b925b1b Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Thu, 25 Apr 2024 13:14:08 +0300 Subject: [PATCH] aesthetic changes --- .buildkite/packaging.pipeline.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.buildkite/packaging.pipeline.yml b/.buildkite/packaging.pipeline.yml index 44361159bac..19e435acd1e 100644 --- a/.buildkite/packaging.pipeline.yml +++ b/.buildkite/packaging.pipeline.yml @@ -49,7 +49,7 @@ steps: if: build.branch =~ /\d+\.\d+/ || build.branch == 'main' || build.env('RUN_SNAPSHOT') == "true" key: packaging-snapshot steps: - - label: "SNAPSHOT: {{matrix}}/Packaging cross architecture artifacts" + - label: "{{matrix}} Packaging" env: PLATFORMS: "${PLATFORMS}" SNAPSHOT: true @@ -77,7 +77,7 @@ steps: - x-pack/packetbeat - x-pack/winlogbeat - - label: "SNAPSHOT: {{matrix}}/Packaging docker artifacts for Linux/arm64" + - label: "{{matrix}} Packaging docker Linux/arm64" env: PLATFORMS: "${PLATFORMS_ARM}" PACKAGES: "docker" @@ -103,7 +103,7 @@ steps: - x-pack/packetbeat ## Agentbeat needs more CPUs because it builds many other beats - - label: "SNAPSHOT: x-pack/agentbeat/Packaging cross architecture artifacts" + - label: "x-pack/agentbeat Packaging" env: PLATFORMS: "${PLATFORMS}" SNAPSHOT: true @@ -115,13 +115,13 @@ steps: artifact_paths: - build/distributions/**/* - - group: Packaging staging + - group: Packaging Staging key: packaging-staging ## Only for release if: build.branch =~ /\d+\.\d+/ steps: - - label: "STAGING: {{matrix}}/Packaging cross architecture artifacts" + - label: "{{matrix}} Packaging" env: PLATFORMS: "${PLATFORMS}" SNAPSHOT: false @@ -149,7 +149,7 @@ steps: - x-pack/packetbeat - x-pack/winlogbeat - - label: "STAGING: {{matrix}}/Packaging docker artifacts for Linux/arm64" + - label: "{{matrix}} Packaging docker Linux/arm64" env: PLATFORMS: "${PLATFORMS_ARM}" PACKAGES: "docker" @@ -175,7 +175,7 @@ steps: - x-pack/packetbeat ## Agentbeat needs more CPUs because it builds many other beats - - label: "STAGING: x-pack/agentbeat/Packaging cross architecture artifacts" + - label: "x-pack/agentbeat Packaging" env: PLATFORMS: "${PLATFORMS}" SNAPSHOT: false