Post #2220910
2026-05-07 10:27 UTC
@danielquinn@mastodon.social Looks like GitLab CI provides 50,000 minutes per month?
https://about.gitlab.com/solutions/open-source/
And Linux (x86-64, arm64), macOS (arm64), Windows (amd64).
https://docs.gitlab.com/ci/runners/hosted_runners/
We use 1.5 million minutes per month and also need macOS (Intel) and Windows (arm64 and win32).
Woodpecker CI is only linux/amd64 and "provided as-is and might break at any time and for an undefined period of time, due to server issues, for testing and maintenance purposes or human error."
https://docs.codeberg.org/ci/
Replies (1)
-
@danielquinn@mastodon.social 2026-05-07 11:18
@hugovk@mastodon.social needing 1.5million minutes sounds like a good case for self-hosting, but I imagine GitLab would be happy to charge you for it if you wanted a managed solution. You may also find that the CI is faster, so you may not need so much. Alternatively, GitLab also allows self-hosted runners against their cloud, so you could do everything with them but save cash hosting your runners. Not sure about the architectures though. I'm sure it can be done if GitHub is doing it.