From a5c1025deef4b90af94e0e4ab921030508206010 Mon Sep 17 00:00:00 2001 From: Matthias Frei Date: Tue, 19 Sep 2023 11:25:14 +0200 Subject: [PATCH] ci: annotate build step to make it easier to find artifacts --- .buildkite/pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index db6446e432..2b395acf2d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -9,6 +9,13 @@ steps: artifact_paths: - "bazel-bin/scion.tar" - "bazel-bin/scion-ci.tar" + plugins: + - scionproto/metahook#v0.3.0: + post-artifact: | + cat << EOF | buildkite-agent annotate + - SCION binaries + - SCION test tools and utilities binaries + EOF retry: &automatic-retry automatic: - exit_status: -1 # Agent was lost