Added assignee field to FuzzConfig.
Change-Id: Ia8cff7fa0980674ef6ed64922b6895b61c1e41a4
This commit is contained in:
@@ -338,6 +338,8 @@ type FuzzConfig struct {
|
|||||||
IsJni *bool `json:"is_jni,omitempty"`
|
IsJni *bool `json:"is_jni,omitempty"`
|
||||||
// List of modules for monitoring coverage drops in directories (e.g. "libicu")
|
// List of modules for monitoring coverage drops in directories (e.g. "libicu")
|
||||||
Target_modules []string `json:"target_modules,omitempty"`
|
Target_modules []string `json:"target_modules,omitempty"`
|
||||||
|
// Specifies a bug assignee to replace default ISE assignment
|
||||||
|
Assignee string `json:"assignee,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type FuzzFrameworks struct {
|
type FuzzFrameworks struct {
|
||||||
|
Reference in New Issue
Block a user