From b6db4122223ca88f4f040429bbbf28a837553358 Mon Sep 17 00:00:00 2001 From: Kaiwei Tu Date: Mon, 24 Aug 2026 13:06:38 -0700 Subject: [PATCH] Skip the hit-rate check on Mini jobs Differential Revision: D117232173 --- benchpress/config/jobs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchpress/config/jobs.yml b/benchpress/config/jobs.yml index 2f1aa803a..b1ac45d73 100644 --- a/benchpress/config/jobs.yml +++ b/benchpress/config/jobs.yml @@ -1310,7 +1310,7 @@ - 'memory_file=' - 'auto_fix_ports=1' - 'auto_fix_ulimit=1' - - 'skip_hit_rate_check=0' + - 'skip_hit_rate_check=1' - 'ipv4=0' hooks: - hook: copymove @@ -1458,7 +1458,7 @@ - 'memory_file=/dev/shm/tao_bench_mini_mem' - 'auto_fix_ports=1' - 'auto_fix_ulimit=1' - - 'skip_hit_rate_check=0' + - 'skip_hit_rate_check=1' - 'ipv4=0' hooks: - hook: copymove @@ -1590,7 +1590,7 @@ - 'memory_file=' - 'auto_fix_ports=1' - 'auto_fix_ulimit=1' - - 'skip_hit_rate_check=0' + - 'skip_hit_rate_check=1' - 'ipv4=0' hooks: - hook: copymove