Skip to content

Commit 4d3baa0

Browse files
committed
latency tests: disable cpu cfs quota
Quota accounting takes resources and cause throttling which in turns casue latency, hence, we want to disabling it. Signed-off-by: Talor Itzhak <[email protected]>
1 parent 1b60f9f commit 4d3baa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functests/4_latency/latency.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ func getLatencyTestPod(profile *performancev2.PerformanceProfile, node *corev1.N
382382
Annotations: map[string]string{
383383
"irq-load-balancing.crio.io": "disable",
384384
"cpu-load-balancing.crio.io": "disable",
385+
"cpu-quota.crio.io": "disable",
385386
},
386387
Namespace: testutils.NamespaceTesting,
387388
},

0 commit comments

Comments
 (0)