[Git][qa/jenkins.debian.net][master] reproduce.d.n/stats: fix regex to detect FTBR builds, thanks jochensp
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Dec 22 14:40:53 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ad640d31 by Holger Levsen at 2024-12-22T15:40:45+01:00
reproduce.d.n/stats: fix regex to detect FTBR builds, thanks jochensp
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -71,7 +71,7 @@ def main() -> None:
"failed to reproduce: dh-r (#1089197)": log_has_re(r"(Source|Binary): r-(cran|bioc|other)-"),
"failed to reproduce: dh-buildinfo (#1068809)": diff_has_any([f"buildinfo_{arch}.gz", "buildinfo_all.gz"]),
"failed to reproduce: 1-second offset (#1089088)": diff_has_re(r" -([drwx-]{10} [0-9a-z() ]{,60} [0-9]+ [0-9-]{10} [012][0-9]:).* \+\1"),
- "failed to reproduce": log_has_re(r"checking [^ ]*: (size(...|(value of [^ ]* differs for [^ ]*)))? ?$"),
+ "failed to reproduce": log_has_re(r"checking [^ ]*: (size(...)? ?(value of [^ ]*)? (differs for [^ ]*)?)? ?$"),
"diffoscope not found (fixed)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to run diffoscope: No such file or directory (os error 2)"),
"rebuilderd error": log_has_any([".deb: size... md5... sha256... sha1... all OK", "deb: size... md5... sha1... sha256... all OK"]),
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ad640d31859c83489f62137de9b3c5e089f1e469
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ad640d31859c83489f62137de9b3c5e089f1e469
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/20241222/b8965c36/attachment.htm>
More information about the Qa-jenkins-scm
mailing list