diff options
| author | makefu <github@syntax-fehler.de> | 2015-12-24 20:50:23 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-12-24 20:50:23 +0100 |
| commit | 8a4f301afb38ed9a2a51efec1a51dba8be69db7b (patch) | |
| tree | 94e45b61d7ba3f1e8129328f3691eb07f0c4edd9 /shared/2configs/buildbot-standalone.nix | |
| parent | ddc9073c40c958235c5d6c3f35bd7c22f5b15b0b (diff) | |
s 2 buildbot: add treestabletimer
Diffstat (limited to 'shared/2configs/buildbot-standalone.nix')
| -rw-r--r-- | shared/2configs/buildbot-standalone.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix index baab059..51c6003 100644 --- a/shared/2configs/buildbot-standalone.nix +++ b/shared/2configs/buildbot-standalone.nix @@ -6,11 +6,11 @@ in { buildbot = pkgs-unst.buildbot; buildbot-slave = pkgs-unst.buildbot-slave; }; - networking.firewall.allowedTCPPorts = [ 8010 ]; + networking.firewall.allowedTCPPorts = [ 8010 9989 ]; krebs.buildbot.master = { slaves = { testslave = "krebspass"; - testslave2 = "krebspass"; + omo = "krebspass"; }; change_source.stockholm = '' stockholm_repo = 'http://cgit.gum/stockholm' @@ -33,7 +33,7 @@ in { name="fast-master-test", builderNames=["fast-tests"])) ''; - full-master-scheduler = '' + test-cac-infest-master = '' # files everyone depends on or are part of the share branch def shared_files(change): r =re.compile("^((krebs|shared)/.*|Makefile|default.nix)") @@ -45,6 +45,7 @@ in { sched.append(schedulers.SingleBranchScheduler( change_filter=util.ChangeFilter(branch="master"), fileIsImportant=shared_files, + treeStableTimer=60*60, # master was stable for the last hour name="full-master-test", builderNames=["full-tests"])) ''; |
