[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: on armhf: only schedule unstable
Holger Levsen
holger at moszumanska.debian.org
Sat Sep 19 19:16:06 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 31b3cb28536189040948d40953a33ff5ff5e52e4
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 19 21:15:55 2015 +0200
reproducible: on armhf: only schedule unstable
---
bin/reproducible_scheduler.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index f1c1808..31ac06b 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -494,6 +494,8 @@ def scheduler(arch):
if suite not in priotized_suite_order:
priotized_suite_order.append(suite)
for suite in priotized_suite_order:
+ if arch = 'armhf' and suite != 'unstable':
+ 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