mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
.github: adjust problem-matcher to catch individual failed tests
This commit is contained in:
parent
90fd24de43
commit
0f3667613e
4
.github/problem-matchers/autotestfail.json
vendored
4
.github/problem-matchers/autotestfail.json
vendored
@ -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": [
|
||||
{
|
||||
"owner": "autotest-fail-matcher",
|
||||
"severity": "error",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP):(.*)$",
|
||||
"regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP|FAILED):(.*)$",
|
||||
"column": 1,
|
||||
"code": 2,
|
||||
"message": 3
|
||||
|
Loading…
Reference in New Issue
Block a user