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

Side by Side Diff: milo/common/model/build_summary.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/common/middleware.go ('k') | milo/common/model/link.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 // Copyright 2017 The LUCI Authors. All rights reserved. 1 // Copyright 2017 The LUCI Authors. All rights reserved.
2 // Use of this source code is governed under the Apache License, Version 2.0 2 // Use of this source code is governed under the Apache License, Version 2.0
3 // that can be found in the LICENSE file. 3 // that can be found in the LICENSE file.
4 4
5 package model 5 package model
6 6
7 import ( 7 import (
8 "time" 8 "time"
9 9
10 "github.com/luci/gae/service/datastore" 10 "github.com/luci/gae/service/datastore"
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 CurrentStep Summary 78 CurrentStep Summary
79 79
80 // Manifests is a list of links to source manifests that this build repo rted. 80 // Manifests is a list of links to source manifests that this build repo rted.
81 Manifests []ManifestLink 81 Manifests []ManifestLink
82 82
83 // Patches is the list of patches which are associated with this build. 83 // Patches is the list of patches which are associated with this build.
84 // We reserve the multi-patch case for advanced (multi-repo) tryjobs... 84 // We reserve the multi-patch case for advanced (multi-repo) tryjobs...
85 // Typically there will only be one patch associated with a build. 85 // Typically there will only be one patch associated with a build.
86 Patches []PatchInfo 86 Patches []PatchInfo
87 } 87 }
OLDNEW
« no previous file with comments | « milo/common/middleware.go ('k') | milo/common/model/link.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698