mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
Backed out changeset 1da05a6d5548 (bug 1726603) for causing Gecko decision task bustage. CLOSED TREE
This commit is contained in:
parent
39638fc638
commit
8057b74d37
@ -48,10 +48,10 @@ def guess_mozinfo_from_task(task):
|
||||
"ccov": "ccov" in task["build-attributes"]["build_platform"],
|
||||
"debug": task["build-attributes"]["build_type"] == "debug",
|
||||
"e10s": task["attributes"]["e10s"],
|
||||
"fission": "fission" in task["attributes"].get("unittest_variant"),
|
||||
"fission": task["attributes"].get("unittest_variant") == "fission",
|
||||
"headless": "-headless" in task["test-name"],
|
||||
"tsan": "tsan" in task["build-attributes"]["build_platform"],
|
||||
"webrender": task.get("webrender", True),
|
||||
"webrender": task.get("webrender", False),
|
||||
}
|
||||
for platform in ("android", "linux", "mac", "win"):
|
||||
if platform in task["build-attributes"]["build_platform"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user