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

Side by Side Diff: milo/appengine/job_source/buildbot/html_data.go

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests Created 3 years, 6 months 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 unified diff | Download patch
OLDNEW
1 package buildbot 1 package buildbot
2 2
3 // We put this here because _test.go files are sometimes not built. 3 // We put this here because _test.go files are sometimes not built.
4 var TestCases = []struct { 4 var TestCases = []struct {
5 Builder string 5 Builder string
6 Build int 6 Build int
7 }{ 7 }{
8 {"CrWinGoma", 30608}, 8 {"CrWinGoma", 30608},
9 {"chromium_presubmit", 426944}, 9 {"chromium_presubmit", 426944},
10 {"newline", 1234}, 10 {"newline", 1234},
11 {"win_chromium_rel_ng", 246309}, 11 {"win_chromium_rel_ng", 246309},
12 } 12 }
OLDNEW
« no previous file with comments | « milo/appengine/job_source/buildbot/html.go ('k') | milo/appengine/job_source/buildbot/html_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698