We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce27a5 commit 6395eefCopy full SHA for 6395eef
treeherder/etl/perf.py
@@ -133,7 +133,10 @@ def _test_should_gather_replicates_based_on(
133
elif repository.name in ("mozilla-central",):
134
if suite_name == "speedometer3":
135
return True
136
- elif "applink-startup" in suite_name:
+ 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:
140
141
return False
142
0 commit comments