make the flaky suite run serially. Should prevent all the dynamic config errors
This commit is contained in:
parent
7593a9f555
commit
b0d138692e
@ -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=/'
|
||||||
|
PARALLELISM=1
|
||||||
|
Loading…
Reference in New Issue
Block a user