-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix 'Build' resource synchronization and update for Jenkins idler #19
Comments
Hey @hrishin Had something similar pop up in the first openshift online deployments. And I don't see that in the fabric job-to-bc version. You do appear to have picked it up in #12 By the way, what is the status of that PR? Did you have a chance to process the 2 bugs I found? and the solution I provided for one of those 2 bugs? |
@gabemontero awesome thanks! that's is what we are looking for.
It should be there. I got sidetracked on that PR. Going to fix it ASAP |
@hrishin Are you picking this up in this sprint? If so, please assign yourself. |
Now build will be updated only when there will be change Also disable the 30 sec. limit of uodate. Hence it will update when there will be a change and will poll at an interval of 5 sec. fabric8io#19
As #24 is merged, I am closing this. |
At present plugin synchronize the Build resource at the interval of 5 seconds. As part of synchronization, it looks like plugin updates the build's start and completion time even if nothing has changed for the build.
This behavior is causing an issues#130 in the Jenkins idler, it's expecting to update the Build resource in Openshift only when there is change happen in the build with respect to the last one. Otherwise, don't update any resource in OpenShift if nothing happens.
Tasks:
cc: @gabemontero @rupalibehera @aslakknutsen @pradeepto
The text was updated successfully, but these errors were encountered: