diff options
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 2 | ||||
-rw-r--r-- | tools/rust-crates-advisory/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 8fcf240f7433..c3d791f64161 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -41,7 +41,7 @@ steps: if test -n "$${GERRIT_CHANGE_URL-}"; then echo "This is a build of [cl/$$GERRIT_CHANGE_ID]($$GERRIT_CHANGE_URL) (at patchset #$$GERRIT_PATCHSET)" | \ - buildkite-agent annotate + buildkite-agent annotate --context cl-annotation fi # Attempt to fetch a target map from a parent commit on canon, diff --git a/tools/rust-crates-advisory/default.nix b/tools/rust-crates-advisory/default.nix index a187963473d6..da7eb7544703 100644 --- a/tools/rust-crates-advisory/default.nix +++ b/tools/rust-crates-advisory/default.nix @@ -114,6 +114,7 @@ depot.nix.readTree.drvTargets { command = buildkiteReportStep { command = [ depot-rust-crates-advisory-report ]; style = "warning"; + context = "depot-crate-advisories"; }; }; }; |