Bug 2078528: bump cluster-node-tuning-operator apirequests upper bound for OpenStack#27052
Bug 2078528: bump cluster-node-tuning-operator apirequests upper bound for OpenStack#27052openshift-merge-robot merged 1 commit intoopenshift:masterfrom EmilienM:bz2078528
Conversation
|
@EmilienM: This pull request references Bugzilla bug 2078528, 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 |
|
@EmilienM: This pull request references Bugzilla bug 2078528, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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. |
mdbooth
left a comment
There was a problem hiding this comment.
Do we know the source of all these additional watch events? Have we reached out to the owners of cluster-node-tuning-operator? It's my understanding that, in aggregate, the cost of these things is non-trivial, so we could just be sweeping a potential issue under the carpet.
If we're going to bump the limit I'd like to see an associated justification for it beyond "it's breaking CI".
|
Well PAO was merged with NTO, but the limits were supposed to be bumped already. |
The limits where indeed bumped but not for OpenStack: #26944 |
|
/test e2e-openstack |
|
/test e2e-openstack-ovn |
|
@dulek: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
|
/test e2e-openstack |
| "cluster-image-registry-operator": 112, | ||
| "cluster-monitoring-operator": 48, | ||
| "cluster-node-tuning-operator": 44.0, | ||
| "cluster-node-tuning-operator": 143.0, |
There was a problem hiding this comment.
Finally managed to generate the percentiles. This is what we get for OpenStack:
50% 90% 95% 100%
123 147 154 187
There was a problem hiding this comment.
Looks like we need to take the highest value, add 10%, and divide by 2. For us that would be (187 + 19) / 2 = 103.
…d for OpenStack When deploying OCP on OpenStack with OVNKubernetes, we got this error from the tests: ``` "Operator \"cluster-node-tuning-operator\" produces more watch requests than expected: watchrequestcount=143, upperbound=88, ratio=1.625" ``` Bumping the upperbound to 103 should solve this issue.
|
@EmilienM: This pull request references Bugzilla bug 2078528, which is valid. 3 validation(s) were run on this bug
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. |
|
My previous concern has been addressed. /lgtm |
|
/test e2e-openstack |
|
Looks accurate based on the history, and similar to values for other platforms. /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM, mandre, mdbooth, stbenjam 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 |
|
@EmilienM: All pull requests linked via external trackers have merged: Bugzilla bug 2078528 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. |
|
@EmilienM: The following test failed, say
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. |
|
/cherry-pick release-4.10 |
|
@EmilienM: new pull request created: #27064 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. |
When deploying OCP on OpenStack with OVNKubernetes, we got this error
from the tests:
Bumping the upperbound to 103 should solve this issue.