From 82ad53e0022faabbd354bb5c6721a0432f75d9a3 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 31 Oct 2024 11:03:42 -0400 Subject: [PATCH] Add error message due to machine issues Signed-off-by: Sophia Guo --- buildenv/jenkins/openjdk_tests | 1 + 1 file changed, 1 insertion(+) diff --git a/buildenv/jenkins/openjdk_tests b/buildenv/jenkins/openjdk_tests index 56c6c906e7..64e937b3da 100644 --- a/buildenv/jenkins/openjdk_tests +++ b/buildenv/jenkins/openjdk_tests @@ -505,6 +505,7 @@ def runTest() { // create error list and regex can be used List errorList = new ArrayList(); errorList.add(".*There is not enough space in the file system.*"); + errorList.add(".*No space left on device.*"); errorList.add(".*java.io.IOException: Cannot run program \"nohup\".*"); errorList.add(".*unzip: command not found.*"); errorList.add(".*ant: command not found.*");