Move WPT Linux from Buildbot to Taskcluster

Update expectations as differences don’t look intermittent:
https://github.com/servo/servo/pull/24785#issuecomment-555602259

Fixes https://github.com/servo/servo/issues/23569
This commit is contained in:
Simon Sapin 2019-11-19 17:46:33 +01:00
parent 81a03c1a18
commit 34287e5342
6 changed files with 4 additions and 54 deletions

View file

@ -16,9 +16,6 @@ def main(task_for):
branch if not branch.startswith("try-") else "try"
)
# Implemented but disabled for now:
linux_wpt = lambda: None # Shadows the existing top-level function
# The magicleap build is broken until there's a surfman back end
magicleap_dev = lambda: None
magicleap_nightly = lambda: None
@ -110,7 +107,6 @@ def main(task_for):
def mocked_only():
windows_release()
android_x86_wpt()
linux_wpt()
magicleap_dev()
magicleap_nightly()
decisionlib.DockerWorkerTask("Indexed by task definition").find_or_create()