llvm / llvm-zorg

Other
68 stars 97 forks source link

[GHA] Run buildbot checkconfig in GitHub Actions #303

Closed asb closed 2 weeks ago

asb commented 2 weeks ago

This provides a stronger check that the buildbot configuration is correct than just running our minimal lit tests.


Stacks on top of the following:

I've renamed the workflow from "lit-tests.yml" to "litmus-tests.yml". The required set of installed dependencies and steps are essentially the same and running the tests and checkconfig takes only a few seconds, so it would seem wasteful to split into independent parallel workflows rather than just running them sequentially.

See here for an example of the action failing (from a run from before I'd cherry-picked #293) https://github.com/asb/llvm-zorg/actions/runs/11766043316/job/32773083955 and of course the run from this PR succeeding in this repo is https://github.com/llvm/llvm-zorg/actions/runs/11766114836/job/32773247437?pr=303