mirror of
https://github.com/servo/servo.git
synced 2025-09-25 22:30:12 +01:00
Enable the GitHub merge queue (#29989)
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
9eee517132
commit
d5202a4a98
8 changed files with 59 additions and 56 deletions
6
.github/workflows/linux-wpt.yml
vendored
6
.github/workflows/linux-wpt.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Linux WPT workflow
|
||||
name: Linux WPT Tests
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
@ -15,7 +15,7 @@ env:
|
|||
|
||||
jobs:
|
||||
linux-wpt:
|
||||
name: Linux WPT Tests ${{ inputs.layout }}
|
||||
name: WPT ${{ inputs.layout }}
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
max_chunk_id: 20
|
||||
|
@ -90,7 +90,7 @@ jobs:
|
|||
wpt-jsonsummary.${{ matrix.chunk_id }}.log
|
||||
|
||||
report-test-results:
|
||||
name: Reporting test results
|
||||
name: Report WPT Results
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ always() && !cancelled() && (github.ref_name == 'try-wpt' || github.ref_name == 'try-wpt-2020' || inputs.wpt == 'test') }}
|
||||
needs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue