-
Notifications
You must be signed in to change notification settings - Fork 110
OCPBUGS-57520: e2e: llc: initial tests for cpu allocation #1308
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
Conversation
/hold still tuning the tests |
/retest |
@ffromani i ran the tests on my system and i got this error:
From the machineinfo json of my system , i see that topology.Architecture is "numa" string |
how did you run? I can't recall a similar error |
/retest |
also, the current tests are a working demo about how to fetch and consume machineinfo JSON data |
|
we need to bump |
rebasing against the tip of the main branch (where we moved to ghw 0.15) should suffice |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani 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 |
@ffromani llc tests are failing in updating-profile lane because the cnf-tests image that it's using doesn't have machineinfo , currently only the latest cnf-tests image from quay has the required binaries |
/test okd-scos-e2e-aws-ovn |
/test e2e-aws-ovn-techpreview |
@ffromani can you add the test case id mentioned above and merge this. |
bootstrap the tests which actually run pods and check the CPU (and thus the L3/LLC) allocation. Start with the trivial sanity tests, adding a good chunk of required infra utilities along the way. Signed-off-by: Francesco Romani <[email protected]>
/hold cancel |
@ffromani I have created OCPBUGS-57520 , so that we can backport this pr to 4.19 . Can you add this to the title, so that we can merge this. |
@ffromani: This pull request references Jira Issue OCPBUGS-57520, 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: The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@ffromani: This pull request references Jira Issue OCPBUGS-57520, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
/lgtm |
@ffromani: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
@ffromani: Jira Issue OCPBUGS-57520: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-57520 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 openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: cluster-node-tuning-operator |
bootstrap the tests which actually run pods and check the CPU (and thus the L3/LLC) allocation.
Start with the trivial sanity tests, adding a good chunk of required infra utilities along the way.