Bug 1636271 - Fix flake8 issue arising from merge conflict CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D85155
This commit is contained in:
Andrew Halberstadt 2020-07-28 14:15:27 +00:00
Родитель 8e2aaafc76
Коммит dfdb95e779
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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',