Skip to content

Commit f428e3a

Browse files
committed
Disable ImageVolume tests for pull-kubernetes-node-e2e-containerd-alpha-features
containerd does not seem to have support for image volumes yet, so we can skip the tests in the alpha node e2e test suite. Refers to kubernetes/kubernetes#126220 Signed-off-by: Sascha Grunert <[email protected]>
1 parent 499d572 commit f428e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ presubmits:
509509
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/image-config.yaml
510510
- --deployment=node
511511
- --gcp-zone=us-central1-b
512-
- '--node-test-args=--feature-gates=AllAlpha=true --service-feature-gates=ProcMountType=true,UserNamespacesSupport=true --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
512+
- '--node-test-args=--feature-gates=AllAlpha=true,ImageVolume=false --service-feature-gates=ProcMountType=true,UserNamespacesSupport=true,ImageVolume=false --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
513513
- --node-tests=true
514514
- --provider=gce
515515
- --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeAlphaFeature:.+\]" --skip="\[Flaky\]|\[Serial\]"

0 commit comments

Comments
 (0)