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

This commit is contained in:
David Ashpole 2017-03-07 15:12:17 -08:00
parent 7593a9f555
commit b0d138692e

View File

@ -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