Description
CI feedback is provided by Azure DevOps pipelines for the various lab projects in this repo.
For example: https://github.com/dotnet/runtimelab/tree/feature/NativeAOT/eng/pipelines
It is difficult for us to extend our Azure DevOps pipelines to meet broad community needs. Also, it isn't clear that Azure DevOps is what people want to use.
We could provide GitHub Actions workflows that provided analogous build logic and validation. That would enable contributors to be more independent of the Microsoft team. We would craft these workflows to be more minimal so that they used as few Actions minutes as possible while still being useful.
The intent is that these workflows would be run in the context of forks to make contributors more productive, while the Azure DevOps pipelines would be the final arbiters of upstream quality. This approach seems like a pragmatic tradeoff.
We will gauge developing this idea based on your feedback. Is this a useful direction? If this idea proves useful in this repo, we would consider implementing it in other repos.