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

Unified Diff: scripts/master/master_gen.py

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.webrtc/master.cfg ('k') | scripts/master/skia/skia_master_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/master_gen.py
diff --git a/scripts/master/master_gen.py b/scripts/master/master_gen.py
index 2dd3ccd3e56701a93ad00b3d9b68eb14bb3c62c6..6f8309b6d5947accecc69480c46d51155c85a613 100644
--- a/scripts/master/master_gen.py
+++ b/scripts/master/master_gen.py
@@ -40,11 +40,8 @@ def _Populate(BuildmasterConfig, builders, active_master_cls):
c['buildbotURL'] = active_master_cls.buildbot_url
# This sets c['db_url'] to the database connect string in found in
- # the .dbconfig in the master directory, if it exists. If this is
- # a production host, it must exist.
- chromium_utils.DatabaseSetup(
- c,
- require_dbconfig=active_master_cls.is_production_host)
+ # the .dbconfig in the master directory, if it exists.
+ chromium_utils.DatabaseSetup(c)
c['builders'] = _ComputeBuilders(builders, m_annotator, active_master_cls)
« no previous file with comments | « masters/master.tryserver.webrtc/master.cfg ('k') | scripts/master/skia/skia_master_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698