mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
CI: Add number_of_chunks
(#36584)
This allows changing number of chunks used for WPT testing (sometimes useful for WebGPU). Testing: Manual try runs Fixes: #30062 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
5e2d42e944
commit
bd9242acfa
7 changed files with 44 additions and 4 deletions
9
.github/workflows/linux.yml
vendored
9
.github/workflows/linux.yml
vendored
|
@ -17,6 +17,10 @@ on:
|
|||
wpt:
|
||||
required: false
|
||||
type: boolean
|
||||
number-of-wpt-chunks:
|
||||
default: 20
|
||||
required: false
|
||||
type: number
|
||||
unit-tests:
|
||||
required: false
|
||||
default: false
|
||||
|
@ -58,6 +62,10 @@ on:
|
|||
wpt:
|
||||
required: false
|
||||
type: boolean
|
||||
number-of-wpt-chunks:
|
||||
default: 20
|
||||
required: false
|
||||
type: number
|
||||
unit-tests:
|
||||
required: false
|
||||
default: false
|
||||
|
@ -215,6 +223,7 @@ jobs:
|
|||
wpt-args: ${{ inputs.wpt-args }}
|
||||
profile: ${{ inputs.profile }}
|
||||
wpt-sync-from-upstream: ${{ inputs.wpt-sync-from-upstream }}
|
||||
number-of-wpt-chunks: ${{ inputs. number-of-wpt-chunks }}
|
||||
secrets: inherit
|
||||
|
||||
bencher:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue