[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix typo/lango
Holger Levsen
holger at moszumanska.debian.org
Mon May 18 08:52:23 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 274f56db4ad4498a1c740fe47138d6d245728f39
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 18 10:52:12 2015 +0200
fix typo/lango
---
bin/reproducible_scheduler.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 58a15b3..8b398e2 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -262,9 +262,9 @@ def scheduler():
else:
many_old_base = 0 # ...
for suite in SUITES:
- if suite = 'unstable':
+ if suite == 'unstable':
suite_many_old = many_old_base*10 # experimental is roughly one tenth of the size of the other suites
- elif suite = 'testing':
+ elif suite == 'testing':
suite_many_old = many_old_base*5 # re-schedule testing less than unstable as we care more about unstable and because unstable changes more frequently
else:
suite_many_old = many_old_base
--
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