[Git][qa/jenkins.debian.net][master] rdn stats: exclude 1-second bug in all-pull184
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Sep 9 08:57:39 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0cc136a6 by Jochen Sprickerhof at 2025-09-09T09:57:24+02:00
rdn stats: exclude 1-second bug in all-pull184
(cherry picked from commit 0a6bd7f872f8249b1482f0ceeda6966415f71cd7)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -143,7 +143,7 @@ def main() -> None:
"other errors": lambda *_: True,
}
- if args.arch == "all":
+ if args.arch.startswith("all"):
del error_messages[one_second_string]
unzstd = ZstdDecompressor()
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0cc136a6c3a5cbe4b8fe64bce2ae1e449f873a5d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0cc136a6c3a5cbe4b8fe64bce2ae1e449f873a5d
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/20250909/f88a3280/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list