summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/housekeeping.sh2
-rw-r--r--job-cfg/chroot-tests.yaml3
2 files changed, 4 insertions, 1 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh
index 50ae330b..87b73074 100755
--- a/bin/housekeeping.sh
+++ b/bin/housekeeping.sh
@@ -14,7 +14,7 @@ echo
df -h
echo
# FIXME: make this a general and a specific housekeeping job:
-for DIR in /var/cache/apt/archives/ /var/spool/squid/ /var/lib/jenkins/jobs/ /var/cache/pbuilder/build/ ; do
+for DIR in /var/cache/apt/archives/ /var/spool/squid/ /var/lib/jenkins/jobs/* /var/cache/pbuilder/build/ ; do
sudo du -sh $DIR
done
echo
diff --git a/job-cfg/chroot-tests.yaml b/job-cfg/chroot-tests.yaml
index 882f548b..06ff4b46 100644
--- a/job-cfg/chroot-tests.yaml
+++ b/job-cfg/chroot-tests.yaml
@@ -117,10 +117,13 @@
fail_on_error: 'true'
- trigger:
project: '{my_1st_trigger}'
+ threshold: 'UNSTABLE'
- trigger:
project: '{my_2nd_trigger}'
+ threshold: 'UNSTABLE'
- trigger:
project: '{my_3rd_trigger}'
+ threshold: 'UNSTABLE'
- email:
recipients: jenkins+debian-qa holger@layer-acht.org