Is it official now that Github is becoming Gitlab? Does anyone know how they are going to bill for the compute used in the CI?
GitHub Actions now supports CI/CD, free for public repositories
11–20 of 239 posts
Re: GitHub Actions now supports CI/CD, free for public repositories
#12True? microsoft person on stage https://devblogs.microsoft.com/devops/author/jeremy-eplingou...
Sorry Github! Not good!
Re: GitHub Actions now supports CI/CD, free for public repositories
#13Is it official now that Github is becoming Gitlab? Does anyone know how they are going to bill for the compute used in the CI?
It is totally free for public repos. For private repos:
- Free accounts get 2000 free minutes
- Pro accounts get 3000 free minutes
- Team accounts get 10k free minutes
- Enterprise accounts get 50k free minutes
Additional runner minutes are:
- Linux: $0.008 per min
- Windows: $0.016 per min
- macOS: $0.08 per min (yeah that's not a typo, it is copied straight from the page, macOS is mad expensive)
Re: GitHub Actions now supports CI/CD, free for public repositories
#14Really interesting. My project just migrated to Azure DevOps and I noticed that their configuration file looks really similar. My suspicion is that Azure DevOps is backing GitHub CI/CD.
Re: GitHub Actions now supports CI/CD, free for public repositories
#15I wonder what they'll offer for Github Enterprise. Especially for organisations that are using it on prem and would prefer not to use Azure for builds. Anyone know?
Re: GitHub Actions now supports CI/CD, free for public repositories
#16This is great news for developers. The trend has been to combine version control and CI for years now. For a timeline see https://about.gitlab.com/2019/08/08/built-in-ci-cd-version-c... This is bad news for the CI providers that depend on GitHub, in particular CircleCI. Luckily for them (or maybe they saw this coming) they recently raised a series D https://circleci.com/blog/we-raised-a-56m-series-d-what-s-ne... and…
Re: GitHub Actions now supports CI/CD, free for public repositories
#17Re: GitHub Actions now supports CI/CD, free for public repositories
#18Re: GitHub Actions now supports CI/CD, free for public repositories
#19Github blog https://github.blog/2019-08-08-github-actions-now-supports-c...
Re: GitHub Actions now supports CI/CD, free for public repositories
#20This is great news for developers. The trend has been to combine version control and CI for years now. For a timeline see https://about.gitlab.com/2019/08/08/built-in-ci-cd-version-c... This is bad news for the CI providers that depend on GitHub, in particular CircleCI. Luckily for them (or maybe they saw this coming) they recently raised a series D https://circleci.com/blog/we-raised-a-56m-series-d-what-s-ne... and…
Furthermore:
- waffle.io was acquired and shutdown by the acquiree
- TravisCI was sold to a private equity firm and lost their way