Skip to content

Commit 277f44f

Browse files
authored
Mark node offline if cannot delete workspace (#5636)
related: #5358 and infrastructure/issues/9874 Signed-off-by: Lan Xia <[email protected]>
1 parent 58273f3 commit 277f44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildenv/jenkins/openjdk_tests

+1
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ def runTest() {
499499
errorList.add(".*java.io.IOException: Cannot run program \"nohup\".*");
500500
errorList.add(".*unzip: command not found.*");
501501
errorList.add(".*ant: command not found.*");
502+
errorList.add(".*ERROR: Cannot delete workspace.*");
502503

503504
// nightly/weekly builds should not have git clone issue
504505
if (!env.JOB_NAME.contains("Grinder") && !env.JOB_NAME.contains("_Personal")) {

0 commit comments

Comments
 (0)