Skip to content

Commit

Permalink
Shard out disabling running during firstboot (provisioning) 1% -> 2%
Browse files Browse the repository at this point in the history
Summary:
bumpsign

This diff was created using http://fburl.com/chefshardbump

Differential Revision: D59290161

fbshipit-source-id: 2c205a1af8baf40085aa20d79b482efeb98b1d04
  • Loading branch information
cooperlees authored and facebook-github-bot committed Jul 5, 2024
1 parent 66c88ad commit 3a8fceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_timers/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
end

fb_timers_setup 'fb_timers system setup' do
not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(0) } # __BUMP__
not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(1) }
end

0 comments on commit 3a8fceb

Please sign in to comment.