mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 20:58:06 +00:00
add regression testing tasks (#664)
This commit is contained in:
@ -95,6 +95,8 @@ pub enum Event {
|
||||
new_report,
|
||||
new_unique_report,
|
||||
new_unable_to_reproduce,
|
||||
regression_report,
|
||||
regression_unable_to_reproduce,
|
||||
}
|
||||
|
||||
impl Event {
|
||||
@ -109,6 +111,8 @@ impl Event {
|
||||
Self::new_report => "new_report",
|
||||
Self::new_unique_report => "new_unique_report",
|
||||
Self::new_unable_to_reproduce => "new_unable_to_reproduce",
|
||||
Self::regression_report => "regression_report",
|
||||
Self::regression_unable_to_reproduce => "regression_unable_to_reproduce",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user