Skip to content

Commit

Permalink
esp actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzz committed Jan 9, 2024
1 parent b653133 commit eb7db41
Show file tree
Hide file tree
Showing 30 changed files with 181 additions and 4,387 deletions.
16 changes: 16 additions & 0 deletions .github/problem-matchers/autotest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"__comment": "by buzz try to match common autotest warnings throws errors that arent caught by gcc.json or python.json",
"problemMatcher": [
{
"owner": "autotest-problem-matcher",
"pattern": [
{
"regexp": "^(.*)(WARN|WARNING|TIMEOUT|Build failed|^~~~~~~|FAILED STEP):(.*)$",
"column": 1,
"severity": 2,
"message": 3
}
]
}
]
}
18 changes: 18 additions & 0 deletions .github/problem-matchers/gcc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"__comment": "Taken from vscode-cpptools's Extension/package.json gcc rule",
"problemMatcher": [
{
"owner": "gcc-problem-matcher",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}
22 changes: 22 additions & 0 deletions .github/problem-matchers/python.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"__comment": "inspired by https://github.com/microsoft/vscode-python/issues/3828#issuecomment-575439587",
"problemMatcher": [
{
"owner": "python-problem-matcher",
"pattern": [
{
"regexp": "^.*File \\\"([^\\\"]|.*)\\\", line (\\d+).*",
"file": 1,
"line": 2
},
{
"regexp": "^.*raise.*$"
},
{
"regexp": "^\\s*(.*)\\s*$",
"message": 1
}
]
}
]
}
39 changes: 0 additions & 39 deletions .github/workflows/cache_cleanup.yml

This file was deleted.

206 changes: 0 additions & 206 deletions .github/workflows/colcon.yml

This file was deleted.

Loading

0 comments on commit eb7db41

Please sign in to comment.