From f26148a4b3739f9b788555c0bc678ce302efc593 Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Mon, 8 Jul 2024 12:22:57 -0700 Subject: [PATCH] Shard out disabling running during firstboot (provisioning) 5% -> 15% Summary: bumpsign This diff was created using http://fburl.com/chefshardbump Differential Revision: D59290159 fbshipit-source-id: 7ff92a8ee50230f6f8df22b102a93e96d11685ee --- cookbooks/fb_timers/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/fb_timers/recipes/default.rb b/cookbooks/fb_timers/recipes/default.rb index 3e7e8fdd..f1ebc336 100644 --- a/cookbooks/fb_timers/recipes/default.rb +++ b/cookbooks/fb_timers/recipes/default.rb @@ -59,5 +59,5 @@ end fb_timers_setup 'fb_timers system setup' do - not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(4) } + not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(14) } end