Skip to content

Commit dcfd7a7

Browse files
authored
Bug 2001342 - Enable replicate ingestion on mozilla-release, mozilla-beta, and firefox-iOS (#9081)
Enable Phase 1 for replicate ingestion on mozilla-release, mozilla-beta, and firefox-iOS. These branches have fewer tests, so we’ll monitor ingestion and resource usage for about two weeks.
1 parent 4d72ce9 commit dcfd7a7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

treeherder/etl/perf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,12 @@ def _test_should_gather_replicates_based_on(
140140
mozilla-central.
141141
"""
142142
if replicates and len(replicates) > 0:
143-
if repository.name in ("try",):
143+
if repository.name in (
144+
"try",
145+
"mozilla-release",
146+
"mozilla-beta",
147+
"firefox-ios",
148+
):
144149
return True
145150
elif repository.name in ("mozilla-central",):
146151
if suite_name == "speedometer3":

0 commit comments

Comments
 (0)