From abf17d06e71bbda3ed70f433ecfd7a8a0ce3b6f9 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Fri, 31 Jul 2020 20:15:34 +0000 Subject: [PATCH] Bug 1643689 - disable 1st round of manifest scheduling. r=aryx disable 1st round of manifest scheduling Differential Revision: https://phabricator.services.mozilla.com/D85621 --- taskcluster/taskgraph/decision.py | 1 - 1 file changed, 1 deletion(-) diff --git a/taskcluster/taskgraph/decision.py b/taskcluster/taskgraph/decision.py index c4ca9e0a9444..cf32449cf8a8 100644 --- a/taskcluster/taskgraph/decision.py +++ b/taskcluster/taskgraph/decision.py @@ -75,7 +75,6 @@ PER_PROJECT_PARAMETERS = { 'autoland': { 'optimize_strategies': 'taskgraph.optimize:project.autoland', 'target_tasks_method': 'autoland_tasks', - 'test_manifest_loader': 'bugbug', # Remove this line to disable "manifest scheduling". }, 'mozilla-central': {