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

Side by Side Diff: milo/buildsource/buildbot/expectations/gerritCL.1234.build.json

Issue 2978293002: [milo] Add an (uncached) method to get console rows. (Closed)
Patch Set: make manifestkey its own type Created 3 years, 5 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 { 1 {
2 "Summary": { 2 "Summary": {
3 "ParentLabel": { 3 "ParentLabel": {
4 "Label": "", 4 "Label": "",
5 "URL": "." 5 "URL": "."
6 }, 6 },
7 "Label": "#0", 7 "Label": "#0",
8 "Status": "Failure", 8 "Status": "Failure",
9 "Bot": { 9 "Bot": {
10 "Label": "", 10 "Label": "",
(...skipping 13 matching lines...) Expand all
24 }, 24 },
25 "SourceStamp": { 25 "SourceStamp": {
26 "AuthorName": "", 26 "AuthorName": "",
27 "AuthorEmail": "", 27 "AuthorEmail": "",
28 "CommitTime": "0001-01-01T00:00:00Z", 28 "CommitTime": "0001-01-01T00:00:00Z",
29 "Repo": "", 29 "Repo": "",
30 "Branch": "", 30 "Branch": "",
31 "RequestRevision": null, 31 "RequestRevision": null,
32 "Revision": null, 32 "Revision": null,
33 "Description": "", 33 "Description": "",
34 "Title": "",
35 "Changelist": { 34 "Changelist": {
36 "Label": "Gerrit CL 12345", 35 "Label": "Gerrit CL 12345",
37 "URL": "https://example.com/c/12345" 36 "URL": "https://example.com/c/12345"
38 }, 37 },
39 "CommitURL": "", 38 "CommitURL": "",
40 "File": null, 39 "File": null,
41 "Source": "" 40 "Source": ""
42 }, 41 },
43 "Components": [ 42 "Components": [
44 { 43 {
(...skipping 30 matching lines...) Expand all
75 }, 74 },
76 { 75 {
77 "Key": "patch_issue", 76 "Key": "patch_issue",
78 "Value": "12345" 77 "Value": "12345"
79 } 78 }
80 ] 79 ]
81 } 80 }
82 ], 81 ],
83 "Blame": null 82 "Blame": null
84 } 83 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698