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

Unified Diff: masters/master.chromium.chromedriver/master.cfg

Issue 2094613002: Don't require a .dbconfig file on any masters. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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 | « masters/master.chromium.chrome/master.cfg ('k') | masters/master.chromium.fyi/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.chromedriver/master.cfg
diff --git a/masters/master.chromium.chromedriver/master.cfg b/masters/master.chromium.chromedriver/master.cfg
index fa58a34b52897941968166334edbdb5d765a2752..c715cbb600aca60d344ab2764bf9624d440e877f 100644
--- a/masters/master.chromium.chromedriver/master.cfg
+++ b/masters/master.chromium.chromedriver/master.cfg
@@ -26,7 +26,7 @@ c = BuildmasterConfig = {}
# Disable compression for the stdio files.
c['logCompressionLimit'] = False
-config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
+config.DatabaseSetup(c)
####### CHANGESOURCES
« no previous file with comments | « masters/master.chromium.chrome/master.cfg ('k') | masters/master.chromium.fyi/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698