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:
@@ -1518,7 +1518,8 @@ const docTemplate = `{
|
||||
"cancelled",
|
||||
"stopped",
|
||||
"timeout",
|
||||
"out_of_memory"
|
||||
"out_of_memory",
|
||||
"node_fail"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
@@ -1676,7 +1677,8 @@ const docTemplate = `{
|
||||
"cancelled",
|
||||
"stopped",
|
||||
"timeout",
|
||||
"out_of_memory"
|
||||
"out_of_memory",
|
||||
"node_fail"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user