[llvm] [mlir] Test ci (PR #82134)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 17 15:03:57 PST 2024


boomanaiden154 wrote:

> Sure, I thought the CI wouldn't run :)

The CI usually won't run as we have jobs disabled on forks. We normally get around this by removing the restriction temporarily, testing, and then adding it back when opening a PR.

> Maybe for now it is possible to have the same runner in a fork, but that may not always be true in the future and such test would need to be conducted here wouldn't they?

True. All of the hosted Github Actions runners are available everywhere currently though. In the future we'll probably have to test in PRs against the monorepo to use the correct runners, but that should be less of an issue when the `skip-precommit-approval` label actually prevents the labeler from doing anything and thus no one gets notified.

https://github.com/llvm/llvm-project/pull/82134


More information about the llvm-commits mailing list