Revert "add node_fail job state"

This reverts commit 6454576417.
This commit is contained in:
Michael Panzlaff
2025-03-04 18:16:02 +01:00
parent bd93b8be8e
commit 4b2d7068b3
4 changed files with 5 additions and 13 deletions

View File

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