зеркало из https://github.com/mozilla/gecko-dev.git
455f1d3e89
This removes the last uses of the 'push-interval-10' and 'push-interval-20' strategies. They are being removed because they are dangerous in that its easy to accidentally not run tasks when they should. Instead, task authors should decide whether they want their tasks to run on "backstop" pushes (run everything) or "expanded" pushes (run more than usual, but still not as much as a backstop). Note that using "expanded" means the task will *also* run on backstop pushes. It'll just additionally run on "expanded" pushes. In practice 'backstop' pushes will be every 20th push and 'expanded' pushes will be every 10th push. Though this may vary due to the time component in backstops. Differential Revision: https://phabricator.services.mozilla.com/D89503 |
||
---|---|---|
.. | ||
kind.yml |