Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark steps as deleted when TaskRun fails
Today this is done after the Pod is handled. If Pod deletion fails for some reason, the steps are not updated. Tekton only makes one attempt to delete the Pod to try and avoid that it keeps running even if the TaskRun failed. If this deletion fails for whatever reason, Tekton should still update the TaskRun status to mark the steps as failed, as they are failed from Tekton POV. Fixes: #8293 Signed-off-by: Andrea Frittoli <[email protected]>
- Loading branch information