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

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

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase 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
« no previous file with comments | « milo/job_source/buildbot/html.go ('k') | milo/job_source/buildbot/html_test.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {"gerritCL", 1234}, 11 {"gerritCL", 1234},
12 {"win_chromium_rel_ng", 246309}, 12 {"win_chromium_rel_ng", 246309},
13 } 13 }
OLDNEW
« no previous file with comments | « milo/job_source/buildbot/html.go ('k') | milo/job_source/buildbot/html_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698