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
refactor: improve pod log reading and status tracking
- Simplified pod status watching by replacing shared informers with a
direct watch loop.
- Added a fallback mechanism for retrieving TaskRun statuses when
permissions to list resources are restricted.
- Updated log reading logic to stop immediately when a container failure
is detected.
- Added comprehensive unit tests for container failure checks and
retryable watch behavior.
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
0 commit comments