mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Add try-wpt-2020 runner
This commit is contained in:
parent
8bed625d28
commit
200f90cf9f
3 changed files with 7 additions and 7 deletions
|
@ -352,7 +352,7 @@ class MachCommands(CommandBase):
|
|||
def try_jobs(self, jobs):
|
||||
branches = []
|
||||
# we validate branches because force pushing is destructive
|
||||
VALID_TRY_BRACHES = ["try", "try-linux", "try-mac", "try-windows", "try-wpt"]
|
||||
VALID_TRY_BRACHES = ["try", "try-linux", "try-mac", "try-windows", "try-wpt", "try-wpt-2020"]
|
||||
for job in jobs:
|
||||
# branches must start with try-
|
||||
if "try" not in job:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue