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 a TaskRun fails because a result exceeds the configured maxResultSize, the error message currently does not include the actual size of the offending result. This makes it harder for users to understand how much their result exceeded the limit.
It would be helpful to enhance the error message to include the exact size of the result that caused the failure. This would make troubleshooting and adjusting pipeline results easier.