mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
parent
81a03c1a18
commit
34287e5342
6 changed files with 4 additions and 54 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue