You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're looking into getting pre-merge checks from pull requests, but our CI runs on local machines. To avoid running arbitrary code locally, we don't allow PRs to trigger CI.
This can be solved with Github actions, at least for some basic testing (build + check), which should be enough for pre-merge. Like LLVM, if we have a problem that hasn't been found by pre-merge tests, we create an artificial IR-to-IR test, which is quick and runs well on Github builders.
There's an initial implementation on branch github-actions. The LLVM and sandbox builds work fine, the integration between them doesn't.
Anyone with a few days to spare and a weird passion for infrastructure jobs can pick where I left off. :)
We're looking into getting pre-merge checks from pull requests, but our CI runs on local machines. To avoid running arbitrary code locally, we don't allow PRs to trigger CI.
This can be solved with Github actions, at least for some basic testing (build + check), which should be enough for pre-merge. Like LLVM, if we have a problem that hasn't been found by pre-merge tests, we create an artificial IR-to-IR test, which is quick and runs well on Github builders.
There's an initial implementation on branch github-actions. The LLVM and sandbox builds work fine, the integration between them doesn't.
Anyone with a few days to spare and a weird passion for infrastructure jobs can pick where I left off. :)
@hfp
The text was updated successfully, but these errors were encountered: