mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-20 05:23:44 +00:00
add TaskConfig to crash_reported and regression_reported events (#793)
resolves #757 and #758
This commit is contained in:
@ -162,12 +162,14 @@ class EventCrashReported(BaseEvent):
|
||||
report: Report
|
||||
container: Container
|
||||
filename: str
|
||||
task_config: Optional[TaskConfig]
|
||||
|
||||
|
||||
class EventRegressionReported(BaseEvent):
|
||||
regression_report: RegressionReport
|
||||
container: Container
|
||||
filename: str
|
||||
task_config: Optional[TaskConfig]
|
||||
|
||||
|
||||
class EventFileAdded(BaseEvent):
|
||||
|
Reference in New Issue
Block a user