diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-23 10:24:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-23 10:24:59 +0200 |
commit | d726f97ab30e25db250f0f32e5a13d1499a1c345 (patch) | |
tree | 86bfefc77a484e6309999c2f67a01cd527476d06 /bin | |
parent | b04ac28b70b52609ded6d6df001a80ae1fb6ab16 (diff) | |
download | jenkins.debian.net-d726f97ab30e25db250f0f32e5a13d1499a1c345.tar.xz |
Revert "reproducible: temporarily disable the scheduler for testing/amd64 as diffoscope 36 is uninstallable in testing atm"
This reverts commit f0083b6c06235e52788e2c08e9ef61049c45f72a.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 06021591..ccbfd20e 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -500,10 +500,6 @@ 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}"' |