Commit 829ee7e1 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible armhf: schedule less packages

parent 1856df1d
...@@ -72,8 +72,8 @@ LIMITS = { ...@@ -72,8 +72,8 @@ LIMITS = {
}, },
'armhf': { 'armhf': {
'testing': {'*': 0}, 'testing': {'*': 0},
'unstable': {'*': 250}, 'unstable': {'*': 150},
'experimental': {'*': 250}, 'experimental': {'*': 150},
}, },
}, },
'new': { 'new': {
...@@ -108,8 +108,8 @@ LIMITS = { ...@@ -108,8 +108,8 @@ LIMITS = {
}, },
'armhf': { 'armhf': {
'testing': {1: (300, 0), 2: (400, 0), '*': 0}, 'testing': {1: (300, 0), 2: (400, 0), '*': 0},
'unstable': {1: (300, 250), 2: (400, 200), '*': 0}, 'unstable': {1: (300, 150), 2: (400, 100), '*': 0},
'experimental': {1: (300, 20), 2: (400, 10), '*': 0}, 'experimental': {1: (300, 15), 2: (400, 8), '*': 0},
} }
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment