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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
/kind bug
What steps did you take and what happened:
When cancelling a pipeline run, operations added with
ExitHandler
are not triggered.Operations added with
ExitHandler
are mapped to the Tekton final tasks (finally
).Tekton final tasks are skipped when Tekton
PipelineRun
is cancelled.What did you expect to happen:
A graceful pipeline run cancellation should guarantee that operations added with
ExitHandler
are triggered on run stop.Additional information:
Related Argo issue: argoproj/argo-workflows#3155
Environment:
python --version
): 3.7tkn version
): 0.22kubectl version
): 1.18/etc/os-release
):The text was updated successfully, but these errors were encountered: