Bug 1523303 - Align mozharness suite names with the ones in 'moztest.resolve', r=gbrown

This officially makes 'moztest.resolve' the source of truth when it comes to
suite names. It aligns that file with the names used in both the
desktop_unittest and android_emulator_unittest scripts.

Differential Revision: https://phabricator.services.mozilla.com/D27555
This commit is contained in:
Andrew Halberstadt
2019-04-22 22:32:34 +00:00
parent bae1df96b7
commit 03bc4efb44
17 changed files with 117 additions and 169 deletions

View File

@@ -236,8 +236,7 @@ def target_tasks_valgrind(full_task_graph, parameters, graph_config):
if platform not in ['linux64']:
return False
if task.attributes.get('unittest_suite', '').startswith('mochitest') and \
task.attributes.get('unittest_flavor', '').startswith('valgrind-plain'):
if task.attributes.get('unittest_suite', '').startswith('mochitest-valgrind-plain'):
return True
return False