mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Mock android x86 task instead of commenting it.
This commit is contained in:
parent
cdb5b60202
commit
cf998d5c58
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue