pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

Report PipelineRunTimeout properly in the git provider interface

Open chmouel opened this issue 1 year ago • 3 comments

This should be doable and the watcher should handle that very nicely...

chmouel avatar Nov 10 '22 15:11 chmouel

@sm43 does that make sense?

chmouel avatar Dec 08 '22 09:12 chmouel

yeah we need to parse the pipelineRun status we could handle this and other few errors like secret is missing, task is missing not sure if we already have this reported in a better way with your recent changes 🤔

sm43 avatar Dec 09 '22 06:12 sm43

most of those errors should show up in the vcs ui and namespace events, I am not sure if timeout gets reported but in any case we should report them in github in the check_run as timeout status

chmouel avatar Dec 09 '22 07:12 chmouel