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

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

Issue 2994593004: [annotee] add SOURCE_MANIFEST annotation. (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
Index: common/proto/milo/annotations.proto
diff --git a/common/proto/milo/annotations.proto b/common/proto/milo/annotations.proto
index b9bfe53608b457464aeba06dc197da12dd7e376c..9a82d7f83aa476a0d177986c31566cfb7d113782 100644
--- a/common/proto/milo/annotations.proto
+++ b/common/proto/milo/annotations.proto
@@ -151,7 +151,9 @@ message Step {
// Future hashes which match will not be loaded from the url, but will be
// assumed to be identical. If the sha256 doesn't match the data at the URL,
// Milo may render this build with the wrong manifest.
- string sha256 = 2;
+ //
+ // This is the raw sha256, so it should be exactly 32 bytes.
+ bytes sha256 = 2;
}
// Maps the name of the Manifest, e.g. UNPATCHED, INFRA, etc. to the
« no previous file with comments | « no previous file | common/proto/milo/annotations.pb.go » ('j') | logdog/client/annotee/annotation/annotation_test.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698