diff --git a/taskcluster/taskgraph/decision.py b/taskcluster/taskgraph/decision.py index ac9bf57ebd3a..cf32449cf8a8 100644 --- a/taskcluster/taskgraph/decision.py +++ b/taskcluster/taskgraph/decision.py @@ -74,7 +74,7 @@ PER_PROJECT_PARAMETERS = { 'autoland': { 'optimize_strategies': 'taskgraph.optimize:project.autoland', - 'target_tasks_method': 'default', + 'target_tasks_method': 'autoland_tasks', }, 'mozilla-central': { @@ -130,10 +130,6 @@ PER_PROJECT_PARAMETERS = { 'target_tasks_method': 'kaios_tasks', }, - 'autoland': { - 'target_tasks_method': 'autoland_tasks', - }, - # the default parameters are used for projects that do not match above. 'default': { 'target_tasks_method': 'default',