mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 00:07:28 +00:00
822b827fdc
I'd like to implement a 'backstop' strategy, such that it will prevent all other optimizers from removing tasks under certain conditions (e.g every 10th push). The nicest way to implement this seems to be an 'All' composite strategy (similar to 'Either' which this patch renames to 'Any'). This means we could do something like: All("seta", "backstop") which means we would only remove tasks if *all* substrategies say to remove tasks. Differential Revision: https://phabricator.services.mozilla.com/D68620 --HG-- extra : moz-landing-system : lando