Julia CI checks - buildkite -

When I look at some Julia pull requests I see two checks with the names:

  • Build
  • buildkite/xxx

for example here: Backports release 1.10 by KristofferC · Pull Request #51563 · JuliaLang/julia · GitHub (scroll to the end)

What is the difference between these two checks?

1 Like

No developer around that can answer this question?

The buildkite/ thing tells you which pipeline ran and the full pipeline status. The Build/Check/Test statues are summary statuses that summarize what the issue was (did it fail to build? did the sanity checks fail? did some platform fail tests?) without listing every single job in the github status overview.

3 Likes

Could you add “buildkite” to the topic name, so I could find the thread later more easily?

Done

1 Like