summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index afb6020a..21bfdf0f 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -71,24 +71,24 @@ MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750}
LIMITS = {
'untested': {
'amd64': {
- 'testing': {'*': 600},
- 'unstable': {'*': 600},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
'i386': {
- 'testing': {'*': 440},
- 'unstable': {'*': 440},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
'arm64': {
- 'testing': {'*': 660},
- 'unstable': {'*': 660},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
'armhf': {
- 'testing': {'*': 440},
- 'unstable': {'*': 440},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
},
'new': {