-
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
Pipelinerun hangs with condition validation issue #1427
Comments
I thought the type "string" should be added by default if one is not specified. |
Wonder if this is related to #1407 |
Yeah, it does for task parameters but it doesn't seem to be happening for conditions? |
/assign |
So two issues here:
|
D'oh, that was me updating the taskruns a couple of days ago. Because CI was broken we did not run the taskruns in CI for a while, so we didn't realize that the embedded task did not get the default until I found the issue while fixing CI. But I didn't manage yet to dig into the root cause, which you now did, thanks!
I believe this is #1204, which has been around for a while now. |
Nice! I'm going to review that!! |
Expected Behavior
If the condition validation fails, the error should be reported back
Actual Behavior
The pipelinerun remains in status "running", no error is reported, only the following error could be found in the controller logs:
Steps to Reproduce the Problem
Additional Info
The validation error is reported on timeout:
The text was updated successfully, but these errors were encountered: