5

Every time we have a release, "Release Engineering" stops building our test environments from master. I've been preaching Continuous Deployment for months and here we are with the most broken system. The build actually builds all test environments AND prod from the same branch because "it's easier" for "Release Engineering". So now I have to wait for the code freeze on release and hope RE doesn't fuck up and deploy an untested branch to prod... AND hope we're given enough time to test and debug the next release since we can't right now...

Comments
  • 2
    Oh and that's not even the worst of it, they build on windows, deploy on Linux, and some of the "Release Engineers" "don't know Linux". What the fuck!?
Add Comment