Skip to content

Commit eddd042

Browse files
Merge pull request #859 from Tal-or/dis_cpu_cfs_quota
Bug 2061676: latency tests: disable cpu cfs quota
2 parents 1b60f9f + 4d3baa0 commit eddd042

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)