Compare commits

...

1 Commits

Author SHA1 Message Date
Nico Burns
7403403bb5 Use servodriver to run WPT tests
Signed-off-by: Nico Burns <nico@nicoburns.com>
2025-09-03 17:54:08 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ jobs:
mkdir -p wpt-full-logs/linux
./mach test-wpt \
$WPT_ALWAYS_SUCCEED_ARG \
--product servodriver \
--${{ inputs.profile }} --processes $(nproc) --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 \

View File

@@ -51,6 +51,7 @@ jobs:
mkdir -p wpt-filtered-logs/macos
mkdir -p wpt-full-logs/macos
./mach test-wpt \
--product servodriver \
--${{ inputs.profile }} --processes $(sysctl -n hw.logicalcpu) --timeout-multiplier 8 \
--total-chunks ${{ env.max_chunk_id }} --this-chunk ${{ matrix.chunk_id }} \
--log-raw wpt-full-logs/macos/${{ matrix.chunk_id }}.log \