gecko-dev/taskcluster/taskgraph/optimize
Andrew Halberstadt 0f05b131b7 Bug 1690947 - [taskgraph.optimize] Take dependent deadlines into account when replacing a task, r=taskgraph-reviewers,bhearsum
It's an error for a task to have a dependency that expires before the current
task's deadline. We could sometimes get into this situation if the
'IndexSearch' optimizer finds a replacement that is about to expire.

This ensures we check that the replacement will still be valid past the latest
deadline of all dependents.

Differential Revision: https://phabricator.services.mozilla.com/D115726
2021-06-08 20:03:37 +00:00
..
__init__.py Bug 1690947 - [taskgraph.optimize] Take dependent deadlines into account when replacing a task, r=taskgraph-reviewers,bhearsum 2021-06-08 20:03:37 +00:00
backstop.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
bugbug.py Bug 1639164 - Add a new strategy using bugbug's config selection and a low confidence threshold. r=ahal DONTBUILD 2021-05-06 15:52:27 +00:00
schema.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
strategies.py Bug 1690947 - [taskgraph.optimize] Take dependent deadlines into account when replacing a task, r=taskgraph-reviewers,bhearsum 2021-06-08 20:03:37 +00:00