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
Jelmer Vernooij
jenkins.debian.net
Commits
38a659c3
Commit
38a659c3
authored
Sep 07, 2021
by
Holger Levsen
Browse files
reproducible Debian: also schedule old packages from bookworm
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
614fb220
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_scheduler.py
View file @
38a659c3
...
@@ -211,32 +211,32 @@ LIMITS = {
...
@@ -211,32 +211,32 @@ LIMITS = {
'amd64'
:
{
'amd64'
:
{
'stretch'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'stretch'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
1000
,
10
00
),
2
:
(
1500
,
85
0
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
1000
,
3
00
),
2
:
(
1500
,
20
0
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
120
0
),
2
:
(
1500
,
100
0
),
'*'
:
0
},
'unstable'
:
{
1
:
(
1000
,
1350
),
2
:
(
1500
,
1150
),
'*'
:
0
},
'unstable'
:
{
1
:
(
1000
,
1350
),
2
:
(
1500
,
1150
),
'*'
:
0
},
'experimental'
:
{
1
:
(
1000
,
70
),
2
:
(
1500
,
50
),
'*'
:
0
},
'experimental'
:
{
1
:
(
1000
,
70
),
2
:
(
1500
,
50
),
'*'
:
0
},
},
},
'i386'
:
{
'i386'
:
{
'stretch'
:
{
1
:
(
800
,
0
),
2
:
(
1300
,
0
),
'*'
:
0
},
'stretch'
:
{
1
:
(
800
,
0
),
2
:
(
1300
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
800
,
0
),
2
:
(
1300
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
800
,
0
),
2
:
(
1300
,
0
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
800
,
70
0
),
2
:
(
1300
,
5
50
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
800
,
25
0
),
2
:
(
1300
,
1
50
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
100
0
),
2
:
(
1500
,
85
0
),
'*'
:
0
},
'unstable'
:
{
1
:
(
800
,
1100
),
2
:
(
1300
,
950
),
'*'
:
0
},
'unstable'
:
{
1
:
(
800
,
1100
),
2
:
(
1300
,
950
),
'*'
:
0
},
'experimental'
:
{
1
:
(
800
,
70
),
2
:
(
1300
,
50
),
'*'
:
0
},
'experimental'
:
{
1
:
(
800
,
70
),
2
:
(
1300
,
50
),
'*'
:
0
},
},
},
'arm64'
:
{
'arm64'
:
{
'stretch'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'stretch'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
1000
,
9
00
),
2
:
(
1500
,
75
0
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
1000
,
3
00
),
2
:
(
1500
,
20
0
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
120
0
),
2
:
(
1500
,
100
0
),
'*'
:
0
},
'unstable'
:
{
1
:
(
1000
,
1300
),
2
:
(
1500
,
1100
),
'*'
:
0
},
'unstable'
:
{
1
:
(
1000
,
1300
),
2
:
(
1500
,
1100
),
'*'
:
0
},
'experimental'
:
{
1
:
(
1000
,
70
),
2
:
(
1500
,
50
),
'*'
:
0
},
'experimental'
:
{
1
:
(
1000
,
70
),
2
:
(
1500
,
50
),
'*'
:
0
},
},
},
'armhf'
:
{
'armhf'
:
{
'stretch'
:
{
1
:
(
900
,
0
),
2
:
(
1400
,
0
),
'*'
:
0
},
'stretch'
:
{
1
:
(
900
,
0
),
2
:
(
1400
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
900
,
0
),
2
:
(
1400
,
0
),
'*'
:
0
},
'buster'
:
{
1
:
(
900
,
0
),
2
:
(
1400
,
0
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
900
,
9
00
),
2
:
(
1400
,
6
00
),
'*'
:
0
},
'bullseye'
:
{
1
:
(
900
,
3
00
),
2
:
(
1400
,
2
00
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
0
),
2
:
(
1500
,
0
),
'*'
:
0
},
'bookworm'
:
{
1
:
(
1000
,
90
0
),
2
:
(
1500
,
60
0
),
'*'
:
0
},
'unstable'
:
{
1
:
(
900
,
1200
),
2
:
(
1400
,
800
),
'*'
:
0
},
'unstable'
:
{
1
:
(
900
,
1200
),
2
:
(
1400
,
800
),
'*'
:
0
},
'experimental'
:
{
1
:
(
900
,
70
),
2
:
(
1400
,
50
),
'*'
:
0
},
'experimental'
:
{
1
:
(
900
,
70
),
2
:
(
1400
,
50
),
'*'
:
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