If they're not a parity then you are doing CI/CD wrong and aren't forcing deploys to staging before production. If you set the pipelines correctly then you *can't* get to production without being at parity with pre-production.
> they don’t want your changes to interfere with their validation.
Almost like those are issues you want to catch. That's the whole point of continuous integration!
> they don’t want your changes to interfere with their validation.
Almost like those are issues you want to catch. That's the whole point of continuous integration!