Enable dynamic kubelet configuration for node e2e Jenkins serial tests

This commit enables the dynamic kubelet configuration feature for the
node e2e Jenkins serial tests, which is where the test for dynamic kubelet
configuration currently runs.
pull/6/head
Michael Taufen 2016-08-31 13:47:55 -07:00
parent a40b2cbe10
commit af0a0c6367
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ GINKGO_FLAGS='--focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]"'
SETUP_NODE=false
# DISABLED --cgroups-per-qos flag until feature stabilized.
#TEST_ARGS=--cgroups-per-qos=false
TEST_ARGS=
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
PARALLELISM=1
TIMEOUT=3h