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: