[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: finetuning of scheduling of old suites
Holger Levsen
gitlab at salsa.debian.org
Fri Oct 30 10:57:50 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d8adebff by Holger Levsen at 2020-10-30T11:57:39+01:00
reproducible Debian: finetuning of scheduling of old suites
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_scheduler.py
Changes:
=====================================
bin/reproducible_scheduler.py
=====================================
@@ -104,30 +104,30 @@ LIMITS = {
'new': {
'amd64': {
'stretch': {1: (1000, 500), 2: (1500, 750), '*': 100},
- 'buster': {1: (1000, 500), 2: (1500, 750), '*': 100},
+ 'buster': {1: (1000, 500), 2: (1500, 650), '*': 100},
'bullseye': {1: (1000, 500), 2: (1500, 750), '*': 150},
'unstable': {1: (1000, 500), 2: (1500, 750), '*': 250},
'experimental': {1: (1000, 500), 2: (1500, 750), '*': 50},
},
'i386': {
'stretch': {1: (800, 500), 2: (1300, 750), '*': 100},
- 'buster': {1: (800, 500), 2: (1300, 750), '*': 100},
+ 'buster': {1: (800, 500), 2: (1300, 650), '*': 100},
'bullseye': {1: (1000, 500), 2: (1500, 750), '*': 150},
'unstable': {1: (800, 500), 2: (1300, 750), '*': 250},
'experimental': {1: (800, 500), 2: (1300, 750), '*': 50},
},
'arm64': {
'stretch': {1: (1000, 500), 2: (1500, 750), '*': 50},
- 'buster': {1: (1000, 500), 2: (1500, 750), '*': 50},
+ 'buster': {1: (1000, 500), 2: (1500, 650), '*': 50},
'bullseye': {1: (1000, 500), 2: (1500, 750), '*': 150},
'unstable': {1: (1000, 500), 2: (1500, 750), '*': 125},
'experimental': {1: (1000, 500), 2: (1500, 750), '*': 25},
},
'armhf': {
- 'stretch': {1: (900, 400), 2: (1400, 600), '*': 50},
- 'buster': {1: (900, 400), 2: (1400, 600), '*': 50},
+ 'stretch': {1: (900, 200), 2: (1400, 350), '*': 50},
+ 'buster': {1: (900, 300), 2: (1400, 450), '*': 50},
'bullseye': {1: (900, 400), 2: (1400, 600), '*': 75},
- 'unstable': {1: (900, 400), 2: (1400, 600), '*': 150},
+ 'unstable': {1: (900, 450), 2: (1400, 650), '*': 150},
'experimental': {1: (900, 400), 2: (1400, 600), '*': 25},
},
},
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d8adebff5625501f2ce5299d65b6e4c1298936a4
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d8adebff5625501f2ce5299d65b6e4c1298936a4
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/20201030/e3accb18/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list