Here's the problem for people who have already created clones - their remote url is leveraging
git@common-lisp.net instead of
git@gitlab.common-lisp.net. I used this in my cmucl/cmucl repo and problem is resolved for that repo. How to fix it more generally, though?
git remote set-url origin git@gitlab.common-lisp.net:cmucl/cmucl.git
Also, for cmucl/cmucl, the runners that existed before no longer seem to be defined, so my recent push to a branch has the check jobs stalled due to no eligible runners.