mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
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:
parent
52784f4bf8
commit
0b0822886b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user