-
Notifications
You must be signed in to change notification settings - Fork 141
Remove os_must_gather timeout on wntp jobs #3566
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
base: main
Are you sure you want to change the base?
Remove os_must_gather timeout on wntp jobs #3566
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
/lgtm |
0ef5bcc to
c9f3200
Compare
karelyatin
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
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d336d9069d3c4923aeb5520d17bf99c5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 16m 26s |
|
recheck |
|
recheck will not work as needs #3569 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7fcb2c64e0f24e76ae3e91111ccd2f4b ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 29m 40s |
|
recheck build-push-container-cifmw-client job removed |
Currently this value is using an int value, but it should be a string value. This causes that on those jobs the must_gather is not collected. Dropping the value as relying on the default 30m should be enough. Signed-off-by: Arnau Verdaguer <averdagu@redhat.com>
c9f3200 to
4d33900
Compare
|
/lgtm |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6e744d57bb754affa5da2e918390cb5e ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 52m 12s |
Currently this value is using an int value, but it should be a string value. This causes that on those jobs the must_gather is not collected.
Dropping the value as relying on the default 30m should be enough.