.github: adjust problem-matcher to catch individual failed tests

This commit is contained in:
Peter Barker 2024-07-04 09:20:26 +10:00 committed by Andrew Tridgell
parent 90fd24de43
commit 0f3667613e

View File

@ -1,12 +1,12 @@
{ {
"__comment": "by buzz try to match common autotest warnings and errors that arent caught by gcc.json or python.json", "__comment": "by buzz try to match autotest test failures",
"problemMatcher": [ "problemMatcher": [
{ {
"owner": "autotest-fail-matcher", "owner": "autotest-fail-matcher",
"severity": "error", "severity": "error",
"pattern": [ "pattern": [
{ {
"regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP):(.*)$", "regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP|FAILED):(.*)$",
"column": 1, "column": 1,
"code": 2, "code": 2,
"message": 3 "message": 3