mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Compare commits
1 Commits
f9cfd05af8
...
servodrive
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7403403bb5 |
1
.github/workflows/linux-wpt.yml
vendored
1
.github/workflows/linux-wpt.yml
vendored
@@ -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 \
|
||||
|
||||
1
.github/workflows/mac-wpt.yml
vendored
1
.github/workflows/mac-wpt.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user