15 ms·
GitHub Incidents with Actions and Codespaces
Started with actions runners not picking up new jobs and now it spread to other services. - https://www.githubstatus.com/
Could not post it earlier as it was flagged as a duplicate of an incident from last month.
- mstank 8mo agoHaven't been able to run any actions for the last 30 mins... also had two in progress that were cancelled. Are there any good OSS ways to self-host gh compatible runners?
- brianf0 8mo agoPotentially this: https://github-aws-runners.github.io/terraform-aws-github-runner/ https://github-aws-runners.github.io/terraform-aws-github-ru...
- jeduardo 8mo agoI've been experimenting with their controller for k8s runners https://github.com/actions/actions-runner-controller https://github.com/actions/actions-runner-controller. The awful thing about it is that you cannot run one set for all projects unless they're all under an organisation, so for normal accounts you need to provision one runner set per project.
- crohr 8mo agoNot fully OSS, but you can have a look at https://github.com/runs-on/runs-on https://github.com/runs-on/runs-on