Skip to content

Commit

Permalink
Mark node offline if cannot delete workspace
Browse files Browse the repository at this point in the history
related: #5358 and infrastructure/issues/9874
Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Sep 19, 2024
1 parent 58273f3 commit 0169e1b
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 0169e1b

Please sign in to comment.