diff options
author | Josh Matthews <josh@joshmatthews.net> | 2021-01-24 19:55:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 19:55:36 -0500 |
commit | e33c626edfba41d9bb7b1937156a5b02a4a7a8f1 (patch) | |
tree | 422794b52906ec5b108c83075a4b4b959b95ca35 /etc/taskcluster | |
parent | 500cb865bd174f40e8e7d96fd17ddcdef4692ae4 (diff) | |
download | servo-e33c626edfba41d9bb7b1937156a5b02a4a7a8f1.tar.gz servo-e33c626edfba41d9bb7b1937156a5b02a4a7a8f1.zip |
Ensure webgpu test filtering works.
Diffstat (limited to 'etc/taskcluster')
-rw-r--r-- | etc/taskcluster/decision_task.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index e4d3876caca..7c81a751a21 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -621,7 +621,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes, if run_webgpu: webgpu_script = """ time ./mach test-wpt _webgpu --release --processes $PROCESSES \ - --headless --log-raw test-webgpu.log \ + --headless --log-raw test-webgpu.log --always-succeed \ --log-errorsummary webgpu-errorsummary.log \ | cat ./mach filter-intermittents \ |