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