aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 03d863285a7..033f9795a23 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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: