Browse Source

stable tree timer

covid-videoplattform
parent
commit
7c4027b915
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/buildbot/master.cfg.j2

+ 1
- 1
templates/buildbot/master.cfg.j2 View File

@@ -54,7 +54,7 @@ c['builders'].append(
c['schedulers'].append(schedulers.SingleBranchScheduler(
name="{{builder_name}}",
change_filter=util.ChangeFilter(branch='master'),
treeStableTimer=None,
treeStableTimer=5,
builderNames=['{{builder_name}}']))

{% endfor %}


Loading…
Cancel
Save