mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support mac wpt builds (#29867)
* Add wpt-mac builds * Fix wpt reporting check run tag * There can only be five concurrent mac runners
This commit is contained in:
parent
c46631a1ce
commit
efa38401c6
5 changed files with 139 additions and 62 deletions
|
@ -229,7 +229,7 @@ def main():
|
|||
results = get_results(filenames, args.tag)
|
||||
if not results:
|
||||
print("Did not find any unexpected results.")
|
||||
create_check_run("Did not find any unexpected results.")
|
||||
create_check_run("Did not find any unexpected results.", args.tag)
|
||||
return
|
||||
|
||||
print(results.to_string())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue