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-10 15:06:50 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-10 15:06:50 +0000
commitcdd46ff2e9f14641cfbdd7f4100abf32dae70613 (patch)
treefab50acafbbbf476603d9e5e2967d85b536c3c80 /PRESUBMIT.py
parent19e20f947db6c2bf575d1aa3b33fb0e291b58a48 (diff)
downloadchromium_src-cdd46ff2e9f14641cfbdd7f4100abf32dae70613.zip
chromium_src-cdd46ff2e9f14641cfbdd7f4100abf32dae70613.tar.gz
chromium_src-cdd46ff2e9f14641cfbdd7f4100abf32dae70613.tar.bz2
GTTF: Increase percentage of manual try jobs going to recipe-based trybots.
This goes from 10% to 25% . Over Jan 9 we got 13 jobs per builder with no problems. BUG=317931 R=joi@chromium.org Review URL: https://codereview.chromium.org/133603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244160 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 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',