Index: ash/PRESUBMIT.py |
diff --git a/ash/PRESUBMIT.py b/ash/PRESUBMIT.py |
index 8753f92d50269acd118c6911fec9027e17594b5d..9132e99a3dd71ca17197dd68face21caa34e430a 100644 |
--- a/ash/PRESUBMIT.py |
+++ b/ash/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_chromium_chromeos_clang_dbg': set(['defaulttests']), |
} |
} |