summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 21:23:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 21:23:45 +0100
commit3b062d3412fb2f5edd4aba37169f17dfc660692c (patch)
treeabddf67c12ee9d29eead6af50ddc3ce6624fa7a5
parent1269c81ffaeb537053318fed6469a51f935bf3b2 (diff)
downloadjenkins.debian.net-3b062d3412fb2f5edd4aba37169f17dfc660692c.tar.xz
reproducible debian amd64: schedule testing again
-rwxr-xr-xbin/reproducible_scheduler.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 003d3ad3..1de142b0 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -66,7 +66,7 @@ MAXIMA = {'amd64': 750, 'armhf': 250}
LIMITS = {
'untested': {
'amd64': {
- 'testing': {'*': 0},
+ 'testing': {'*': 440},
'unstable': {'*': 440},
'experimental': {'*': 440},
},
@@ -78,7 +78,7 @@ LIMITS = {
},
'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: (400, 0), '*': 0},
+ 'testing': {1: (300, 800), 2: (400, 666), '*': 0},
'unstable': {1: (300, 1000), 2: (400, 888), '*': 0},
'experimental': {1: (300, 70), 2: (400, 50), '*': 0},
},