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
When the taskrun controller fails to update a taskrun status or labels/annotations, it should emit an event to signal this condition, similar to what the pipelinerun controller does.
Actual Behavior
An error is returned, so that the key is requeued, but not event is emitted.
Expected Behavior
When the taskrun controller fails to update a taskrun status or labels/annotations, it should emit an event to signal this condition, similar to what the pipelinerun controller does.
Actual Behavior
An error is returned, so that the key is requeued, but not event is emitted.
Steps to Reproduce the Problem
pipeline/pkg/reconciler/taskrun/taskrun.go
Line 208 in b435bd9
Additional Info
v0.12.0
The text was updated successfully, but these errors were encountered: