switch to just triggering specific integration test jobs

This commit is contained in:
Nick Fyson
2020-09-08 00:03:37 +01:00
parent 11ad8a7ea5
commit 150f771cbe
10 changed files with 517 additions and 425 deletions
+1
View File
@@ -28,6 +28,7 @@ export const namedMatchersForTesting: { [key: string]: ErrorMatcher } = {
outOfMemory: {
exitCode: 99,
outputRegex: new RegExp("Operation ran out of memory\\."),
message:
"The CodeQL CLI ran out of memory. Please see:\n" +
"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning#error-out-of-disk-or-out-of-memory",