-
Notifications
You must be signed in to change notification settings - Fork 40.7k
e2e: node: serial: fix cgroup path with crio #132215
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
e2e: node: serial: fix cgroup path with crio #132215
Conversation
the path construction with crio is wrong (typo). Signed-off-by: Francesco Romani <[email protected]>
/test |
@ffromani: The
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
[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 |
/test pull-crio-cgroupv2-node-e2e-resource-managers |
/cc @kannon92 |
/triage accepted /hold /lgtm Please unhold if CI passes. |
LGTM label has been added. Git tree hash: e0bf9064b2a4efe27a7bfec52a945b2b4bdc9d64
|
/test pull-kubernetes-node-swap-ubuntu-serial |
/test pull-kubernetes-node-kubelet-serial-containerd |
/test pull-crio-cgroupv2-node-e2e-resource-managers |
pull-kubernetes-node-kubelet-serial-crio-cgroupv2 skips by design cpu manager tests, no point in retrying |
@ffromani: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
it seems the pod density test breaks the machine running the lane |
/unhold From what I gathered this fix should help, and can't break the lanes more than they are already, as it is targeted towards crio only. |
/remove-kind regression it's a gap, but it seems the rewritten tests never worked on crio :\ (which is arguably worse) |
What type of PR is this?
/kind bug
/kind failing-test
/kind flake
What this PR does / why we need it:
Fix cgroup cpu path construction in cri-o
Which issue(s) this PR is related to:
Fixes: #131769
Special notes for your reviewer:
Do we have the same set of pre-submit and periodic jobs? need to check.
Does this PR introduce a user-facing change?