diff options
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 24af625..0b52834 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', |