mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
ci: show the retries count on flaky tests (#21325)
Co-authored-by: 190n <ben@bun.sh> Co-authored-by: taylor.fish <contact@taylor.fish>
This commit is contained in:
@@ -2702,7 +2702,14 @@ export function reportAnnotationToBuildKite({ context, label, content, style = "
|
||||
source: "buildkite",
|
||||
level: "error",
|
||||
});
|
||||
reportAnnotationToBuildKite({ label: `${label}-error`, content: errorContent, attempt: attempt + 1 });
|
||||
reportAnnotationToBuildKite({
|
||||
context,
|
||||
label: `${label}-error`,
|
||||
content: errorContent,
|
||||
style,
|
||||
priority,
|
||||
attempt: attempt + 1,
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user