Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index e8f444d40d1ad71982d46a18998c29adde190ab3..24af6256a8eda0cb9c16d74e6c4ba008977829c3 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -1453,7 +1453,7 @@ def GetPreferredTrySlaves(project, change): |
# Experimental recipe-based Chromium trybots. To avoid possible capacity |
# problems, only enable for a small percentage of try runs. |
- if random.random() < 0.01: |
+ if random.random() < 0.1: |
trybots.extend(GetDefaultTryConfigs([ |
'linux_chromium_dbg', |
'linux_chromium_rel', |