2024-01-08 06:00:11 -04:00
|
|
|
{
|
2024-07-03 20:20:26 -03:00
|
|
|
"__comment": "by buzz try to match autotest test failures",
|
2024-01-08 06:00:11 -04:00
|
|
|
"problemMatcher": [
|
|
|
|
{
|
|
|
|
"owner": "autotest-fail-matcher",
|
|
|
|
"severity": "error",
|
|
|
|
"pattern": [
|
|
|
|
{
|
2024-07-03 20:20:26 -03:00
|
|
|
"regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP|FAILED):(.*)$",
|
2024-01-08 06:00:11 -04:00
|
|
|
"column": 1,
|
|
|
|
"code": 2,
|
|
|
|
"message": 3
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|