mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 20:41:40 +02:00
add more missing node_fail states
This commit is contained in:
@@ -1512,7 +1512,8 @@
|
||||
"cancelled",
|
||||
"stopped",
|
||||
"timeout",
|
||||
"out_of_memory"
|
||||
"out_of_memory",
|
||||
"node_fail"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
@@ -1670,7 +1671,8 @@
|
||||
"cancelled",
|
||||
"stopped",
|
||||
"timeout",
|
||||
"out_of_memory"
|
||||
"out_of_memory",
|
||||
"node_fail"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
@@ -201,6 +201,7 @@ definitions:
|
||||
- stopped
|
||||
- timeout
|
||||
- out_of_memory
|
||||
- node_fail
|
||||
example: completed
|
||||
metaData:
|
||||
additionalProperties:
|
||||
@@ -314,6 +315,7 @@ definitions:
|
||||
- stopped
|
||||
- timeout
|
||||
- out_of_memory
|
||||
- node_fail
|
||||
example: completed
|
||||
metaData:
|
||||
additionalProperties:
|
||||
|
Reference in New Issue
Block a user