[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: Revert "reproducible Debian: stop scheduling sid+experimental alltogether, until…
Holger Levsen
gitlab at salsa.debian.org
Sat Aug 4 13:26:49 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
909b1b9e by Holger Levsen at 2018-08-04T12:26:07Z
Revert "reproducible Debian: stop scheduling sid+experimental alltogether, until we have a solution for gcc-8"
This reverts commit 1e91c2787aa658764a881aaf6046856e89fbe769.
- - - - -
478ebb63 by Holger Levsen at 2018-08-04T12:26:28Z
Revert "reproducible Debian: stop scheduling old versions in unstable and experimental as gcc-8 is the default now and we don't have a patched gcc-8 yet"
This reverts commit 53fc8962cd278aeda6a8d72311d454a75665c3e3.
- - - - -
1 changed file:
- bin/reproducible_scheduler.py
Changes:
=====================================
bin/reproducible_scheduler.py
=====================================
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -103,104 +103,104 @@ LIMITS = {
'amd64': {
'stretch': {1: (700, 500), 2: (1100, 750), '*': 100},
'buster': {1: (700, 500), 2: (1100, 750), '*': 100},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 500), 2: (1100, 750), '*': 150},
+ 'experimental': {1: (700, 500), 2: (1100, 750), '*': 50},
},
'i386': {
'stretch': {1: (700, 500), 2: (1100, 750), '*': 100},
'buster': {1: (700, 500), 2: (1100, 750), '*': 100},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 500), 2: (1100, 750), '*': 150},
+ 'experimental': {1: (700, 500), 2: (1100, 750), '*': 50},
},
'arm64': {
'stretch': {1: (700, 500), 2: (1100, 750), '*': 50},
'buster': {1: (700, 500), 2: (1100, 750), '*': 50},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 500), 2: (1100, 750), '*': 75},
+ 'experimental': {1: (700, 500), 2: (1100, 750), '*': 25},
},
'armhf': {
'stretch': {1: (600, 400), 2: (850, 600), '*': 50},
'buster': {1: (600, 400), 2: (850, 600), '*': 50},
- 'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
- 'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
+ 'unstable': {1: (600, 400), 2: (850, 600), '*': 75},
+ 'experimental': {1: (600, 400), 2: (850, 600), '*': 25},
},
},
'ftbfs': {
'amd64': {
'stretch': {1: (700, 40), 2: (1100, 20), '*': 5},
'buster': {1: (700, 40), 2: (1100, 20), '*': 5},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 40), 2: (1100, 20), '*': 5},
+ 'experimental': {1: (700, 40), 2: (1100, 20), '*': 2},
},
'i386': {
'stretch': {1: (700, 40), 2: (1100, 20), '*': 5},
'buster': {1: (700, 40), 2: (1100, 20), '*': 5},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 40), 2: (1100, 20), '*': 5},
+ 'experimental': {1: (700, 40), 2: (1100, 20), '*': 2},
},
'arm64': {
'stretch': {1: (700, 40), 2: (1100, 20), '*': 5},
'buster': {1: (700, 40), 2: (1100, 20), '*': 5},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 40), 2: (1100, 20), '*': 5},
+ 'experimental': {1: (700, 40), 2: (1100, 20), '*': 2},
},
'armhf': {
'stretch': {1: (600, 20), 2: (850, 10), '*': 5},
'buster': {1: (600, 20), 2: (850, 10), '*': 5},
- 'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
- 'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
+ 'unstable': {1: (600, 20), 2: (850, 10), '*': 5},
+ 'experimental': {1: (600, 20), 2: (850, 10), '*': 2},
}
},
'depwait': {
'amd64': {
'stretch': {1: (700, 400), 2: (1100, 200), '*': 50},
'buster': {1: (700, 400), 2: (1100, 200), '*': 50},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 400), 2: (1100, 200), '*': 50},
+ 'experimental': {1: (700, 400), 2: (1100, 200), '*': 20},
},
'i386': {
'stretch': {1: (700, 400), 2: (1100, 200), '*': 50},
'buster': {1: (700, 400), 2: (1100, 200), '*': 50},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 400), 2: (1100, 200), '*': 50},
+ 'experimental': {1: (700, 400), 2: (1100, 200), '*': 20},
},
'arm64': {
'stretch': {1: (700, 400), 2: (1100, 200), '*': 50},
'buster': {1: (700, 400), 2: (1100, 200), '*': 50},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 400), 2: (1100, 200), '*': 50},
+ 'experimental': {1: (700, 400), 2: (1100, 200), '*': 20},
},
'armhf': {
'stretch': {1: (600, 200), 2: (850, 100), '*': 50},
'buster': {1: (600, 200), 2: (850, 100), '*': 50},
- 'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
- 'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
+ 'unstable': {1: (600, 200), 2: (850, 100), '*': 50},
+ 'experimental': {1: (600, 200), 2: (850, 100), '*': 20},
}
},
'old': {
'amd64': {
'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
+ 'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
},
'i386': {
'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
+ 'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
},
'arm64': {
'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
- 'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
- 'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
+ 'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
+ 'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
},
'armhf': {
'stretch': {1: (600, 80), 2: (850, 50), '*': 0},
'buster': {1: (600, 800), 2: (850, 500), '*': 0},
- 'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
- 'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
+ 'unstable': {1: (600, 1000), 2: (850, 700), '*': 0},
+ 'experimental': {1: (600, 70), 2: (850, 50), '*': 0},
}
}
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/9131d9b08c6e2b0867dde34209a36af8410732e5...478ebb63f12ed7966a82f3fac03f6cb861d52bda
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/9131d9b08c6e2b0867dde34209a36af8410732e5...478ebb63f12ed7966a82f3fac03f6cb861d52bda
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180804/ea485f44/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list