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 cfdef5a commit 5089982Copy full SHA for 5089982
taskcluster/gecko_taskgraph/target_tasks.py
@@ -818,7 +818,8 @@ def filter(task):
818
return False
819
if "chrome-m" in try_name and "-nofis" not in try_name:
820
821
- if "chrome-m" in try_name and "essential" in try_name:
+ # 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:
823
return True
824
if "chrome-m" in try_name and (
825
("ebay" in try_name and "live" not in try_name)
0 commit comments