Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove android emulator tests from buildbot CI. #22201

Merged
merged 3 commits into from Nov 15, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Mock android x86 task instead of commenting it.

  • Loading branch information
jdm committed Nov 15, 2018
commit cf998d5c58c29a148b36b934efdb6e0a93970066
@@ -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":
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.