From 2e07e4bb1d469b267597be1630f6c0e004c611fa Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Thu, 27 Aug 2020 14:00:18 -0700 Subject: [PATCH] add patterns to extract various warning pattern Signed-off-by: Dirk Thomas --- .../snippet/publisher_warnings_ng.xml.em | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/job_templates/snippet/publisher_warnings_ng.xml.em b/job_templates/snippet/publisher_warnings_ng.xml.em index b50eba652..bb6d57800 100644 --- a/job_templates/snippet/publisher_warnings_ng.xml.em +++ b/job_templates/snippet/publisher_warnings_ng.xml.em @@ -42,6 +42,38 @@ @[else]@ @{assert False, 'Unknown os_name: ' + os_name}@ @[end if]@ + + + + */log/test_*/*/stderr.log + + false + foonathan-memory-leaks + + + + + */log/test_*/*/stderr.log + + false + pytest-warnings + + + + + */log/test_*/*/stderr.log + + false + pytest-warnings-with-location + + + + + */log/test_*/*/stderr.log + + false + python-deprecation-warnings +