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

PipelineRunStop would wait forever

Open chmouel opened this issue 2 years ago • 3 comments

If we have a :

scratch-my-back-pr-cj2jr   Unknown     PipelineRunStopping   55s

pipeline-as-code would wait forever and never detect it stopped

chmouel avatar Sep 14 '21 11:09 chmouel

I think we have fixed this, @sm43 would you know ?

chmouel avatar May 13 '22 07:05 chmouel

may be fixed with the #606 work otherwise

chmouel avatar May 13 '22 07:05 chmouel

this is now working with the watcher but we need to add the reason why it fails somewhere :

for example on non existence secret :

   scratch-my-back-pr-6rghw-task-referenced-internally:
      pipelineTaskName: task-referenced-internally
      status:
        completionTime: "2022-05-25T09:18:59Z"
        conditions:
        - lastTransitionTime: "2022-05-25T09:18:59Z"
          message: workspace binding "basic-auth" does not match any declared workspace
          reason: TaskRunValidationFailed
          status: "False"
          type: Succeeded

chmouel avatar May 25 '22 09:05 chmouel