mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Customizable wpt options and profile in workflows (#30912)
* wpt -> wpt-sync * Add profile configuration option * Add wpt (for custom tests selection) to CI * Renaming of wpt-* options * fixup! do renames also in scripts * fixup! profile * Fix try labels
This commit is contained in:
parent
81f5157522
commit
1f0f50b22b
7 changed files with 105 additions and 61 deletions
4
.github/workflows/scheduled-wpt-import.yml
vendored
4
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
name: Linux
|
||||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
wpt: 'sync'
|
||||
layout: 'all'
|
||||
wpt-sync-from-upstream: true
|
||||
wpt-layout: 'all'
|
||||
unit-tests: false
|
||||
|
||||
sync:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue