Skip to content

Commit

Permalink
Add error message due to machine issues (#5731)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo authored Nov 1, 2024
1 parent 2d814b1 commit 51e789c
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 @@ -505,6 +505,7 @@ def runTest() {
// create error list and regex can be used
List<String> errorList = new ArrayList<String>();
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.*");
Expand Down

0 comments on commit 51e789c

Please sign in to comment.