adjust jenkins template setting to account for effects of constrained…#18832
Conversation
| "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" |
| "livenessProbe": { | ||
| "timeoutSeconds": 3, | ||
| "timeoutSeconds": 240, | ||
| "periodSeconds": 360, |
| "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" |
| "livenessProbe": { | ||
| "timeoutSeconds": 3, | ||
| "timeoutSeconds": 240, | ||
| "periodSeconds": 360, |
|
@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 |
| "timeoutSeconds": 240, | ||
| "periodSeconds": 360, | ||
| "initialDelaySeconds": 420, | ||
| "failureThreshold" : 30, |
There was a problem hiding this comment.
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 DetailsNeeds 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