Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: perf/go/trybot/trybot.go

Issue 777413002: Add new tests to presubmit, fix errors (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Run "go vet" once in the root dir Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: perf/go/trybot/trybot.go
diff --git a/perf/go/trybot/trybot.go b/perf/go/trybot/trybot.go
index 310f83d69f59b950e4961790d493d7b660b0534f..9ce75cd18b50898a731fc799a7d222dfe69b61b0 100644
--- a/perf/go/trybot/trybot.go
+++ b/perf/go/trybot/trybot.go
@@ -209,7 +209,6 @@ func TrybotIngestion(_ *ingester.TileTracker, resultsFiles []*ingester.ResultsFi
}
if cur, err = Get(b.IssueName); err != nil {
return fmt.Errorf("Failed to load existing trybot data for issue %s: %s", b.IssueName, err)
- continue
}
lastIssue = b.IssueName
glog.Infof("Switched to issue: %s", lastIssue)
« no previous file with comments | « perf/go/skiaperf/main.go ('k') | perf/go/vec/vec_test.go » ('j') | run_unittests » ('J')

Powered by Google App Engine
This is Rietveld 408576698