-
Notifications
You must be signed in to change notification settings - Fork 15
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
Should we idle jenkins if pipeline is stuck at approve
stage?
#206
Comments
@chmouel Your comment on this one? |
Yes. Approve stage can stay around for months (we have examples of that), but it doesn't use a Build pod anymore. A manual promote call from UI should call the proxy then proxy start up jenkins and jenkins move on etc.. The promote UI call is tho currently calling Launcher, and Launcher calling OSO directly. See openshiftio/openshift.io#2093 |
I think idler does idle if build is stuck at approve stage(which is why we had this issue openshiftio/openshift.io#3356) I just need a confirmation from @chmouel, then we can close this. |
yes it should be, there is some edge case where it doesn't idle unfortunately which I never was able to track down properly (and don't seem to be the sync-plugin) but i would say that only affect us to a few jenkins at most, |
@chmouel I would close it then. if you feel like we need this issue we can move this to the idler, anyway I have created this on the wrong repo. |
I had pipeline waiting for my input since around 2 hours. In this scenario (#205) it did not idle Jenkins.
Need to check if this is by design or a bug.
The text was updated successfully, but these errors were encountered: