[fenix] Set symbol properly.

pull/600/head
gmierz 2 years ago committed by mergify[bot]
parent 9f8eecdbc4
commit 0f7fe74475

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

Loading…
Cancel
Save