Skip to content

Do not update deployment if existing deployment has same status

Reuben Pereira requested to merge rp/fix-update-or-create-deployment into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Do not update deployment status if an existing deployment has same status. If an existing deployment already has the desired status, attempting to update its status again causes an error. This makes the track-deployment job non-idempotent.

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports