File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ teapot_admission_controller_namespace_delete_protection_enabled: "false"
601
601
teapot_admission_controller_resolve_vanity_images : " true"
602
602
603
603
{{if eq .Cluster.Environment "e2e"}}
604
- teapot_admission_controller_ignore_namespaces : " ^kube-system|((downward-api|kubectl|projected|statefulset|pod-network|scope-selectors|resourcequota|limitrange|sysctl|node-tests|e2e-kubelet-etc-hosts|csiinlinevolumes|dns|sched-pred )-.*)$"
604
+ teapot_admission_controller_ignore_namespaces : " ^kube-system|((downward-api|kubectl|projected|statefulset|pod-network|scope-selectors|resourcequota|limitrange|sysctl|node-tests|e2e-kubelet-etc-hosts|csiinlinevolumes|dns)-.*)$"
605
605
teapot_admission_controller_crd_ensure_no_resources_on_delete : " false"
606
606
{{else}}
607
607
teapot_admission_controller_ignore_namespaces : " ^kube-system$"
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ if [ "$e2e" = true ]; then
181
181
mkdir -p junit_reports
182
182
ginkgo -procs=25 -flake-attempts=2 \
183
183
-focus=" (\[Conformance\]|\[StatefulSetBasic\]|\[Feature:StatefulSet\]\s\[Slow\].*mysql|\[Zalando\])" \
184
- -skip=" (validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol)" \
184
+ -skip=" (\[Serial\]| validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol)" \
185
185
" e2e.test" -- \
186
186
-delete-namespace-on-failure=false \
187
187
-non-blocking-taints=node.kubernetes.io/role,nvidia.com/gpu,dedicated \
You can’t perform that action at this time.
0 commit comments