add node_fail job state

This commit is contained in:
Michael Panzlaff
2025-03-04 17:39:38 +01:00
parent a485bd5977
commit 6454576417
4 changed files with 13 additions and 5 deletions

View File

@@ -1792,7 +1792,8 @@ const docTemplate = `{
"stopped",
"timeout",
"preempted",
"out_of_memory"
"out_of_memory",
"node_fail"
],
"x-enum-varnames": [
"JobStateRunning",
@@ -1802,7 +1803,8 @@ const docTemplate = `{
"JobStateStopped",
"JobStateTimeout",
"JobStatePreempted",
"JobStateOutOfMemory"
"JobStateOutOfMemory",
"JobStateNodeFail"
]
},
"schema.JobStatistics": {