Skip to content

Commit

Permalink
Update jobs-config.json: add "disk full" error with action nodeOff
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider authored Feb 28, 2024
1 parent 2e4d337 commit 853bf60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jenkins/parser/jobs-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@
"mount hook function failure.*doesn't exist in container"
],
"action": "nodeOff"
},
"diskFullFailure": {
"errorStr": [
"No space left on device"
],
"action": "nodeOff"
}
}
}
Expand Down

0 comments on commit 853bf60

Please sign in to comment.