[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: stop scheduling sid+experimental alltogether, until we have…

Holger Levsen gitlab at salsa.debian.org
Thu Jul 26 10:14:07 BST 2018


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


Commits:
1e91c278 by Holger Levsen at 2018-07-26T09:13:33+00:00
reproducible Debian: stop scheduling sid+experimental alltogether, until we have a solution for gcc-8

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
@@ -103,78 +103,78 @@ LIMITS = {
         'amd64': {
             'stretch': {1: (700, 500), 2: (1100, 750), '*': 100},
             'buster': {1: (700, 500), 2: (1100, 750), '*': 100},
-            'unstable': {1: (700, 500), 2: (1100, 750), '*': 150},
-            'experimental': {1: (700, 500), 2: (1100, 750), '*': 50},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'i386': {
             'stretch': {1: (700, 500), 2: (1100, 750), '*': 100},
             'buster': {1: (700, 500), 2: (1100, 750), '*': 100},
-            'unstable': {1: (700, 500), 2: (1100, 750), '*': 150},
-            'experimental': {1: (700, 500), 2: (1100, 750), '*': 50},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'arm64': {
             'stretch': {1: (700, 500), 2: (1100, 750), '*': 50},
             'buster': {1: (700, 500), 2: (1100, 750), '*': 50},
-            'unstable': {1: (700, 500), 2: (1100, 750), '*': 75},
-            'experimental': {1: (700, 500), 2: (1100, 750), '*': 25},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'armhf': {
             'stretch': {1: (600, 400), 2: (850, 600), '*': 50},
             'buster': {1: (600, 400), 2: (850, 600), '*': 50},
-            'unstable': {1: (600, 400), 2: (850, 600), '*': 75},
-            'experimental': {1: (600, 400), 2: (850, 600), '*': 25},
+            'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
+            'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
         },
     },
     'ftbfs': {
         'amd64': {
             'stretch': {1: (700, 40), 2: (1100, 20), '*': 5},
             'buster': {1: (700, 40), 2: (1100, 20), '*': 5},
-            'unstable': {1: (700, 40), 2: (1100, 20), '*': 5},
-            'experimental': {1: (700, 40), 2: (1100, 20), '*': 2},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'i386': {
             'stretch': {1: (700, 40), 2: (1100, 20), '*': 5},
             'buster': {1: (700, 40), 2: (1100, 20), '*': 5},
-            'unstable': {1: (700, 40), 2: (1100, 20), '*': 5},
-            'experimental': {1: (700, 40), 2: (1100, 20), '*': 2},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'arm64': {
             'stretch': {1: (700, 40), 2: (1100, 20), '*': 5},
             'buster': {1: (700, 40), 2: (1100, 20), '*': 5},
-            'unstable': {1: (700, 40), 2: (1100, 20), '*': 5},
-            'experimental': {1: (700, 40), 2: (1100, 20), '*': 2},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'armhf': {
             'stretch': {1: (600, 20), 2: (850, 10), '*': 5},
             'buster': {1: (600, 20), 2: (850, 10), '*': 5},
-            'unstable': {1: (600, 20), 2: (850, 10), '*': 5},
-            'experimental': {1: (600, 20), 2: (850, 10), '*': 2},
+            'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
+            'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
         }
     },
     'depwait': {
         'amd64': {
             'stretch': {1: (700, 400), 2: (1100, 200), '*': 50},
             'buster': {1: (700, 400), 2: (1100, 200), '*': 50},
-            'unstable': {1: (700, 400), 2: (1100, 200), '*': 50},
-            'experimental': {1: (700, 400), 2: (1100, 200), '*': 20},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'i386': {
             'stretch': {1: (700, 400), 2: (1100, 200), '*': 50},
             'buster': {1: (700, 400), 2: (1100, 200), '*': 50},
-            'unstable': {1: (700, 400), 2: (1100, 200), '*': 50},
-            'experimental': {1: (700, 400), 2: (1100, 200), '*': 20},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'arm64': {
             'stretch': {1: (700, 400), 2: (1100, 200), '*': 50},
             'buster': {1: (700, 400), 2: (1100, 200), '*': 50},
-            'unstable': {1: (700, 400), 2: (1100, 200), '*': 50},
-            'experimental': {1: (700, 400), 2: (1100, 200), '*': 20},
+            'unstable': {1: (700, 0), 2: (1100, 0), '*': 0},
+            'experimental': {1: (700, 0), 2: (1100, 0), '*': 0},
         },
         'armhf': {
             'stretch': {1: (600, 200), 2: (850, 100), '*': 50},
             'buster': {1: (600, 200), 2: (850, 100), '*': 50},
-            'unstable': {1: (600, 200), 2: (850, 100), '*': 50},
-            'experimental': {1: (600, 200), 2: (850, 100), '*': 20},
+            'unstable': {1: (600, 0), 2: (850, 0), '*': 0},
+            'experimental': {1: (600, 0), 2: (850, 0), '*': 0},
         }
     },
     'old': {



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1e91c2787aa658764a881aaf6046856e89fbe769

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1e91c2787aa658764a881aaf6046856e89fbe769
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/20180726/0b5ceb77/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list