mirror of
https://github.com/servo/servo.git
synced 2025-09-10 15:08:21 +01:00
Limit WPT test processes.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
7cbcba5599
commit
92c1c46dca
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux-wpt.yml
vendored
2
.github/workflows/linux-wpt.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
./mach test-wpt \
|
||||
$WPT_ALWAYS_SUCCEED_ARG \
|
||||
--product servodriver --headless \
|
||||
--${{ inputs.profile }} --processes $(nproc) --timeout-multiplier 2 \
|
||||
--${{ inputs.profile }} --processes 1 --timeout-multiplier 2 \
|
||||
--total-chunks ${{ inputs.number-of-wpt-chunks }} --this-chunk ${{ matrix.chunk_id }} \
|
||||
--log-raw wpt-full-logs/linux/raw/${{ matrix.chunk_id }}.log \
|
||||
--log-wptreport wpt-full-logs/linux/wptreport/${{ matrix.chunk_id }}.json \
|
||||
|
|
2
.github/workflows/mac-wpt.yml
vendored
2
.github/workflows/mac-wpt.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
mkdir -p wpt-full-logs/macos
|
||||
./mach test-wpt \
|
||||
--product servodriver --headless \
|
||||
--${{ inputs.profile }} --processes $(sysctl -n hw.logicalcpu) --timeout-multiplier 8 \
|
||||
--${{ inputs.profile }} --processes 1 --timeout-multiplier 8 \
|
||||
--total-chunks ${{ env.max_chunk_id }} --this-chunk ${{ matrix.chunk_id }} \
|
||||
--log-raw wpt-full-logs/macos/${{ matrix.chunk_id }}.log \
|
||||
--log-raw-unexpected wpt-filtered-logs/macos/${{ matrix.chunk_id }}.log \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue