[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: reschedule ftbfs (without bugs filed) after 5 instead of 10 days

Holger Levsen holger at moszumanska.debian.org
Fri Oct 9 14:12:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e1dc1ec1d4e341626072f9e929e3e58660158e2c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 9 16:06:00 2015 +0200

    reproducible: reschedule ftbfs (without bugs filed) after 5 instead of 10 days
---
 bin/reproducible_scheduler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2a0071c..c916dcc 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -351,7 +351,7 @@ def query_new_versions(suite, arch, limit):
 
 
 def query_old_ftbfs_versions(suite, arch, limit):
-    criteria = 'status ftbfs, no bug filed, tested at least ten days ago, ' + \
+    criteria = 'status ftbfs, no bug filed, tested at least 5 days ago, ' + \
                'no new version available, sorted by last build date'
     query = """SELECT DISTINCT s.id, s.name
                 FROM sources AS s JOIN results AS r ON s.id = r.package_id
@@ -359,7 +359,7 @@ def query_old_ftbfs_versions(suite, arch, limit):
                 WHERE s.suite='{suite}' AND s.architecture='{arch}'
                 AND r.status = 'FTBFS'
                 AND ( n.bugs = '[]' OR n.bugs IS NULL )
-                AND r.build_date < datetime('now', '-10 day')
+                AND r.build_date < datetime('now', '-5 days')
                 AND s.id NOT IN (SELECT schedule.package_id FROM schedule)
                 ORDER BY r.build_date
                 LIMIT {limit}""".format(suite=suite, arch=arch, limit=limit)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list