Skip to content

Test that any newly introduced statues won't break Deployment model

Allison Browne requested to merge deployment-job-status-specs into master

What does this MR do and why?

Job status and deployment status are coupled but are separate enums.

As a developer, when I add a new job status, I want confidence it won't break deployments. Currently, since we rescue any errors adding new statuses won't break deployments. Let's just test that in case we ever remove the rescues.

Edited by Allison Browne

Merge request reports