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

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

Issue 2915923002: Milo: Fix Gerrit/Rietveld link for buildbot builds. (Closed)
Patch Set: Rebase fix 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 {"gerritCL", 1234},
11 {"win_chromium_rel_ng", 246309}, 12 {"win_chromium_rel_ng", 246309},
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698