-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
CRI-O: add pull-kubernetes-node-crio-cgrpv2-imagevolume-e2e
test job
#33071
Conversation
e0ef515
to
1a406c5
Compare
pull-kubernetes-node-crio-cgrpv2-imagevolume-e2e
test job
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@@ -28,7 +28,7 @@ declare -A CONFIGURATIONS=( | |||
["crio_cgroupsv1"]="root cgroups-v1 criu-enabled" | |||
["crio_cgroupsv1_eventedpleg"]="root cgroups-v1 eventedpleg" | |||
["crio_cgroupsv1_hugepages"]="root cgroups-v1 hugepages" | |||
["crio_cgroupsv2"]="root" | |||
["crio_cgroupsv2"]="root-v2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll swap the other tests as follow-up if everything is green.
pull-kubernetes-node-crio-cgrpv2-imagevolume-e2e
test jobpull-kubernetes-node-crio-cgrpv2-imagevolume-e2e
test job
/hold Ready for review, I just like to hold to have control over when it merges (during my working hours). |
Asking for node approval @yujuhong @Random-Liu @dchen1107 @derekwaynecarr @sjenning @mrunalp @klueska @SergeyKanzhelev @endocrimes |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, SergeyKanzhelev 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 |
/unhold |
@saschagrunert: Updated the
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. |
As follow-up on the CRI-O bump in kubernetes#33071, we now update the other tests to the latest CRI-O version as well. This also clean-up the `v2` config file suffixes. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Adding a new job for the imagevolume alpha tests.
Requires cri-o/cri-o#8408
Will be required for kubernetes/kubernetes#126220