-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Prevent jenkins from being killed prematurely #12134
Conversation
you will need to run hack/update-generated-bootstrap-bindata.sh |
@wtrocki please squash your commits and i'll merge it |
actually, update jenkins-ephemeral too, i'd like to keep them in sync. |
Changed initialDelaySeconds for livenessProbe in openshift-persistent template
FIXED. Thanks for quick review! |
[merge] |
[Test]ing while waiting on the merge queue |
… On Wed, Dec 7, 2016 at 11:53 AM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/test FAILURE (
https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12103/) (Base
Commit: a3cb5df
<a3cb5df>
)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#12134 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEvl3lKTogSJHQKGtp4iYqhFfaJF0xr5ks5rFuSLgaJpZM4LDvZ2>
.
--
Ben Parees | OpenShift
|
flake #9285 |
Evaluated for origin test up to 9e829c1 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12117/) (Base Commit: 2bd6ed4) |
flake #8571 |
Evaluated for origin merge up to 9e829c1 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12179/) (Base Commit: f2427b8) (Image: devenv-rhel7_5512) |
What was done
Changed initialDelaySeconds for livenessProbe in openshift-persistent template
Definition of the problem
Jenkins template livenessProbe initial delay is too small and it's killing jenkins before it starts.
Recent jenkins image requires lots of time to start on PV.
On my machine (MacPro 2015) it takes up to 6 minutes.
Steps to replicate
livenessProbe
with only 2 minutesinitialDelaySeconds
is IMHO to small. I tested this on different machines etc.