Do not set do_perf_steps for Build-Ubuntu-GCC-x86_64-Release-SwarmingValgrind

BUG=skia:5149
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1856403002

Review URL: https://codereview.chromium.org/1856403002
This commit is contained in:
rmistry 2016-04-05 08:24:29 -07:00 committed by Commit bot
parent 5c5cfe24ef
commit 0adac46363

View File

@ -301,7 +301,7 @@ def get_builder_spec(builder_name):
rv['do_perf_steps'] = (role == builder_name_schema.BUILDER_ROLE_PERF or
(role == builder_name_schema.BUILDER_ROLE_TEST and
configuration == CONFIG_DEBUG))
if 'Valgrind' in builder_name:
if rv['do_test_steps'] and 'Valgrind' in builder_name:
rv['do_perf_steps'] = True
if 'GalaxyS4' in builder_name:
rv['do_perf_steps'] = False