Skip to content

Commit 6395eef

Browse files
authored
Bug 1977456 - Enable Replicates on applink startup tests. (#8844)
Perf team has requested to have: (1) tab restore on central and autoland report replicates, and (2) applink-startup report replicates on autoland.
1 parent 0ce27a5 commit 6395eef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

treeherder/etl/perf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ def _test_should_gather_replicates_based_on(
133133
elif repository.name in ("mozilla-central",):
134134
if suite_name == "speedometer3":
135135
return True
136-
elif "applink-startup" in suite_name:
136+
elif "applink-startup" in suite_name or "tab-restore" in suite_name:
137+
return True
138+
elif repository.name in ("autoland",):
139+
if "applink-startup" in suite_name or "tab-restore" in suite_name:
137140
return True
138141
return False
139142

0 commit comments

Comments
 (0)