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:
Samson 2023-08-11 19:26:15 +02:00 committed by GitHub
parent c46631a1ce
commit efa38401c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 139 additions and 62 deletions

View file

@ -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())