Fix missing variable.

pull/543/head
gmierz 2 years ago committed by mergify[bot]
parent e6f0e1aa56
commit b79e2684e7

@ -159,7 +159,7 @@ def setup_nofis(config, tasks):
task["run"]["command"].append("--disable-fission")
# Build taskcluster group and symol
task["treeherder"]["symbol"] = "Btime-nofis(%s)" % symbol
task["treeherder"]["symbol"].replace("Btime", "Btime-nofis")
task["name"].append("-nofis")
yield task

Loading…
Cancel
Save