mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 20:41:40 +02:00
add node_fail job state
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user