Every deploy to the city’s staging environment must prove the candidate build has not broken prior behavior before promotion. What pipeline gate fits?
Select an answer to reveal the explanation.
Short Explanation
Staging is the checkpoint before the highway—fail the safety inspection, stay in the lot. Hook the regression suite to every staging deploy and stop promotion on red. Yearly-only or “urgent chat” bypasses are how old bugs return.
Full Explanation
Automating deployment testing means regression suites run as gates on lower-environment deploys and block promotion on failure. That ties candidate artifacts to verified behavior before higher environments. Ignoring application tests, delaying them to rare calendar events, or waiving failures for urgency undermines the CI/CD testing objective.