Commit 914a5b4
authored
[GHA] Add GitHub Action to run the tests for llvm-zorg itself (llvm#282)
This adds a GitHub action to at least run the very minimal lit tests we
have for zorg itself. With appropriate repository settings it should
provide pass/fail for both PRs and commits.
The GH Actions in the main llvm-repos tend to be gated on `if:
github.repository_owner == 'llvm'`, which I've copied across here.
There's a question mark about how to handle
`test/jenkins/test_build.py`. I've marked it XFAIL as a command-line
`lit` option, as the test ends up trying to call `xcrun` which has no
hope of succeeding on Linux. But perhaps the test is fixable, or it
would be better to mark the test itself XFAIL. Either way, I think the
GH Action in the PR is definitely an improvement over the status quo.1 parent 9db7725 commit 914a5b4
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments