From 6c6cb371b70a0b39f180f5a0f5dc028d62981bdf Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Thu, 27 May 2021 15:50:49 +0200 Subject: [PATCH] Create separate context for annotation --- buildkite/bazelci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 462e506a35..225460aad9 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -2844,7 +2844,7 @@ def print_bazel_downstream_pipeline( step = create_step( label="No Incompatible flags info", commands=[ - 'buildkite-agent annotate --style=error "No incompatible flag issue is found on github for current version of Bazel."' + 'buildkite-agent annotate --style=error "No incompatible flag issue is found on github for current version of Bazel." --context "noinc"' ], platform=DEFAULT_PLATFORM, )