Bug 1759030 - [gecko_taskgraph] Use 'generator.py' from upstream Taskgraph, r=releng-reviewers,jlorenzo

Differential Revision: https://phabricator.services.mozilla.com/D161057
This commit is contained in:
Andrew Halberstadt
2022-11-04 14:14:57 +00:00
parent 08e5b0e5fa
commit 599e696d24
12 changed files with 14 additions and 601 deletions

View File

@@ -8,7 +8,8 @@ import six
def toolchain_task_definitions():
from gecko_taskgraph.generator import load_tasks_for_kind
import gecko_taskgraph # noqa: triggers override of the `graph_config_schema`
from taskgraph.generator import load_tasks_for_kind
# Don't import globally to allow this module being imported without
# the taskgraph module being available (e.g. standalone js)