[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: prettier output

Holger Levsen gitlab at salsa.debian.org
Mon Apr 20 13:16:00 BST 2020



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


Commits:
8e1558c9 by Holger Levsen at 2020-04-20T14:15:16+02:00
reproducible Debian: prettier output

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

- - - - -
6d9be0f0 by Holger Levsen at 2020-04-20T14:15:49+02:00
reproducible Debian: schedule buster/arm64 a bit less

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

- - - - -


2 changed files:

- bin/reproducible_notes.py
- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_notes.py
=====================================
@@ -38,8 +38,8 @@ def load_notes():
     """
     with open(NOTES) as fd:
         original = yaml.load(fd)
-    log.info("notes loaded. There are " + str(len(original)) +
-             " packages listed")
+    log.info("Notes loaded. There are " + str(len(original)) +
+             " packages listed.")
     notes = {}
     for pkg in sorted(original):
         assert isinstance(pkg, str)
@@ -97,8 +97,8 @@ def load_notes():
                 log.debug('adding %s => %s', pkg, pkg_details)
                 notes[pkg].append(pkg_details)
 
-    log.info("notes checked. There are " + str(len(notes)) +
-             " packages listed")
+    log.info("Notes checked. There are " + str(len(notes)) +
+             " packages listed.")
     return notes
 
 
@@ -109,7 +109,7 @@ def load_issues():
     """
     with open(ISSUES) as fd:
         issues = yaml.load(fd)
-    log.info("Issues loaded. There are " + str(len(issues)) + " issues")
+    log.info("Issues loaded. There are " + str(len(issues)) + " issues listed.")
     return issues
 
 
@@ -153,7 +153,7 @@ def store_issues():
         delete_query = issues_table.delete().\
             where(issues_table.c.name == sql.bindparam('issuename'))
         conn_db.execute(delete_query, to_delete)
-        log.info("Removed the following issues: " + str(existing_issues))
+        log.info("Removed the following issues: " + str(existing_issues) + ".")
 
 
 def store_notes():
@@ -177,7 +177,7 @@ def store_notes():
 
     if (len(to_insert)):
         conn_db.execute(notes_table.insert(), to_insert)
-        log.info('Saved ' + str(len(to_insert)) + ' notes in the database')
+        log.info('Saved ' + str(len(to_insert)) + ' notes in the database.')
 
 
 if __name__ == '__main__':


=====================================
bin/reproducible_scheduler.py
=====================================
@@ -208,7 +208,7 @@ LIMITS = {
         },
         'arm64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 700), 2: (1500, 550), '*': 0},
+            'buster': {1: (1000, 600), 2: (1500, 450), '*': 0},
             'bullseye': {1: (1000, 850), 2: (1500, 700), '*': 0},
             'unstable': {1: (1000, 1100), 2: (1500, 950), '*': 0},
             'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/531448ab9b4f80c53b2f4f7be01d9b22c2a09e84...6d9be0f0392c482274b58fe41f31ae90c98c182a

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/531448ab9b4f80c53b2f4f7be01d9b22c2a09e84...6d9be0f0392c482274b58fe41f31ae90c98c182a
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/20200420/86f4ff04/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list