Commit 18a29c40 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #32604 from coufon/increase_qps

Automatic merge from submit-queue Enable DynamicKubeletConfig in benchmark test properties This PR fixes "change QPS limit" failure by adding "TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'" in jenkins-benchmark.properties
parents a26da7a1 b47e22d0
......@@ -6,4 +6,5 @@ CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]"'
SETUP_NODE=false
#TEST_ARGS=--cgroups-per-qos=false
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
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