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

Unified Diff: masters/master.chromium.chrome/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 | « no previous file | masters/master.chromium.chromedriver/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.chrome/master.cfg
diff --git a/masters/master.chromium.chrome/master.cfg b/masters/master.chromium.chrome/master.cfg
index 3a6e7b1ea4eed28dd0079ec306160f0e12441b9d..265865c08156d572ea37ad19cd213c85d03968e1 100644
--- a/masters/master.chromium.chrome/master.cfg
+++ b/masters/master.chromium.chrome/master.cfg
@@ -23,7 +23,7 @@ ActiveMaster = master_site_config.ChromiumChrome
# a shorter alias to save typing.
c = BuildmasterConfig = {}
-config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
+config.DatabaseSetup(c)
####### CHANGESOURCES
« no previous file with comments | « no previous file | masters/master.chromium.chromedriver/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698