Decompose conflated user-facing PipelineRunStatus/ TaskRunStatus failure reasons #7434
Closed
2 tasks
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Current behaviour:
There exist PipelineRun and TaskRun failure reasons are conflated with others that are non-related with the description of the PipelineRun and TaskRun reason. For example, as for PipelineRunReasonFailedValidaion which should indicate that the Pipelinerun runtime validation failure mixes up the failure reasons of InvalidPipelineResult and InvalidParamsResolvedPipelineTasks. Similarly for TaskRunFailedValidation conflating InvalidParamArrayIndex and etc. which should have been using clearer failure reasons.
Expected behaviour:
/kind cleanup
The text was updated successfully, but these errors were encountered: