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

Unified Diff: masters/master.chromium.swarm/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.perf/master.cfg ('k') | masters/master.chromium.webkit/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.swarm/master.cfg
diff --git a/masters/master.chromium.swarm/master.cfg b/masters/master.chromium.swarm/master.cfg
index fa60ef79f1e8d0d45d7eeff208678d8ebbe65406..caa572958bee9b0fd55f93de33605a73529c7577 100644
--- a/masters/master.chromium.swarm/master.cfg
+++ b/masters/master.chromium.swarm/master.cfg
@@ -29,7 +29,7 @@ c = BuildmasterConfig = {}
# configured into the buildslaves (with their --master option)
c['slavePortnum'] = ActiveMaster.slave_port
-config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
+config.DatabaseSetup(c)
####### CHANGESOURCES
« no previous file with comments | « masters/master.chromium.perf/master.cfg ('k') | masters/master.chromium.webkit/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698