Учитывать результаты детекторов в repair gate

This commit is contained in:
2026-05-24 15:03:41 +03:00
parent 55e2eee12e
commit 21bc9e953b
5 changed files with 225 additions and 10 deletions
@@ -81,6 +81,18 @@
]
}
},
"detector_results_summary": {
"type": "object",
"additionalProperties": true,
"properties": {
"status": {
"type": "string"
},
"signal_ok_for_auto_coder": {
"type": "boolean"
}
}
},
"blocking_reasons": {
"type": "array",
"items": {
@@ -103,6 +103,18 @@
"type": "object",
"additionalProperties": true
},
"detector_results_summary": {
"type": "object",
"additionalProperties": true,
"properties": {
"status": {
"type": "string"
},
"signal_ok_for_auto_coder": {
"type": "boolean"
}
}
},
"rerun_matrix": {
"type": "array",
"items": {
@@ -94,6 +94,18 @@
"type": "string"
}
},
"detector_results_summary": {
"type": "object",
"additionalProperties": true,
"properties": {
"status": {
"type": "string"
},
"signal_ok_for_auto_coder": {
"type": "boolean"
}
}
},
"human_meaning": {
"type": "object",
"additionalProperties": true