Skip to content

Commit

Permalink
Fix imagevolume test focus
Browse files Browse the repository at this point in the history
It should prefix `NodeFeature:`, otherwise no tests will be run. The job
config at least works per latest run in:

https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/126220/pull-kubernetes-node-crio-cgrpv2-imagevolume-e2e/1816012535631974400

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Jul 24, 2024
1 parent eef81de commit 32a777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ presubmits:
- '--node-test-args=--service-feature-gates="ImageVolume=true" --feature-gates="ImageVolume=true" --container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
- --node-tests=true
- --provider=gce
- --test_args=--nodes=8 --focus="\[ImageVolume\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]"
- --test_args=--nodes=8 --focus="\[NodeFeature:ImageVolume\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]"
- --timeout=180m
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgrpv2.yaml
resources:
Expand Down

0 comments on commit 32a777b

Please sign in to comment.