From 0169e1bba08fcae67a7f9cf45a067a5941f6c699 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Thu, 19 Sep 2024 15:45:10 -0400 Subject: [PATCH] Mark node offline if cannot delete workspace 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..07d06d514a 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")) {