mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 02:58:10 +00:00
Ignore regression update when the work item is in some states (#3532)
* Ignore regression update when the work item is in some states * format * formatting * don't hide messages in the poison queue * fix typo * update regression logic update test_template to support regression * build fix * mypy fix * build fix * move regression ignore state under ADODuplicateTemplate * replace extend with append * update set_tcp_keepalive * mke mypy happy * copy ADODuplicateTemplate.OnDuplicate.RegressionIgnoreStates
This commit is contained in:
@ -2033,6 +2033,10 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
},
|
||||
"original_crash_test_result": {
|
||||
"$ref": "#/definitions/CrashTestResult"
|
||||
},
|
||||
"report_url": {
|
||||
"title": "Report Url",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@ -6427,6 +6431,10 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
},
|
||||
"original_crash_test_result": {
|
||||
"$ref": "#/definitions/CrashTestResult"
|
||||
},
|
||||
"report_url": {
|
||||
"title": "Report Url",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
Reference in New Issue
Block a user