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
Validation should fail if a Workspace is not provided.
Actual Behavior
A TaskRun is allowed to execute even if a Workspace that's expected by the Task is not provided. No errors are printed until runtime when the Task's steps try and access the volume mounted for the workspace.
Steps to Reproduce the Problem
Run the workspace.yaml example with the TaskRun's workspaces removed.
Expected Behavior
Validation should fail if a Workspace is not provided.
Actual Behavior
A TaskRun is allowed to execute even if a Workspace that's expected by the Task is not provided. No errors are printed until runtime when the Task's steps try and access the volume mounted for the workspace.
Steps to Reproduce the Problem
Additional Info
Originally identified in #2119 (comment)
The text was updated successfully, but these errors were encountered: