зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1326475 - fix small typo in task configuration. r=Callek
Simple typo, but possibly the root cause for scheduling talos jobs on branches we shouldn't be. MozReview-Commit-ID: JBSGtbeMJCd
This commit is contained in:
Родитель
f1fecc26b0
Коммит
bf3239016b
|
@ -93,8 +93,8 @@ def target_tasks_ash(full_task_graph, parameters):
|
||||||
# and none of this linux64-asan/debug stuff
|
# and none of this linux64-asan/debug stuff
|
||||||
if platform == 'linux64-asan' and task.attributes['build_type'] == 'debug':
|
if platform == 'linux64-asan' and task.attributes['build_type'] == 'debug':
|
||||||
return False
|
return False
|
||||||
# no non-et10s tests
|
# no non-e10s tests
|
||||||
if task.attributes.get('unittest_suite') or task.attributes.get('talos_siute'):
|
if task.attributes.get('unittest_suite') or task.attributes.get('talos_suite'):
|
||||||
if not task.attributes.get('e10s'):
|
if not task.attributes.get('e10s'):
|
||||||
return False
|
return False
|
||||||
# don't upload symbols
|
# don't upload symbols
|
||||||
|
|
Загрузка…
Ссылка в новой задаче