| Index: third_party/tcmalloc/PRESUBMIT.py
|
| diff --git a/third_party/tcmalloc/PRESUBMIT.py b/third_party/tcmalloc/PRESUBMIT.py
|
| index f9c2c5d24fb64e3db09031d6a081f0175f9f6a49..dccfde67e1da639cce80049451638386b63ce378 100755
|
| --- a/third_party/tcmalloc/PRESUBMIT.py
|
| +++ b/third_party/tcmalloc/PRESUBMIT.py
|
| @@ -10,7 +10,7 @@ for more details on the presubmit API built into gcl.
|
|
|
| def GetPreferredTryMasters(project, change):
|
| return {
|
| - 'tryserver.chromium': {
|
| + 'tryserver.chromium.linux': {
|
| 'linux_valgrind': set(['defaulttests']),
|
| }
|
| }
|
|
|