File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
config/jobs/kubernetes/sig-node Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -467,15 +467,14 @@ presubmits:
467467 - --repo-root=.
468468 - --gcp-zone=us-central1-b
469469 - --parallelism=8
470- - --focus-regex=\\ [Feature:.+\ \]
471- - --skip-regex=\\ [Flaky\\ ]|\\ [Serial\\ ]|\\ [Feature:InPlacePodVerticalScaling\\ ]|\\ [Feature:UserNamespacesSupport]|\\ [Feature:UserNamespacesPodSecurityStandards\\ ]|\\ [Feature:KubeletCredentialProviders\\ ]|\\ [Feature:LockContention\\ ]|\\ [Feature:SCTPConnectivity\\ ]|[\\ [Feature:PodLevelResources\\ ]|\\ [Alpha\ \]
470+ - --focus-regex=\[Feature:.+\]
471+ - --skip-regex=\[Flaky\]|\[Serial\]|\[Feature:InPlacePodVerticalScaling\]|\[Feature:UserNamespacesSupport]|\[Feature:UserNamespacesPodSecurityStandards\]|\[Feature:KubeletCredentialProviders\]|\[Feature:LockContention\]|\[Feature:SCTPConnectivity\]|[\[Feature:PodLevelResources\]|\[Alpha\]
472472 - ' --test-args=--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"'
473473 - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/image-config.yaml
474474 - name : pull-kubernetes-node-e2e-restartallcontainers
475475 cluster : k8s-infra-prow-build
476476 always_run : false
477477 optional : true
478- skip_report : false
479478 branches :
480479 - master
481480 - main
You can’t perform that action at this time.
0 commit comments