summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 11:40:10 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 11:40:10 +0000
commit6ff278e5c54eba2a72a92b38448169b0a34d6e2c (patch)
treedf6b6ce026fdecaffa9ddaabca4fab7e6634aa9e /PRESUBMIT.py
parent5022f228c6fc0c5b14c2a9c61a4599fcc72c6fed (diff)
downloadchromium_src-6ff278e5c54eba2a72a92b38448169b0a34d6e2c.zip
chromium_src-6ff278e5c54eba2a72a92b38448169b0a34d6e2c.tar.gz
chromium_src-6ff278e5c54eba2a72a92b38448169b0a34d6e2c.tar.bz2
GTTF: Increase percentage of manual try jobs going to recipe-based trybots.
This goes from 1% to 10% . Over Jan 7-8 we only got 3 jobs total with no problems. BUG=317931 R=joi@chromium.org Review URL: https://codereview.chromium.org/131503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index e8f444d..24af625 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',