aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-02-05 06:16:59 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-05 06:16:59 -0800
commit001cc1f41be1e6fce39f0cc1426a1497909d91cd (patch)
treefce1d738fd84250da75b44ff0ca933959552a7ab /tools
parent3f20f511dccbebdf01be3d656d41890af5704d54 (diff)
dont upload to Gold from MSAN bot
Diffstat (limited to 'tools')
-rwxr-xr-xtools/buildbot_spec.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
index 95637515d0..92c359e5d7 100755
--- a/tools/buildbot_spec.py
+++ b/tools/buildbot_spec.py
@@ -292,6 +292,7 @@ def get_builder_spec(builder_name):
skip_upload_bots = [
'ASAN',
'Coverage',
+ 'MSAN',
'TSAN',
'UBSAN',
'Valgrind',