From 277f44fb35650ec42339699b37a5b38c96d3e697 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Thu, 19 Sep 2024 18:10:08 -0400 Subject: [PATCH] Mark node offline if cannot delete workspace (#5636) related: https://github.com/adoptium/aqa-tests/issues/5358 and infrastructure/issues/9874 Signed-off-by: Lan Xia --- buildenv/jenkins/openjdk_tests | 1 + 1 file changed, 1 insertion(+) diff --git a/buildenv/jenkins/openjdk_tests b/buildenv/jenkins/openjdk_tests index 56c11fdd47..f34e8f76bd 100644 --- a/buildenv/jenkins/openjdk_tests +++ b/buildenv/jenkins/openjdk_tests @@ -499,6 +499,7 @@ def runTest() { errorList.add(".*java.io.IOException: Cannot run program \"nohup\".*"); errorList.add(".*unzip: command not found.*"); errorList.add(".*ant: command not found.*"); + errorList.add(".*ERROR: Cannot delete workspace.*"); // nightly/weekly builds should not have git clone issue if (!env.JOB_NAME.contains("Grinder") && !env.JOB_NAME.contains("_Personal")) {