mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
17 lines
454 B
JSON
17 lines
454 B
JSON
{
|
|
"__comment": "by buzz try to match autotest test failures",
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "autotest-fail-matcher",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP|FAILED):(.*)$",
|
|
"column": 1,
|
|
"code": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |