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

Unified Diff: projects.py

Issue 139463004: Disable recipe CQ requirements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue/
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: projects.py
===================================================================
--- projects.py (revision 244892)
+++ projects.py (working copy)
@@ -454,10 +454,11 @@
# Experimental recipe-based Chromium trybots. To avoid possible capacity
# problems, only enable for a small percentage of try runs.
+ # Disable as emergency measure - crbug.com/334681
verifiers.append(
trigger_experimental_try_job.TriggerExperimentalTryJobVerifier(
context_obj,
- percentage=0.25,
+ percentage=0,
try_job_description={
'linux_chromium_dbg': ['defaulttests'],
'linux_chromium_rel': ['defaulttests'],
« 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