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
829ee7e1
Commit
829ee7e1
authored
Dec 23, 2015
by
Holger Levsen
Browse files
reproducible armhf: schedule less packages
parent
1856df1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_scheduler.py
View file @
829ee7e1
...
@@ -72,8 +72,8 @@ LIMITS = {
...
@@ -72,8 +72,8 @@ LIMITS = {
},
},
'armhf'
:
{
'armhf'
:
{
'testing'
:
{
'*'
:
0
},
'testing'
:
{
'*'
:
0
},
'unstable'
:
{
'*'
:
2
50
},
'unstable'
:
{
'*'
:
1
50
},
'experimental'
:
{
'*'
:
2
50
},
'experimental'
:
{
'*'
:
1
50
},
},
},
},
},
'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
,
2
50
),
2
:
(
400
,
2
00
),
'*'
:
0
},
'unstable'
:
{
1
:
(
300
,
1
50
),
2
:
(
400
,
1
00
),
'*'
:
0
},
'experimental'
:
{
1
:
(
300
,
20
),
2
:
(
400
,
10
),
'*'
:
0
},
'experimental'
:
{
1
:
(
300
,
15
),
2
:
(
400
,
8
),
'*'
:
0
},
}
}
}
}
}
}
...
...
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