Prevent jenkins from being killed prematurely#12134
Merged
openshift-bot merged 1 commit intoopenshift:masterfrom Dec 9, 2016
wtrocki:patch-1
Merged
Prevent jenkins from being killed prematurely#12134openshift-bot merged 1 commit intoopenshift:masterfrom wtrocki:patch-1
openshift-bot merged 1 commit intoopenshift:masterfrom
wtrocki:patch-1
Conversation
Contributor
|
you will need to run hack/update-generated-bootstrap-bindata.sh |
Contributor
|
@wtrocki please squash your commits and i'll merge it |
Contributor
|
actually, update jenkins-ephemeral too, i'd like to keep them in sync. |
Changed initialDelaySeconds for livenessProbe in openshift-persistent template
Contributor
Author
|
FIXED. Thanks for quick review! |
Contributor
|
[merge] |
Contributor
|
[Test]ing while waiting on the merge queue |
Contributor
|
… 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
|
Contributor
|
flake #9285 |
Contributor
|
Evaluated for origin test up to 9e829c1 |
Contributor
|
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12117/) (Base Commit: 2bd6ed4) |
Contributor
|
flake #8571 |
Contributor
|
Evaluated for origin merge up to 9e829c1 |
Contributor
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12179/) (Base Commit: f2427b8) (Image: devenv-rhel7_5512) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
livenessProbewith only 2 minutesinitialDelaySecondsis IMHO to small. I tested this on different machines etc.