mirror of
https://github.com/servo/servo.git
synced 2025-09-10 15:08:21 +01:00
Enable servodriver in CI.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
d67a7bad39
commit
7cbcba5599
2 changed files with 2 additions and 0 deletions
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 --headless \
|
||||
--${{ 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 --headless \
|
||||
--${{ 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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue