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

Side by Side Diff: appengine/cmd/milo/swarming/expectations/build-hang.json

Issue 2191693003: Milo: Add LogDog annotation stream support. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Rebarse Created 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "Summary": { 2 "Summary": {
3 "ParentLabel": null, 3 "ParentLabel": null,
4 "Label": "2fafff1d46fc5010", 4 "Label": "2fafff1d46fc5010",
5 "Status": "InfraFailure", 5 "Status": "InfraFailure",
6 "Banner": null, 6 "Banner": null,
7 "Bot": { 7 "Bot": {
8 "Label": "vm517-m4", 8 "Label": "vm517-m4",
9 "Img": "", 9 "Img": "",
10 "URL": "https://debug/restricted/bot/vm517-m4", 10 "URL": "https://debug/restricted/bot/vm517-m4",
11 "Alt": "" 11 "Alt": ""
12 }, 12 },
13 "Source": { 13 "Source": {
14 "Label": "Task 2fafff1d46fc5010", 14 "Label": "Task 2fafff1d46fc5010",
15 "Img": "", 15 "Img": "",
16 "URL": "https://debug/user/task/2fafff1d46fc5010", 16 "URL": "https://debug/user/task/2fafff1d46fc5010",
17 "Alt": "" 17 "Alt": ""
18 }, 18 },
19 "MainLink": null, 19 "MainLink": null,
20 "SubLink": null, 20 "SubLink": [
21 {
22 "Label": "stdout",
23 "Img": "",
24 "URL": "foo/stdout",
25 "Alt": ""
26 }
27 ],
21 "Progress": null, 28 "Progress": null,
22 "Started": "2016-06-28T13:23:16.61592Z", 29 "Started": "2016-06-28T13:23:16.61592Z",
23 "Finished": "2016-06-28T16:24:03.24387Z", 30 "Finished": "2016-06-28T16:24:03.24387Z",
24 "Duration": 10807630000114, 31 "Duration": 10846627950000,
25 "Type": "Recipe", 32 "Type": "Recipe",
26 "LevelsDeep": 0, 33 "LevelsDeep": 0,
27 "Text": [ 34 "Text": [
28 "Task timed out", 35 "Task timed out",
29 "InfraFailure bot_update" 36 "InfraFailure bot_update"
30 ] 37 ]
31 }, 38 },
32 "SourceStamp": null, 39 "SourceStamp": null,
33 "Components": [ 40 "Components": [
34 { 41 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "Started": "2016-06-28T13:23:52.34Z", 109 "Started": "2016-06-28T13:23:52.34Z",
103 "Finished": "0001-01-01T00:00:00Z", 110 "Finished": "0001-01-01T00:00:00Z",
104 "Duration": 10810903870000, 111 "Duration": 10810903870000,
105 "Type": "Step", 112 "Type": "Step",
106 "LevelsDeep": 0, 113 "LevelsDeep": 0,
107 "Text": null 114 "Text": null
108 } 115 }
109 ], 116 ],
110 "PropertyGroup": [ 117 "PropertyGroup": [
111 { 118 {
119 "GroupName": "recipe bootstrap",
120 "Property": null
121 },
122 {
123 "GroupName": "setup_build",
124 "Property": null
125 },
126 {
127 "GroupName": "bot_update",
128 "Property": null
129 },
130 {
131 "GroupName": "Main",
132 "Property": null
133 },
134 {
112 "GroupName": "Swarming", 135 "GroupName": "Swarming",
113 "Property": [ 136 "Property": [
114 { 137 {
115 "Key": "Exit Code", 138 "Key": "Exit Code",
116 "Value": "-1" 139 "Value": "-1"
117 } 140 }
118 ] 141 ]
119 }, 142 },
120 { 143 {
121 "GroupName": "Swarming Tags", 144 "GroupName": "Swarming Tags",
122 "Property": [ 145 "Property": [
123 { 146 {
124 "Key": "allow_milo", 147 "Key": "allow_milo",
125 "Value": "1" 148 "Value": "1"
126 } 149 }
127 ] 150 ]
128 },
129 {
130 "GroupName": "recipe bootstrap",
131 "Property": null
132 },
133 {
134 "GroupName": "setup_build",
135 "Property": null
136 },
137 {
138 "GroupName": "bot_update",
139 "Property": null
140 },
141 {
142 "GroupName": "Main",
143 "Property": null
144 } 151 }
145 ], 152 ],
146 "Blame": null 153 "Blame": null
147 } 154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698