Bug 1826954 - Add http3 to taskcluster chunking logic r=jmaher

Depends on D176401

Differential Revision: https://phabricator.services.mozilla.com/D176553
This commit is contained in:
Julian Descottes 2023-04-26 22:44:00 +00:00
parent 52784f4bf8
commit 0b0822886b

View File

@ -58,6 +58,7 @@ def guess_mozinfo_from_task(task, repo=""):
"socketprocess_networking": "socketprocess_networking"
in setting["runtime"].keys(),
"nightly_build": repo in ["mozilla-central", "autoland", "try", ""], # trunk
"http3": "http3" in setting["runtime"].keys(),
}
for platform in ("android", "linux", "mac", "win"):
if p_os["name"].startswith(platform):