Expected Behavior
Users may have some Tasks which they know will sometimes fail for reasons which are not worth failing a Pipeline over. In this case the user should be able to specify a number of times to retry the Task for.
If a Task is retried, this should be obvious in the statuses of both the PipelineRun and the resulting TaskRuns.
Actual Behavior
If a Task fails once, the whole Pipeline will stop and be considered failed.
Additional Info
@abayer do you have any other requirements we should focus on here?
Expected Behavior
Users may have some Tasks which they know will sometimes fail for reasons which are not worth failing a Pipeline over. In this case the user should be able to specify a number of times to retry the Task for.
If a Task is retried, this should be obvious in the statuses of both the PipelineRun and the resulting TaskRuns.
Actual Behavior
If a Task fails once, the whole Pipeline will stop and be considered failed.
Additional Info
@abayer do you have any other requirements we should focus on here?