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

Unified Diff: masters/master.tryserver.client.mojo/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.tryserver.chromium.win/master.cfg ('k') | masters/master.tryserver.libyuv/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.client.mojo/master.cfg
diff --git a/masters/master.tryserver.client.mojo/master.cfg b/masters/master.tryserver.client.mojo/master.cfg
index 0f66437e286b51dffb162310da34fc3fccfd509c..173cfb97a14a315c7e6cb6e668686c15ebbd8ad9 100644
--- a/masters/master.tryserver.client.mojo/master.cfg
+++ b/masters/master.tryserver.client.mojo/master.cfg
@@ -37,7 +37,7 @@ for builder_name in builders:
'slavebuilddir': 'mojo',
})
-config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
+config.DatabaseSetup(c)
c['logCompressionLimit'] = False
c['projectName'] = ActiveMaster.project_name
« no previous file with comments | « masters/master.tryserver.chromium.win/master.cfg ('k') | masters/master.tryserver.libyuv/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698