9 points

GitHub is so far behind GitLab in CICD it’s not even funny

permalink
report
reply
4 points

Is this feature available on GitLab?

permalink
report
parent
reply
9 points

IIRC, Gitlab labels it “merge train”

permalink
report
parent
reply
5 points

Thanks! Unfortunately, my company is a cheapskate, so I don’t get to use it… It’s available on the premium tier.

permalink
report
parent
reply
3 points

i think quite the opposite… gitlab ci is very last-gen: github actions is where everyone in ci will be headed from now on!

permalink
report
parent
reply
2 points

Why do you think it’s better? Genuinely wondering

permalink
report
parent
reply
4 points

i think that the idea of actions (actions the concept not actions the product) is a really good way of building CI pipelines…

we all know that shell scripts are rubbish, so building your CI pipeline out in composable steps written in a proper language is much more robust

having those steps maintained by the open source community inside a marketplace is also excellent! you don’t need to manage things like setting up AWS variables, managing refresh tokens, etc: you can use an action just by referencing it, easier than you’d install a package… and those actions can use well-maintained open source libraries to do their jobs

there’s a whole lot more, but all the reasons basically revolve around the fact that the composable units written in a modern language shared with everyone is so, so much better than chaining bash scripts together: even if they can be run inside containers (which GHA can do too)

(also, i’ve found github actions much faster than gitlab ci… not comparing runner speed because obviously that’s highly dependent on what you host it in; just time to pick up jobs and time to start the agent)

permalink
report
parent
reply

Programming

!programming@programming.dev

Create post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



Community stats

  • 3K

    Monthly active users

  • 1.7K

    Posts

  • 28K

    Comments