summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-13 21:00:38 +0200
committermakefu <github@syntax-fehler.de>2016-06-13 21:00:38 +0200
commitfe658ebd804466ec96baebe1ebfb7fd3ef076681 (patch)
tree82b5622a8d4eba7e56e1cbc53bc1d03b42f5f9ab /shared
parentadda47ffad2b61c7b5a3094a0f9cc44ed18913f3 (diff)
s 1 buildbot: re-add treeStableTimer
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/shared-buildbot.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix
index 5f3b353..6c40d99 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"]))
'';