-
Notifications
You must be signed in to change notification settings - Fork 144
[os_must_gather] Increase must gather timeout; print error on timeout #3486
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
[os_must_gather] Increase must gather timeout; print error on timeout #3486
Conversation
It seems that 'oc adm must-gather' command in some CI jobs does not finish on time. This commit increase the timeout from default 12 minutes (cifmw_os_must_gather_timeout - 10 minutes + 120s) to 25 minutes. Also print message when timeout has killed the command. Signed-off-by: Daniel Pawlik <[email protected]>
f36ba9f to
ed2742d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/11e6e65c296240d5ac074c7ee5ef0634 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 39m 21s |
|
recheck |
fmount
left a comment
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.
/lgtm
|
/approve |
|
/approve |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fmount, rebtoor The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
It seems that 'oc adm must-gather' command in some CI jobs does not finish on time. This commit increase the timeout from default 12 minutes (cifmw_os_must_gather_timeout - 10 minutes + 120s) to 25 minutes. Also print message when timeout has killed the command.