[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: stop scheduling old versions in unstable and experimental…

Holger Levsen gitlab at salsa.debian.org
Fri Jul 20 17:41:14 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
53fc8962 by Holger Levsen at 2018-07-20T16:40:06+00:00
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

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
34b18d54 by Holger Levsen at 2018-07-20T16:40:53+00:00
reproducible Debian: increment contribution years

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_scheduler.py
=====================================
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright © 2015-2018 Mattia Rizzolo <mattia at mapreri.org>
-# Copyright © 2015-2017 Holger Levsen <holger at layer-acht.org>
+# Copyright © 2015-2018 Holger Levsen <holger at layer-acht.org>
 # Based on reproducible_scheduler.sh © 2014-2015 Holger Levsen <holger at layer-acht.org>
 # Licensed under GPL-2
 #
@@ -181,26 +181,26 @@ LIMITS = {
         'amd64': {
             'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
             'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
-            'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
-            'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'i386': {
             'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
             'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
-            'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
-            'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'arm64': {
             'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
             'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
-            'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
-            'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'armhf': {
             'stretch': {1: (600, 80), 2: (850, 50), '*': 0},
             'buster': {1: (600, 800), 2: (850, 500), '*': 0},
-            'unstable': {1: (600, 1000), 2: (850, 700), '*': 0},
-            'experimental': {1: (600, 70), 2: (850, 50), '*': 0},
+            'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
+            'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
         }
     }
 }



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/91e179d9ba262be7a65a391fc7e261efe269d4df...34b18d54613457a7651abb2daf05e420bd009600

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/91e179d9ba262be7a65a391fc7e261efe269d4df...34b18d54613457a7651abb2daf05e420bd009600
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/20180720/f9cf97ed/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list