diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-11-19 17:46:33 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-11-19 18:37:29 +0100 |
commit | 34287e53420dbeb88834c08c2df63cff2e8ec9b1 (patch) | |
tree | fabfbd5e4fba25837c80b5c60f5fb42948327ab3 /etc/taskcluster/decision_task.py | |
parent | 81a03c1a1860393fe773da4e9f2ea03986bc19fe (diff) | |
download | servo-34287e53420dbeb88834c08c2df63cff2e8ec9b1.tar.gz servo-34287e53420dbeb88834c08c2df63cff2e8ec9b1.zip |
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
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r-- | etc/taskcluster/decision_task.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 28557842ae4..8fd12d7086f 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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() |