mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
parent
31b7aac462
commit
dc438b91de
@ -586,10 +586,6 @@ func pollCompletedJobs(c context.Context, typ string) ([]*dashapi.BugReport, err
|
||||
if reporting.Config.Type() != typ {
|
||||
continue
|
||||
}
|
||||
// TODO: fix bisection results are only supported for email at the moment.
|
||||
if !appengine.IsDevAppServer() && job.Type == JobBisectFix && typ != emailType {
|
||||
continue
|
||||
}
|
||||
// TODO: this is temporal for gradual bisection rollout.
|
||||
// Notify only about successful cause bisection for now.
|
||||
if !appengine.IsDevAppServer() && job.Type == JobBisectCause && len(job.Commits) != 1 {
|
||||
|
Loading…
Reference in New Issue
Block a user