summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 12:49:30 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 12:49:30 +0200
commitf0083b6c06235e52788e2c08e9ef61049c45f72a (patch)
tree5cd8ba2e4c3101510a2b2956ddfc03d5220fa898 /bin
parent42f025d57430a86acf025d4f109e6008ce5e85c9 (diff)
downloadjenkins.debian.net-f0083b6c06235e52788e2c08e9ef61049c45f72a.tar.xz
reproducible: temporarily disable the scheduler for testing/amd64 as diffoscope 36 is uninstallable in testing atm
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 8e0811d8..eab44aba 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}"'