-
Notifications
You must be signed in to change notification settings - Fork 126
Bug 2108320: Greatly raise StartLimitBurst for rpm-ostreed.service
#898
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
Bug 2108320: Greatly raise StartLimitBurst for rpm-ostreed.service
#898
Conversation
StartLimitBurst for rpm-ostreed.serviceStartLimitBurst for rpm-ostreed.service
|
/bugzilla refresh |
|
@cgwalters: This pull request references Bugzilla bug 2108320, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@cgwalters: This pull request references Bugzilla bug 2108320, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@cgwalters: This pull request references Bugzilla bug 2108320, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| #!/bin/bash | ||
| set -euo pipefail | ||
| # https://github.com/coreos/rpm-ostree/pull/3523/commits/0556152adb14a8e1cdf6c5d6f234aacbe8dd4e3f | ||
| for x in $(seq 10); do rpm-ostree status >/dev/null; done |
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.
It's really this easy to reproduce the bug without this patch, just run this shell script one liner.
|
ci logs show |
This is a hack to work around the lack of coreos/rpm-ostree@0556152 for RHEL 8.6 and below. A recent PR in the MCO openshift/machine-config-operator#3243 tipped things over the edge and we now see failures a lot more often.
7f8348b to
88d6e1e
Compare
🙏 thanks! fixed |
|
LGTM. Pending CI logs to make sure that the test ran. |
|
periodic-image test failed due to missing base kernel package: Is this something flake? |
|
It's an unrelated failure #897 - this PR can't break that |
|
that prow context is not gating but might as well |
|
@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/periodic-images DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@cgwalters: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Since, there are no objection so far from reviewers and failing test is unrelated, adding my lgtm to get this in. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, sinnykumari 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 |
|
@cgwalters: All pull requests linked via external trackers have merged: Bugzilla bug 2108320 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cherrypick release-4.11 |
|
@cgwalters: new pull request created: #900 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is a hack to work around the lack of
coreos/rpm-ostree@0556152
for RHEL 8.6 and below.
A recent PR in the MCO openshift/machine-config-operator#3243
tipped things over the edge and we now see failures a lot more often.