Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use python binary to run multiprocess tests. #26229

Merged
merged 3 commits into from Apr 20, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Use python binary to run multiprocess tests.

  • Loading branch information
jdm committed Apr 20, 2020
commit 2777134efb839c3be886fcd4abbb7ced8cfca94e
@@ -614,7 +614,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
# https://github.com/servo/servo/issues/22438
if this_chunk == 0:
task.with_script("""
time python2 ./mach test-wpt --release --binary-arg=--multiprocess \
time python ./mach test-wpt --release --binary-arg=--multiprocess \

This comment has been minimized.

Copy link
@SimonSapin

SimonSapin Apr 20, 2020

Member

time ./mach (relying on shebang, like in other uses of mach commands) should also work, but this is fine.

--processes $PROCESSES \
--log-raw test-wpt-mp.log \
--log-errorsummary wpt-mp-errorsummary.log \
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.