-
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
adjust jenkins template setting to account for effects of constrained… #18832
adjust jenkins template setting to account for effects of constrained… #18832
Conversation
@@ -26,7 +26,8 @@ | |||
"metadata": { | |||
"name": "${JENKINS_SERVICE_NAME}", | |||
"annotations": { | |||
"template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}" | |||
"template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}", | |||
"haproxy.router.openshift.io/timeout": "2m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignment
"initialDelaySeconds": 3, | ||
"httpGet": { | ||
"path": "/login", | ||
"port": 8080 | ||
} | ||
}, | ||
"livenessProbe": { | ||
"timeoutSeconds": 3, | ||
"timeoutSeconds": 240, | ||
"periodSeconds": 360, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignment
@@ -26,7 +26,8 @@ | |||
"metadata": { | |||
"name": "${JENKINS_SERVICE_NAME}", | |||
"annotations": { | |||
"template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}" | |||
"template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}", | |||
"haproxy.router.openshift.io/timeout": "2m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignment
"initialDelaySeconds": 3, | ||
"httpGet": { | ||
"path": "/login", | ||
"port": 8080 | ||
} | ||
}, | ||
"livenessProbe": { | ||
"timeoutSeconds": 3, | ||
"timeoutSeconds": 240, | ||
"periodSeconds": 360, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignment
@sdodson fyi, we're going to need to pull this change into openshift-ansible once it merges. @gabemontero please make this change in here too: https://github.com/openshift/jenkins/tree/master/openshift/templates (once my work finishes, you'll only need to make the change in the jenkins repo and it will filter down from jenkins->library->origin, but we're in an in between state right now). |
10-4 @bparees |
There is also a lot of history and diagnostic details in openshift/jenkins#440 |
"initialDelaySeconds": 3, | ||
"httpGet": { | ||
"path": "/login", | ||
"port": 8080 | ||
} | ||
}, | ||
"livenessProbe": { | ||
"timeoutSeconds": 3, | ||
"timeoutSeconds": 240, | ||
"periodSeconds": 360, | ||
"initialDelaySeconds": 420, | ||
"failureThreshold" : 30, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with a polling interval of 6 mins, i think the failure threshold (number of failures required before we consider it dead) needs to be reduced.
767b0c5
to
66bc0cb
Compare
updates pushed @bparees |
fyi closed out 3.9 #18834 will create a new 3.9 PR off of this commit once this one gets approved |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, gabemontero The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest |
Automatic merge from submit-queue (batch tested with PRs 18780, 18802, 18391, 18832, 18808). |
… default max heap
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1551500
Fixes openshift/jenkins#501
@openshift/sig-developer-experience ptal