Skip to content

Commit

Permalink
Add bluetooth servodriver tests to final WPT chunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed May 16, 2019
1 parent c1c60d0 commit 4705745
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/taskcluster/decision_task.py
Expand Up @@ -528,7 +528,7 @@ def macos_run_task(name):
""")
)
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,
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4705745

Please sign in to comment.