Commit b0d13869 authored by David Ashpole's avatar David Ashpole

make the flaky suite run serially. Should prevent all the dynamic config errors

parent 7593a9f5
...@@ -6,3 +6,4 @@ CLEANUP=true ...@@ -6,3 +6,4 @@ CLEANUP=true
GINKGO_FLAGS='--focus="\[Flaky\]"' GINKGO_FLAGS='--focus="\[Flaky\]"'
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true' TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/' KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
PARALLELISM=1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment