[Piuparts-commits] [piuparts] 04/04: p.conf: use relative expiration ages
Holger Levsen
holger at layer-acht.org
Thu Aug 3 03:52:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 247c2a94050302fea6dba889c8de06e2b71df52f
Author: Andreas Beckmann <anbe at debian.org>
Date: Thu Aug 3 03:29:32 2017 +0200
p.conf: use relative expiration ages
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 2 ++
instances/piuparts.conf-template.pejacevic | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 54df909..83751d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ piuparts (0.79) UNRELEASED; urgency=medium
- Do not ignore errors while purging packages.
- Add post_test_* custom scripts. These are run exactly once at the end
of each test (before comparing with the reference chroot state).
+ * piuparts.conf:
+ - Use relative expiration ages.
* reschedule_oldest_logs: Expiration age values starting with "+" are
relative to the rescheduling age.
* Move some exceptions to {pre,post}_test_exceptions.
diff --git a/instances/piuparts.conf-template.pejacevic b/instances/piuparts.conf-template.pejacevic
index 205a82e..a5e9196 100644
--- a/instances/piuparts.conf-template.pejacevic
+++ b/instances/piuparts.conf-template.pejacevic
@@ -188,12 +188,12 @@ idle-sleep = 3600
max-tgz-age = 0
max-reserved = 100
# rescheduling settings
-expire-old-days = 120
-reschedule-old-days = 90
reschedule-old-count = 250
-expire-fail-days = 15
-reschedule-fail-days = 10
+reschedule-old-days = 90
+expire-old-days = +30
reschedule-fail-count = 50
+reschedule-fail-days = 10
+expire-fail-days = +5
reschedule-untestable-days = 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list