bug 1438023 - stop running old-id android builds in `promote_fennec`. r=bhearsum

MozReview-Commit-ID: 6XqcXoHkSlF

--HG--
extra : rebase_source : 87b5b5b71b8361027e11d0de73d270b7bb0ce6a7
This commit is contained in:
Aki Sasaki 2018-02-22 13:30:09 +00:00
Родитель 093fcb9807
Коммит e4e5d75a3d
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -486,6 +486,11 @@ def target_tasks_promote_fennec(full_task_graph, parameters, graph_config):
if attr("locale") or attr("chunk_locales"):
return False
if task.label in filtered_for_project:
# bug 1438023 - old-id should only run on central.
# We can remove this hack when shippable builds land and we
# are using run-on-projects properly here.
if 'old-id' in task.label:
return False
if task.kind not in ('balrog', 'push-apk', 'push-apk-breakpoint'):
if task.attributes.get('nightly'):
return True