summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-06 09:40:12 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-06 09:40:12 +0100
commit59184fc955f0b3cf5d81e0b551e14cfe43b9d36b (patch)
treebe7b4be1ca85c4f8be3c14a0387d65f3828046ea
parent212b8eb4b55979e2168c16c5fc37b5395f5b8b19 (diff)
downloadjenkins.debian.net-59184fc955f0b3cf5d81e0b551e14cfe43b9d36b.tar.xz
add trigger for housekeeping
-rw-r--r--etc/squid/squid.conf4
-rw-r--r--job-cfg/chroot-test.yaml2
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf
index f49213f5..0c9f1cc4 100644
--- a/etc/squid/squid.conf
+++ b/etc/squid/squid.conf
@@ -1985,8 +1985,8 @@ cache_dir ufs /var/spool/squid 16384 16 1024
# proper proxy for APT.
#
#Default:
-#NOTE 3: raised to 50 MB
-maximum_object_size 51200 KB
+#NOTE 3: raised to 100 MB
+maximum_object_size 102400 KB
# TAG: cache_swap_low (percent, 0-100)
# TAG: cache_swap_high (percent, 0-100)
diff --git a/job-cfg/chroot-test.yaml b/job-cfg/chroot-test.yaml
index 9a32d0ca..88476f64 100644
--- a/job-cfg/chroot-test.yaml
+++ b/job-cfg/chroot-test.yaml
@@ -64,6 +64,8 @@
- job-template:
name: '{name}-housekeeping'
description: '{my_description}{do_not_edit}'
+ triggers:
+ - timed: "0 5 * * *"
builders:
- shell: '/srv/jenkins/bin/housekeeping.sh'
publishers: