mirror of
https://github.com/reactos/buildbot_config.git
synced 2024-11-23 03:39:51 +00:00
Do not collapse build requests
This commit is contained in:
parent
996af7dda8
commit
3e76d290a5
@ -111,6 +111,9 @@ def mattermost_formatter(build):
|
||||
c = BuildmasterConfig = {}
|
||||
c['buildbotNetUsageData'] = None
|
||||
|
||||
# Always build all revisions
|
||||
c['collapseRequests'] = False
|
||||
|
||||
# Read the config
|
||||
credentials = configparser.RawConfigParser()
|
||||
if len(credentials.read("credentials.ini")) == 0:
|
||||
|
Loading…
Reference in New Issue
Block a user