Skip to content

Commit

Permalink
Run first test-wpt chunk with python3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marmeladema authored and wpt-pr-bot committed Jan 24, 2020
1 parent baec493 commit 19cc74f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion etc/taskcluster/decision_task.py
Expand Up @@ -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 \
Expand Down

0 comments on commit 19cc74f

Please sign in to comment.