Skip to content

Commit

Permalink
buildbot: quicker builds after git commits
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Aug 19, 2024
1 parent 86f70df commit e35db34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/buildbot/files/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ c['schedulers'].append(AnyBranchScheduler(
change_filter=filter.ChangeFilter(
repository=config['packages_repo'].removesuffix('.git'),
branch=config['packages_branches']),
treeStableTimer=900,
treeStableTimer=60,
builderNames=["builds/packages"]))


Expand Down

0 comments on commit e35db34

Please sign in to comment.