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
-
@electrineer Nope. Place I work for is far more incompetent.
Something going wrong with FB (ya know, moreso that usual)? I deleted my account long ago. -
-
@obsecurity quick question, how on earth did you publish 10 consecutive failing builds?
-
@Commodore
- No automatic CI/CD
- Hardly any test coverage that doesn't get even get run as part of a build
- Sloppy code that gets approved and merged into trunk almost immediately before it can be reviewed
- Our pre-production environment is almost completely different than live production, so results can't be reproduced accurately
Just to name a few -
That sounds like a nightmare.
My company has something similar to this in a repo that is built into a docker container. It's just absolute toxic poison. It's an R container that has over 200 packages in it but because of the way R package versions are handled (very lazily) we can't guarantee if a build with zero changes will be the same as the one before.
If anybody ever makes a change and needs to rebuild, who knows what will break. 6 day outage before for adding a 0 to a configuration value.
Related Rants
WHY THE FUCK ARE WE ONLY KEEPING THE LAST 10 BUILD ARTIFACTS IN ARTIFACTORY?!
THAT IS LITERALLY THE OPPOSITE OF HOW YOU'RE SUPPOSED TO USE IT
NOW I CAN'T ROLL BACK PROD CHANGES TO A WORKING VERSION BECAUSE IT LITERALLY DOESN'T EXIST ANYMORE
FUCK YOU, IT'S YOUR FIRE NOW
rant
production
ragequit
artifactory
retarded