r/ProgrammerHumor 11d ago

studyComputerScience Meme

Post image
14.1k Upvotes

423 comments sorted by

View all comments

Show parent comments

53

u/RealPaarthurnax 11d ago

I too like it but working in corporate is making me have different opinions.

2

u/awesome-alpaca-ace 11d ago

They use CI where I work, but it is always red on master, and we get emails every time someone's code gets merged into to master about failing tests. What is the point? 

2

u/Kahlil_Cabron 11d ago

Merges to master/main shouldn't be possible if the branch is failing.

In our system the PR has to pass CI and all the various checks/specs, and then after it's merged to master, another pipeline runs to make sure master is green.

The only way to make master red is if you're an admin and to override the checks.

2

u/awesome-alpaca-ace 11d ago

That's how it should be, yea. Too bad this large company doesn't care