Description
At the moment CI is becoming a major bottleneck for landing PRs.
Given that HLS is the first point of contact for many people with Haskell, I believe it is critical that we test as many different configuration options as possible, preferably on a continuous basis.
This goes along with a second important point, it must be easy to make a release, ideally just polishing a change log and tagging, once a month.
We are hitting the limits of the free resources available to OSS projects.
The Haskell Foundation is now a thing, and there is funding for the GHC infrastructure. An initial discussion on IRC with @bgamari indicates that we may be able to host the HLS CI on the GHC gitlab infrastructure (keeping dev in GH, as now).
Is this something we should explore?