Skip to content

Commit

Permalink
Mark node offline if cannot delete workspace (adoptium#5636)
Browse files Browse the repository at this point in the history
related: adoptium#5358 and infrastructure/issues/9874

Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia authored Sep 19, 2024
1 parent 58273f3 commit 277f44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit 277f44f

Please sign in to comment.