Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: PRESUBMIT.py

Issue 133603003: GTTF: Increase percentage of manual try jobs going to recipe-based trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698