Учитывать результаты детекторов в repair gate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user