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.*");