Skip to content

Commit

Permalink
[8.14](backport #39299) Fix the annotating for snapshot and staging (#…
Browse files Browse the repository at this point in the history
…39308)

* Fix the annotating for snapshot and staging

This commit adds the `--append` flag to the buildkite-annotate so that
when it is called by the snapshot and staging steps, it will not overwrite
the other annotation.

Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
(cherry picked from commit f6bad74)

Co-authored-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
mergify[bot] and alexsapran authored Apr 30, 2024
1 parent ddae96c commit 6e0fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/dra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ if [[ "$DRY_RUN" != "--dry-run" ]]; then
rm rm-output.txt

# and make it easily clickable as a Builkite annotation
printf "**Summary link:** [${SUMMARY_URL}](${SUMMARY_URL})\n" | buildkite-agent annotate --style=success
printf "**${DRA_WORKFLOW} summary link:** [${SUMMARY_URL}](${SUMMARY_URL})\n" | buildkite-agent annotate --style=success --append
fi

0 comments on commit 6e0fabe

Please sign in to comment.