summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-13 23:55:50 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-13 23:55:50 +0100
commit65e260aa8ac1f871ecc932a36494b4b1002c5b3b (patch)
tree1a4d48298b8551f08c4b40ff3539bcd9419174ff /bin/reproducible_scheduler.py
parentd9bde25f6b42379e3579dd420b55ae5cc40bd2f1 (diff)
downloadjenkins.debian.net-65e260aa8ac1f871ecc932a36494b4b1002c5b3b.tar.xz
Revert "reproducible: stop scheduling testing while the repo is signed with an unknown key"
This reverts commit aee0815e0ee7363f3c96dbf314de795dc113a954.
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 69aa70ad..e6c72d59 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -66,19 +66,19 @@ MAXIMA = {'amd64': 750, 'armhf': 600}
LIMITS = {
'untested': {
'amd64': {
- 'testing': {'*': 0},
+ 'testing': {'*': 440},
'unstable': {'*': 440},
'experimental': {'*': 440},
},
'armhf': {
- 'testing': {'*': 0},
+ 'testing': {'*': 177},
'unstable': {'*': 177},
'experimental': {'*': 177},
},
},
'new': {
'amd64': {
- 'testing': {1: (100, 0), 2: (200, 0), '*': 0},
+ 'testing': {1: (100, 250), 2: (200, 200), '*': 0},
'unstable': {1: (100, 250), 2: (200, 200), '*': 150},
'experimental': {1: (100, 250), 2: (200, 200), '*': 150},
},
@@ -90,7 +90,7 @@ LIMITS = {
},
'ftbfs+depwait': {
'amd64': {
- 'testing': {1: (250, 0), 2: (350, 0), '*': 0},
+ 'testing': {1: (250, 40), 2: (350, 20), '*': 0},
'unstable': {1: (250, 40), 2: (350, 20), '*': 0},
'experimental': {1: (250, 40), 2: (350, 20), '*': 0},
},
@@ -102,7 +102,7 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 0), 2: (500, 0), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 666), '*': 0},
'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},