diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-07 14:45:13 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-07 14:45:13 +0100 |
| commit | d5bc68123a4b737317e16c6ace063dea9699e79b (patch) | |
| tree | a2264f6e3023338ee0138ca62f2c6c7d148cecf2 | |
| parent | 461291eaaff30cc4a481c301a20beb1370894e47 (diff) | |
dashboard/app: enable mailing results of fix bisection
All prerequisites are done now.
I've cleaned the datastore and did some manual testing as well.
Fixes #1371
| -rw-r--r-- | dashboard/app/jobs.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dashboard/app/jobs.go b/dashboard/app/jobs.go index 7b9fbf22b..1e2f158c7 100644 --- a/dashboard/app/jobs.go +++ b/dashboard/app/jobs.go @@ -585,10 +585,6 @@ func pollCompletedJobs(c context.Context, typ string) ([]*dashapi.BugReport, err if reporting.Config.Type() != typ { continue } - // TODO: reporting fix bisection is disabled until issue #1371 is resolved. - if !appengine.IsDevAppServer() && job.Type == JobBisectFix { - continue - } // TODO: fix bisection results are only supported for email at the moment. if !appengine.IsDevAppServer() && job.Type == JobBisectFix && typ != emailType { continue |
