Skip to content

Commit

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

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

Differential Revision: D59290156

fbshipit-source-id: e00739ab6754daaa0c45cd3a41142935831da447
  • Loading branch information
cooperlees authored and facebook-github-bot committed Jul 9, 2024
1 parent 6807993 commit 16e1e79
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?(59) }
not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(79) }
end

0 comments on commit 16e1e79

Please sign in to comment.