Skip to content

Commit 71f8865

Browse files
Kaiweitumeta-codesync[bot]
authored andcommitted
Skip the hit-rate check on Mini jobs
Differential Revision: D117232173 fbshipit-source-id: a80940d72a1e71846be3de624cdec75340c9bb64
1 parent 0848cfb commit 71f8865

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

benchpress/config/jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@
13101310
- 'memory_file='
13111311
- 'auto_fix_ports=1'
13121312
- 'auto_fix_ulimit=1'
1313-
- 'skip_hit_rate_check=0'
1313+
- 'skip_hit_rate_check=1'
13141314
- 'ipv4=0'
13151315
hooks:
13161316
- hook: copymove
@@ -1458,7 +1458,7 @@
14581458
- 'memory_file=/dev/shm/tao_bench_mini_mem'
14591459
- 'auto_fix_ports=1'
14601460
- 'auto_fix_ulimit=1'
1461-
- 'skip_hit_rate_check=0'
1461+
- 'skip_hit_rate_check=1'
14621462
- 'ipv4=0'
14631463
hooks:
14641464
- hook: copymove
@@ -1590,7 +1590,7 @@
15901590
- 'memory_file='
15911591
- 'auto_fix_ports=1'
15921592
- 'auto_fix_ulimit=1'
1593-
- 'skip_hit_rate_check=0'
1593+
- 'skip_hit_rate_check=1'
15941594
- 'ipv4=0'
15951595
hooks:
15961596
- hook: copymove

0 commit comments

Comments
 (0)