Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse python binary to run multiprocess tests. #26229
Conversation
|
LGTM, but if this |
|
It never worked. I think possibly the |
|
Please also add servo/etc/taskcluster/decisionlib.py Line 752 in 5f5643e servo/etc/taskcluster/decisionlib.py Line 688 in 5f5643e |
|
@bors-servo try |
Use python binary to run multiprocess tests. The python2 binary doesn't exist in the path on macOS. This change uses an existing python2 on macOS and whatever the default python version is on linux.
|
r+ assuming try looks good |
| @@ -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.
This comment has been minimized.
SimonSapin
Apr 20, 2020
Member
time ./mach (relying on shebang, like in other uses of mach commands) should also work, but this is fine.
|
|
|
Opened new PR for upstreamable changes. Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#23120. |
|
@bors-servo r=SimonSapin |
|
|
Use python binary to run multiprocess tests. The python2 binary doesn't exist in the path on macOS. This change uses an existing python2 on macOS and whatever the default python version is on linux.
|
Transplanted upstreamable changes to existing PR. Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#23120. |
|
|
|
@bors-servo retry |
Use python binary to run multiprocess tests. The python2 binary doesn't exist in the path on macOS. This change uses an existing python2 on macOS and whatever the default python version is on linux.
|
|
|
@bors-servo retry |
|
|
jdm commentedApr 20, 2020
The python2 binary doesn't exist in the path on macOS. This change uses an existing python2 on macOS and whatever the default python version is on linux.