From 4705745a0df18396b6d91e55f9f2b5e9fb898784 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 16 May 2019 00:05:59 -0400 Subject: [PATCH] Add bluetooth servodriver tests to final WPT chunk. --- etc/taskcluster/decision_task.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 36a9d3b1d01..5173270d146 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -528,7 +528,7 @@ def macos_wpt(): """) ) wpt_chunks("macOS x64", macos_run_task, build_task, repo_dir="repo", - total_chunks=6, processes=4, chunks=[1,2,3]) + total_chunks=6, processes=4) def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes, @@ -568,6 +568,11 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes, tests/wpt/mozilla/tests/css/img_simple.html \ tests/wpt/mozilla/tests/mozilla/secure.https.html \ | cat + time ./mach test-wpt --release --processes 1 --product=servodriver \ + --headless --log-raw test-bluetooth.log \ + --log-errorsummary bluetooth-errorsummary.log \ + bluetooth \ + | cat """) # `test-wpt` is piped into `cat` so that stdout is not a TTY # and wptrunner does not use "interactive mode" formatting: