| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 24af6256a8eda0cb9c16d74e6c4ba008977829c3..0b52834ad13e059d9eb0713fafb356713c340bd5 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.1:
|
| + if random.random() < 0.25:
|
| trybots.extend(GetDefaultTryConfigs([
|
| 'linux_chromium_dbg',
|
| 'linux_chromium_rel',
|
|
|