mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Run first test-wpt chunk with python3 in CI
This commit is contained in:
parent
baec4935f6
commit
19cc74f07d
1 changed files with 7 additions and 1 deletions
|
@ -734,7 +734,13 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
|
|||
if this_chunk == 0:
|
||||
task.with_script("""
|
||||
./mach test-wpt-failure
|
||||
time ./mach test-wpt --release --binary-arg=--multiprocess \
|
||||
time python2 ./mach test-wpt --release --binary-arg=--multiprocess \
|
||||
--processes $PROCESSES \
|
||||
--log-raw test-wpt-mp.log \
|
||||
--log-errorsummary wpt-mp-errorsummary.log \
|
||||
eventsource \
|
||||
| cat
|
||||
time env PYTHONIOENCODING=utf-8 python3 ./mach test-wpt --release --binary-arg=--multiprocess \
|
||||
--processes $PROCESSES \
|
||||
--log-raw test-wpt-mp.log \
|
||||
--log-errorsummary wpt-mp-errorsummary.log \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue