mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Change github workflows to not compile legacy layout (#35946)
Since it will be removed in #35943 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
1c60c0b62e
commit
e2daeeaceb
6 changed files with 5 additions and 36 deletions
3
.github/workflows/mac-wpt.yml
vendored
3
.github/workflows/mac-wpt.yml
vendored
|
@ -17,7 +17,6 @@ on:
|
|||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
SHELL: /bin/bash
|
||||
WPT_COMMAND_LINE_ARG: "${{ inputs.wpt-layout == 'layout-2013' && '--legacy-layout' || '' }}"
|
||||
|
||||
jobs:
|
||||
mac-wpt:
|
||||
|
@ -53,7 +52,7 @@ jobs:
|
|||
run: |
|
||||
mkdir -p wpt-filtered-logs/macos-${{ inputs.wpt-layout }}
|
||||
mkdir -p wpt-full-logs/macos-${{ inputs.wpt-layout }}
|
||||
./mach test-wpt $WPT_COMMAND_LINE_ARG \
|
||||
./mach test-wpt \
|
||||
--${{ 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-${{ inputs.wpt-layout }}/${{ matrix.chunk_id }}.log \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue