[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: temporarily disable the scheduler for testing/amd64 as diffoscope 36 is uninstallable in testing atm
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 10:49:44 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 f0083b6c06235e52788e2c08e9ef61049c45f72a
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 12:49:30 2015 +0200
reproducible: temporarily disable the scheduler for testing/amd64 as diffoscope 36 is uninstallable in testing atm
---
bin/reproducible_scheduler.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 8e0811d..eab44ab 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -500,6 +500,10 @@ def scheduler(arch):
if arch == 'armhf' and suite != 'unstable':
now_queued_here[suite] = 0
continue
+ # FIXME: temporarily disable the scheduler for testing/amd64 as diffoscope 36 is uninstallable in testing atm
+ elif arch == 'amd64' and suite != 'unstable':
+ now_queued_here[suite] = 0
+ continue
query = 'SELECT count(*) ' \
'FROM schedule AS p JOIN sources AS s ON p.package_id=s.id ' \
'WHERE s.suite="{suite}" AND s.architecture="{arch}"'
--
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