Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: CI in 2022
20 points by parentheses on June 28, 2022 | hide | past | favorite | 13 comments
What would you use for CI in 2022? Why? Is there some killer feature you like/want/whatever?

I've heard some praise for Buildkite and Cirrus CI.




https://woodpecker-ci.org/ if you want to host a FLOSS CI yourself.

Woodpecker is a fork of Drone version 0.8, this is because the Drone CI license was changed after the 0.8 release from Apache 2 to a proprietary license. Woodpecker is based on this latest freely available version.


https://codeberg.org/ (git hosting for free and open source software) uses Woodpecker for its CI. It works quite well.


GitHub Actions hands down. Huge amount of community-provided actions, easy to get started, lots of ways to reuse workflows or parts of workflows. Perfect integration with GitHub obviously.


I just implemented my first CI action on GitHub two days ago and can't wait to do it again.

You get deep integration that is hard (at least for me historically) to get anywhere else.

I have a monorepo, with builds and deploys for each directory, so if I make changes to only 1 of my n-many directories, it only builds and deploys for that 1.

But with things like Vercel, Netlify, Render, Heroku (rip lol), and others having built in CI, it leads to interesting conversations around centralized CI (GitHub Actions) vs decentralized CI (aforementioned vendors).

I hadn't realized the difference between the two before now, but they have advantages and disadvantages.


I'm actually in process of moving our team's CI/CD back to jenkins from github actions. I can see github actions working well for a startup to midsize company but my current project working with a big enterprise company with corporate networks and limitations has made it a nightmare.


You can self-host a Github Actions Runner, you will be able to access the host machine's network from your workflows.


yes we have one self hosted runner right now to bypass a few of the problems we had. Going through the corporate bureaucracy to get the runner running in the first place was a nightmare, and it didn't solve all our problems, and now we're also responsible for patching and doing all the paperwork for that runner. Which was the same problem we had with Jenkins in the first place, just without all the other headaches. If I have to patch and secure it anyways with the security team breathing down our necks every other week I rather stick with Jenkins.


Second this, I wish it wasn’t so tied to a vendor but it’s really well built


I moved from GitHub to Buildkite for my side project because it builds a ton of stuff and I was waiting a lot for CI.

With Buildkite I set up a 40/mo Hertzner box with a ton of power, getting about 20x throughput for the price. Not affiliated with them in any way.

Overall the interface is nicer I’d say, but the dedicated machine setup did throw me for a few loops.


Did you look at self-hosted runners for your use case?

https://docs.github.com/en/actions/hosting-your-own-runners/...


Jenkins :troll:


What's wrong with Jenkins?


haha, have a similar thought,

if you have a jenkins working well for team's daily CI with different tasks/plugins, then there are 'new' things come out. it is fun to try them, not sure if it is really worthy to move to adopt the 'new' approach as it trends?

not against adopting 'new' approaches, while... it is nice to put that on resume tho for sure... :-)




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: