From e7d84f6ebf59fedcdf6edb76b92e97b03b9f6f5c Mon Sep 17 00:00:00 2001 From: aandvalenzuela Date: Mon, 9 Oct 2023 12:21:48 +0200 Subject: [PATCH] Add ib-run-iwyu job to parser --- jenkins/parser/jobs-config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jenkins/parser/jobs-config.json b/jenkins/parser/jobs-config.json index 8743be30dfd7..372348843c74 100644 --- a/jenkins/parser/jobs-config.json +++ b/jenkins/parser/jobs-config.json @@ -174,6 +174,11 @@ "jobName": "compare-root-files-short-matrix", "errorType": [], "maxTime": "10" + }, + { + "jobName": "ib-run-iwyu", + "errorType": [], + "maxTime": "6" } ], "errorMsg": { @@ -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"