[Git][qa/jenkins.debian.net][master] fixup²²: tests.r-b.o/debian: ignore i386 when cross-checking db and fs for breakage

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun May 25 22:58:01 BST 2025



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


Commits:
eacf8db7 by Holger Levsen at 2025-05-25T23:57:54+02:00
fixup²²: tests.r-b.o/debian: ignore i386 when cross-checking db and fs for breakage

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

- - - - -


1 changed file:

- bin/reproducible_html_breakages.py


Changes:

=====================================
bin/reproducible_html_breakages.py
=====================================
@@ -334,7 +334,7 @@ def create_breakages_graph(png_file, main_label, limit=100000):
     png_fullpath = os.path.join(DISTRO_BASE, png_file)
     table = "stats_breakages"
     columns = ["datum", "diffoscope_timeouts", "diffoscope_crashes"]
-    query = " SELECT {fields} FROM (SELECT {fields} FROM {table} WHERE s.architecture != 'i386' ORDER BY datum DESC LIMIT {limit} ) {table} ORDER BY datum ASC".format(
+    query = " SELECT {fields} FROM (SELECT {fields} FROM {table} WHERE ORDER BY datum DESC LIMIT {limit} ) {table} ORDER BY datum ASC".format(
         fields=", ".join(columns), table=table, limit=limit)
     result = query_db(query)
     result_rearranged = [dict(zip(columns, row)) for row in result]



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/eacf8db7d9d6e323ae5870c157cba3b54b79b155

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/eacf8db7d9d6e323ae5870c157cba3b54b79b155
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/20250525/c4e7ba9f/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list