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

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

Issue 2285153003: Force build request merging on chromium.fyi (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 74cddfcbcb817dc93bb1d4ef082a4a4c7cb1db1e..692577dbf087733d2ce0b7763d032e777aa06afc 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -39,6 +39,9 @@ STATUS_PUSH = False
c = BuildmasterConfig = {}
c['status'] = []
+# Force merging of requests.
+c['mergeRequests'] = lambda *args, **kwargs: True
+
config.DatabaseSetup(c)
####### CHANGESOURCES
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698