From 24ef5173557fb456da1dcca22ebeafeae1b24d4d Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Mon, 23 Oct 2023 16:19:09 -0400 Subject: [PATCH] [buildkite] Do collapsing annotations for Terrazzo pipelines as well --- .buildkite/hooks/pre-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command index 40fb970a76196..b6b730fc3de8b 100644 --- a/.buildkite/hooks/pre-command +++ b/.buildkite/hooks/pre-command @@ -92,7 +92,7 @@ fi # Initialize the build scan and gobld annotations with empty/open
tags # This ensures that they are collapsible when they get appended to -if [[ "${BUILDKITE_LABEL:-}" == *"Pipeline upload"* ]]; then +if [[ "${BUILDKITE_LABEL:-}" == *"Pipeline upload"* || "${BUILDKITE_LABEL:-}" == *"Upload Pipeline"* ]]; then cat << EOF | buildkite-agent annotate --context "gradle-build-scans" --style "info"