Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Bug 1623601 - Add visual metrics tasks to nightly browsertime tests. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gmierz committed Mar 19, 2020
1 parent e4acabb commit 8d2e594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/fenix_taskgraph/target_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ def filter(task, parameters):
@_target_task('browsertime')
def target_tasks_raptor(full_task_graph, parameters, graph_config):
def filter(task, parameters):
return task.kind == 'browsertime'
return task.kind in ('browsertime', 'visual-metrics')

return [l for l, t in full_task_graph.tasks.iteritems() if filter(t, parameters)]

0 comments on commit 8d2e594

Please sign in to comment.