aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-04-05 08:24:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-05 08:24:29 -0700
commit0adac4636394b47235d6b1f0bc3b3498fc4eff02 (patch)
treefdf10fd594a66f4d83ba6f9834d735aba916acd3
parent5c5cfe24efe4c728e787447dabffe345080d1fb9 (diff)
Do not set do_perf_steps for Build-Ubuntu-GCC-x86_64-Release-SwarmingValgrind
-rwxr-xr-xtools/buildbot_spec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
index 8e2f7b7b13..551907038e 100755
--- a/tools/buildbot_spec.py
+++ b/tools/buildbot_spec.py
@@ -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