-
Notifications
You must be signed in to change notification settings - Fork 370
Bug 1882730: fix cluster:cpu_core_hyperthreading rule for s390x #953
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 1882730: fix cluster:cpu_core_hyperthreading rule for s390x #953
Conversation
@simonpasquier: This pull request references Bugzilla bug 1882730, 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
In 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. |
8b7d148
to
c16db62
Compare
/test e2e |
/assign @smarterclayton |
lgtm from my side |
c16db62
to
dadae48
Compare
@simonpasquier let's rebase and merge, this lgtm too from my side. |
On s390x platforms, the core and package labels of the "node_cpu_info" metric are empty which break some recording rules (namely "node_role_os_version_machine:cpu_capacity_cores:sum"). This commit also introduces rule unit tests so we don't regress in the future. Signed-off-by: Simon Pasquier <[email protected]>
dadae48
to
edbd400
Compare
Seems like there is an issue with generating bindata.
/hold |
Signed-off-by: Simon Pasquier <[email protected]>
edbd400
to
11a3aa6
Compare
It seems like a stale |
/unhold |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/bugzilla refresh |
@simonpasquier: An error was encountered adding this pull request to the external tracker bugs for bug 1882730 on the Bugzilla server at https://bugzilla.redhat.com:
In 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. |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: s-urbaniak, simonpasquier The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@simonpasquier: All pull requests linked via external trackers have merged: Bugzilla bug 1882730 has been moved to the MODIFIED state. In 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. |
/cherry-pick release-4.6 |
@simonpasquier: #953 failed to apply on top of branch "release-4.6":
In 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. |
On s390x platforms, the core and package labels of the "node_cpu_info" metric are empty which break some recording rules (namely "node_role_os_version_machine:cpu_capacity_cores:sum").
This commit also introduces rule unit tests so we don't regress in the future.