blocked-edges/4.13.*-PersistentVolumeDiskIDSymlinks: Convert to Always#3994
Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom Aug 16, 2023
Conversation
To mitigate slow cache warming [1], like 9916190 (Retire some older conditional edges which required PromQL eval, 2023-05-09, openshift#3590). The fixedIn 4.13.4 entered stable-4.13 back in June: $ git --no-pager blame channels/stable-4.13.yaml | grep ' 4[.]13[.]4$' 90eca13 (Automated Stabilization Robot 2023-06-29 08:03:38 +0000 40) - 4.13.4 so it's unlikely that there are all that many folks still interested in updating to it, instead of a more recent 4.13.z. And anyone who is interested can still read the message and ticket, decide whether they're exposed, and update if they feel they aren't exposed (or if they feel they are exposed but can handle being bit). Generated with: $ for X in blocked-edges/*PersistentVolumeDiskIDSymlinks*; do CONTENT="$(grep -B100 matchingRules: "${X}"; printf -- '- type: %s\n' Always)"; echo "${CONTENT}" > "${X}"; done [1]: https://issues.redhat.com/browse/OTA-942
petr-muller
approved these changes
Aug 16, 2023
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: petr-muller, wking 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 |
Contributor
|
@wking: 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. |
Contributor
|
Fix included in accepted release 4.15.0-0.nightly-2023-09-27-073353 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To mitigate slow cache warming, like 9916190 (#3590). The
fixedIn4.13.4 enteredstable-4.13back in June:so it's unlikely that there are all that many folks still interested in updating to it, instead of a more recent 4.13.z. And anyone who is interested can still read the message and ticket, decide whether they're exposed, and update if they feel they aren't exposed (or if they feel they are exposed but can handle being bit).
Generated with:
$ for X in blocked-edges/*PersistentVolumeDiskIDSymlinks*; do CONTENT="$(grep -B100 matchingRules: "${X}"; printf -- '- type: %s\n' Always)"; echo "${CONTENT}" > "${X}"; done