Skip to content

Commit

Permalink
Merge pull request #2087 from aandvalenzuela/parser-add-job
Browse files Browse the repository at this point in the history
Add ib-run-iwyu job to parser
  • Loading branch information
aandvalenzuela authored Oct 9, 2023
2 parents 142b8e1 + e7d84f6 commit ebf844c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jenkins/parser/jobs-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@
"jobName": "compare-root-files-short-matrix",
"errorType": [],
"maxTime": "10"
},
{
"jobName": "ib-run-iwyu",
"errorType": [],
"maxTime": "6"
}
],
"errorMsg": {
Expand Down Expand Up @@ -212,7 +217,8 @@
"Broken pipe",
"fatal: fetch-pack",
"transfer closed with outstanding read data remaining",
"fatal: unable to access 'https://github\\.com"
"fatal: unable to access 'https://github\\.com",
"fatal: Could not read from remote repository"
],
"action": "retryLate",
"allJobs": "true"
Expand Down

0 comments on commit ebf844c

Please sign in to comment.