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
...@@ -5,4 +5,5 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e ...@@ -5,4 +5,5 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e
CLEANUP=true 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=/'
\ No newline at end of file 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