Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hasnainsaad9314281dI always love how microsoft azure plays in a part of ci/cd by creating a drag and drop job feature and configuration. You dont have to write a lot of yaml. But when it comes to writing yaml for Eks in Aws for github workflows i always pull my hair doing that.
-
tosensei8411281dyou think so?
which technology are you using?
we're using gitlab, and CI is one of my favourite parts when setting up a new project.
-
especially since i remember the dark times before ci, where the build and deployment process was not just completely undocumented, but also required arcane environment setups nobody was able to reproduce. for a project we inherited, we had to keep an old workstation alive and untouched just so it was _possible_ to ship the product. and i mean "spining-rust-instead-of-SSD"-old. -
fzammetti1342281dYep, it's shit.
But it does depend a great deal on exactly how shitty your organization makes it.
I use GitLab at home for my personal projects and even though one or two of them are orders of magnitude more complex than what I do on the job, the CI/CD setup for it is actually pretty terse, simple, and straightforward. I have no real complaints about it.
Contrast that with the utter garbage we have at work, where there are templates on top of templates that inherit this and integrate that and I'm looking at literally thousands of lines of YAML just to build what is, ultimately, a pretty bog standard Java webapp, and get it deployed.
I can do what it does by hand with maybe half a dozen commands at most.
In other words: they've taken what can be a fairly nice and elegant thing and turned it into a corporate nightmare of staggering proportions that I HATE dealing with every time I have to.
So, to a large degree, it's about how much enshittification has set in. -
MammaNeedHummus4449246dHot shit with tetanus.
I love what they're able to do, but configuring other people's systems is not something I enjoy
Related Rants
Setting up ci/cd pipelines is like swimming through shit.
rant
cicd