diff options
author | makefu <github@syntax-fehler.de> | 2016-06-13 21:00:38 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-06-13 21:00:38 +0200 |
commit | 204c89131c06cfe4d0d9a7f95a3946ec5845818f (patch) | |
tree | 489912603a59d19d3e64fd324b9effcec779507d /shared/2configs | |
parent | d7e928e4b8470d991d6083c87b49d7290c9a0a96 (diff) |
s 1 buildbot: re-add treeStableTimer
Diffstat (limited to 'shared/2configs')
-rw-r--r-- | shared/2configs/shared-buildbot.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix index 5f3b35304..6c40d9966 100644 --- a/shared/2configs/shared-buildbot.nix +++ b/shared/2configs/shared-buildbot.nix @@ -26,7 +26,7 @@ stockholm_repo, workdir='stockholm-poller', branches=True, project='stockholm', - pollinterval=120)) + pollinterval=60)) ''; scheduler = { force-scheduler = '' @@ -43,7 +43,7 @@ sched.append(schedulers.SingleBranchScheduler( ## all branches change_filter=util.ChangeFilter(branch_re=".*"), - # treeStableTimer=10, + treeStableTimer=10, name="fast-all-branches", builderNames=["fast-tests"])) ''; |