mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
4
.github/workflows/dispatch-workflow.yml
vendored
4
.github/workflows/dispatch-workflow.yml
vendored
|
@ -14,6 +14,9 @@ on:
|
|||
wpt:
|
||||
required: true
|
||||
type: boolean
|
||||
number-of-wpt-chunks:
|
||||
required: true
|
||||
type: number
|
||||
unit-tests:
|
||||
required: true
|
||||
type: boolean
|
||||
|
@ -57,6 +60,7 @@ jobs:
|
|||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
wpt: ${{ inputs.wpt }}
|
||||
number-of-wpt-chunks: ${{ inputs.number-of-wpt-chunks }}
|
||||
unit-tests: ${{ inputs.unit-tests }}
|
||||
build-libservo: ${{ inputs.build-libservo }}
|
||||
wpt-args: ${{ inputs.wpt-args }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue