Skip to content

Commit 5089982

Browse files
committed
Bug 1929960 - Enable non-essential tp6m tests on chrome-m for android crons. r=perftest-reviewers,taskgraph-reviewers,fbilt,ahal
Differential Revision: https://phabricator.services.mozilla.com/D234407
1 parent cfdef5a commit 5089982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

taskcluster/gecko_taskgraph/target_tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@ def filter(task):
818818
return False
819819
if "chrome-m" in try_name and "-nofis" not in try_name:
820820
return False
821-
if "chrome-m" in try_name and "essential" in try_name:
821+
# Bug 1929960 - Enable all chrome-m tp6m tests on a55 only
822+
if "chrome-m" in try_name and "tp6m" in try_name and "hw-a55" in platform:
822823
return True
823824
if "chrome-m" in try_name and (
824825
("ebay" in try_name and "live" not in try_name)

0 commit comments

Comments
 (0)