-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taskrun status incorrectly assigned #3412
Comments
I was able to reproduce this on master:
|
It's because a Lines 294 to 301 in ce564ca
Should this kind of error marked as fatal and exit the pipelineRun? The reason description says this must indicate taskRun failure 🤔 Lines 56 to 58 in ce564ca
|
Looks like we tried to fix it in the past with e5b2530#diff-1d8c8017631ff12ab411b4fba64245aa3706a8593d19580a3d421a2c96de2e18 |
Should this taskRun status be marked as
|
Expected Behavior
When a build-step is marked
waiting
with reasonCreateContainerConfigError
, it should be marked as failed, which would cause the whole pipeline to be marked as failedActual Behavior
The build-step is waiting, the taskrun status is unknown and pipelinerun is forever in running state
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: