You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now st2cd.st2_finalize_release workflow is not idempotent which means that if it fails halfway through it's a huge PITA to re-run it since not all tasks are idempotent.
We should fix mistral_tag_release, st2_tag_release and other tasks in the workflow to be idempotent - if tags already exist, we should simply proceed with a next task in the workflow.
The text was updated successfully, but these errors were encountered:
Right now
st2cd.st2_finalize_release
workflow is not idempotent which means that if it fails halfway through it's a huge PITA to re-run it since not all tasks are idempotent.We should fix mistral_tag_release, st2_tag_release and other tasks in the workflow to be idempotent - if tags already exist, we should simply proceed with a next task in the workflow.
The text was updated successfully, but these errors were encountered: