[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: we should autodetect and reschedule tests which were done with different build-deps

Holger Levsen holger at moszumanska.debian.org
Sat Apr 18 11:16:15 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 2b1672efd5d36f51eaafc7e3244d3c0b93c262d6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Apr 18 13:16:08 2015 +0200

    reproducible: we should autodetect and reschedule tests which were done with different build-deps
---
 TODO | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index 5fbe932..f0cb3af 100644
--- a/TODO
+++ b/TODO
@@ -134,7 +134,17 @@ properties:
 === reproducible
 
 * issues in packages or debbindiff:
-** find debbindiff problems: egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/jenkins/userContent/rbuild/
+** find debbindiff problems: 
+----
+egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/jenkins/userContent/rbuild/
+----
+
+* packages build with different dependencies, should be rescheduled:
+----
+grep '(=.*).,.$' rygel_0.24.2-1.debbindiff.html | uniq -c | sort | grep -c '^\s*1 '
+----
+** if the value is larger than 0, there are differing dependencies...
+** the grepping should probably only done on files younger then $check_frequency
 
 * misc
 ** reproducible: dont delete userContent/$pkg on build begin..

-- 
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