Moving Away from Travis CI
11–20 of 79 posts
Re: Moving Away from Travis CI
#12Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
Re: Moving Away from Travis CI
#13I also moved from Travis CI to GitHub Actions and was pleased with the results. It wasn't mentioned in the article, but GitHub Actions is free for both public and private repos. To my knowledge, Travis CI was never free for private repos.
Re: Moving Away from Travis CI
#14Re: Moving Away from Travis CI
#15I do like that this post expresses the gratitude for many years of free OSS CI that Travis did provide, and I especially want to echo that and thank the original founders and engineers who helped grow Travis CI and the entire idea of 'every project gets CI' that is now prevalent (in most professional realms), just like the previous generation embraced the idea of 'every project is in a VCS'.
It's too bad what's happened, I think, but Travis does have a great legacy.
[1] https://www.jeffgeerling.com/blog/2020/travis-cis-new-pricin...
Re: Moving Away from Travis CI
#16Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
I have had good experiences with Concourse CI, especially for trunk-based development
Re: Moving Away from Travis CI
#17Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
Definitely look at Jenkins. You can do pretty much whatever you want with it (not always a good thing though of course, use responsibly)
(Caveat: If you plan to do devops at a Big Corp, then you might as well get good at Jenkins because they already use it.)
Re: Moving Away from Travis CI
#18Gitlab invented this, github copied. Same as Snapchat invented, Instagram copied them.
Re: Moving Away from Travis CI
#19Any recommendations on good open source CI / CDs? Right now I just use github actions, but am interested in other self hosted options.
I use self-hosted Gitlab CI runner with docker. It never misses a beat.
It is a pleasure to work with.
Re: Moving Away from Travis CI
#20Gitlab is a pioneer here. The did start with the 2000 minutes free of shared runners, for private and public repos. I really think we should all thank them for pushing ahead on innovation. Gitlab invented this, github copied. Same as Snapchat invented, Instagram copied them.