Index: ash/PRESUBMIT.py |
diff --git a/ash/PRESUBMIT.py b/ash/PRESUBMIT.py |
index 648c6639fa9d5dd6026d46742fa62ecb64ae69ed..8753f92d50269acd118c6911fec9027e17594b5d 100644 |
--- a/ash/PRESUBMIT.py |
+++ b/ash/PRESUBMIT.py |
@@ -11,6 +11,6 @@ for more details on the presubmit API built into gcl. |
def GetPreferredTryMasters(project, change): |
return { |
'tryserver.chromium': { |
- 'linux_chromeos_clang': set(['defaulttests']), |
+ 'linux_chromium_chromeos_clang_dbg': set(['defaulttests']), |
} |
} |