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

Unified Diff: common/proto/milo/annotations.proto

Issue 2999493002: Rename deployment manifests back to source manifests. (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « no previous file | common/proto/milo/annotations.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/proto/milo/annotations.proto
diff --git a/common/proto/milo/annotations.proto b/common/proto/milo/annotations.proto
index 1575054a6ac8f8ce9b0da57f19f354cb84d76008..9a82d7f83aa476a0d177986c31566cfb7d113782 100644
--- a/common/proto/milo/annotations.proto
+++ b/common/proto/milo/annotations.proto
@@ -159,7 +159,7 @@ message Step {
// Maps the name of the Manifest, e.g. UNPATCHED, INFRA, etc. to the
// ManifestLink. This name will be used in the milo console definition to
// indicate which manifest data to sort the console view by.
- map<string, ManifestLink> deployment_manifests = 25;
+ map<string, ManifestLink> source_manifests = 25;
}
// A Link is an optional label followed by a typed link to an external
« no previous file with comments | « no previous file | common/proto/milo/annotations.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698