Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
dfdcc868
Commit
dfdcc868
authored
Dec 21, 2015
by
Holger Levsen
Browse files
reproducible armhf: raise MAXIMA on armhf, to schedule less often
parent
321db951
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_scheduler.py
View file @
dfdcc868
...
@@ -61,7 +61,7 @@ So, the 3rd step happens only when there are more than 350 packages queued up.
...
@@ -61,7 +61,7 @@ So, the 3rd step happens only when there are more than 350 packages queued up.
Finally, MINIMUM_AGE is respected when scheduling old versions.
Finally, MINIMUM_AGE is respected when scheduling old versions.
"""
"""
MAXIMA
=
{
'amd64'
:
750
,
'armhf'
:
250
}
MAXIMA
=
{
'amd64'
:
750
,
'armhf'
:
375
}
LIMITS
=
{
LIMITS
=
{
'untested'
:
{
'untested'
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment