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

Unified Diff: milo/api/resp/build.go

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: milo/api/resp/build.go
diff --git a/milo/api/resp/build.go b/milo/api/resp/build.go
index a78476b6a1157bb650ec85b527ef98638da27fd4..80b22ef30493149ed2ba64f540f1318300e3ec31 100644
--- a/milo/api/resp/build.go
+++ b/milo/api/resp/build.go
@@ -218,6 +218,9 @@ type BuildComponent struct {
// Bot is the machine or execution instance that this component ran on.
Bot *Link
+ // Recipe is a link to the recipe this component is based on.
+ Recipe *Link
+
// Source is a link to the external (buildbot, swarming, dm, etc) data
// source that this component relates to.
Source *Link

Powered by Google App Engine
This is Rietveld 408576698