From f24f2bc38a56b6cfe83abc45ed7d4445c5ee33a0 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Thu, 19 Sep 2024 15:45:10 -0400 Subject: [PATCH] Add ERROR: Cannot delete workspace in the error list 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")) {