From cf998d5c58c29a148b36b934efdb6e0a93970066 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 15 Nov 2018 09:57:39 -0500 Subject: [PATCH] Mock android x86 task instead of commenting it. --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index bd411d6bc34..509503123ce 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -13,12 +13,12 @@ def main(task_for, mock=False): if CONFIG.git_ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/try-taskcluster"]: linux_tidy_unit() android_arm32() - #android_x86() windows_dev() if mock: windows_release() linux_wpt() linux_build_task("Indexed by task definition").find_or_create() + android_x86() # https://tools.taskcluster.net/hooks/project-servo/daily elif task_for == "daily":