add TaskConfig to crash_reported and regression_reported events (#793)

resolves #757 and #758
This commit is contained in:
bmc-msft
2021-04-13 06:24:12 -04:00
committed by GitHub
parent 6a817e6c9e
commit 46b8bdccbc
3 changed files with 733 additions and 6 deletions

View File

@ -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):