aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2021-01-24 19:55:36 -0500
committerGitHub <noreply@github.com>2021-01-24 19:55:36 -0500
commite33c626edfba41d9bb7b1937156a5b02a4a7a8f1 (patch)
tree422794b52906ec5b108c83075a4b4b959b95ca35 /etc/taskcluster
parent500cb865bd174f40e8e7d96fd17ddcdef4692ae4 (diff)
downloadservo-e33c626edfba41d9bb7b1937156a5b02a4a7a8f1.tar.gz
servo-e33c626edfba41d9bb7b1937156a5b02a4a7a8f1.zip
Ensure webgpu test filtering works.
Diffstat (limited to 'etc/taskcluster')
-rw-r--r--etc/taskcluster/decision_task.py2
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 \