handle fake crash reports generated by debugging tools in regression tasks (#1233)

This commit is contained in:
bmc-msft
2021-09-22 13:16:35 -04:00
committed by GitHub
parent e137eacffb
commit 9413377c90
4 changed files with 89 additions and 14 deletions

View File

@ -631,7 +631,7 @@ class DebugNotification(Command):
def job(
self,
job_id: str,
job_id: UUID_EXPANSION,
*,
report_container_type: ContainerType = ContainerType.unique_reports,
crash_name: str = "fake-crash-sample",
@ -655,7 +655,7 @@ class DebugNotification(Command):
def task(
self,
task_id: str,
task_id: UUID_EXPANSION,
*,
report_container_type: ContainerType = ContainerType.unique_reports,
crash_name: str = "fake-crash-sample",