mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 20:41:40 +02:00
@@ -1786,8 +1786,7 @@
|
||||
"stopped",
|
||||
"timeout",
|
||||
"preempted",
|
||||
"out_of_memory",
|
||||
"node_fail"
|
||||
"out_of_memory"
|
||||
],
|
||||
"x-enum-varnames": [
|
||||
"JobStateRunning",
|
||||
@@ -1797,8 +1796,7 @@
|
||||
"JobStateStopped",
|
||||
"JobStateTimeout",
|
||||
"JobStatePreempted",
|
||||
"JobStateOutOfMemory",
|
||||
"JobStateNodeFail"
|
||||
"JobStateOutOfMemory"
|
||||
]
|
||||
},
|
||||
"schema.JobStatistics": {
|
||||
|
@@ -395,7 +395,6 @@ definitions:
|
||||
- timeout
|
||||
- preempted
|
||||
- out_of_memory
|
||||
- node_fail
|
||||
type: string
|
||||
x-enum-varnames:
|
||||
- JobStateRunning
|
||||
@@ -406,7 +405,6 @@ definitions:
|
||||
- JobStateTimeout
|
||||
- JobStatePreempted
|
||||
- JobStateOutOfMemory
|
||||
- JobStateNodeFail
|
||||
schema.JobStatistics:
|
||||
description: Specification for job metric statistics.
|
||||
properties:
|
||||
|
Reference in New Issue
Block a user