summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: