[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: furcer reduce buster scheduling frequency
Holger Levsen
gitlab at salsa.debian.org
Mon Aug 31 07:41:20 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
df15eea4 by Holger Levsen at 2020-08-31T08:41:04+02:00
reproducible Debian: furcer reduce buster scheduling frequency
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_scheduler.py
Changes:
=====================================
bin/reproducible_scheduler.py
=====================================
@@ -194,28 +194,28 @@ LIMITS = {
'old': {
'amd64': {
'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
- 'buster': {1: (1000, 350), 2: (1500, 250), '*': 0},
+ 'buster': {1: (1000, 250), 2: (1500, 200), '*': 0},
'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0},
'unstable': {1: (1000, 1350), 2: (1500, 1150), '*': 0},
'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
},
'i386': {
'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
- 'buster': {1: (800, 350), 2: (1300, 275), '*': 0},
+ 'buster': {1: (800, 225), 2: (1300, 150), '*': 0},
'bullseye': {1: (800, 700), 2: (1300, 550), '*': 0},
'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
},
'arm64': {
'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
- 'buster': {1: (1000, 350), 2: (1500, 275), '*': 0},
+ 'buster': {1: (1000, 250), 2: (1500, 175), '*': 0},
'bullseye': {1: (1000, 900), 2: (1500, 750), '*': 0},
'unstable': {1: (1000, 1300), 2: (1500, 1100), '*': 0},
'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
},
'armhf': {
'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
- 'buster': {1: (900, 225), 2: (1400, 175), '*': 0},
+ 'buster': {1: (900, 200), 2: (1400, 150), '*': 0},
'bullseye': {1: (900, 800), 2: (1400, 500), '*': 0},
'unstable': {1: (900, 1200), 2: (1400, 800), '*': 0},
'experimental': {1: (900, 70), 2: (1400, 50), '*': 0},
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/df15eea45d7556d775231df1e3937ad2cd50261b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/df15eea45d7556d775231df1e3937ad2cd50261b
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/20200831/5f37796d/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list