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

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

Issue 2109473005: Milo: Pending swarming builds (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 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 "Label": "", 3 "Label": "",
4 "Status": "Failure", 4 "Status": "Failure",
5 "Bot": null, 5 "Bot": null,
6 "Source": { 6 "Source": {
7 "Label": "Task ", 7 "Label": "Task ",
8 "Img": "", 8 "Img": "",
9 "URL": "https://debug/user/task/", 9 "URL": "https://debug/user/task/",
10 "Alt": "" 10 "Alt": ""
11 }, 11 },
12 "MainLink": null, 12 "MainLink": null,
13 "SubLink": null, 13 "SubLink": null,
14 "Progress": null, 14 "Progress": null,
15 "Started": "2016-03-14T10:00:01.850710Z", 15 "Started": "2016-03-14T10:00:01.850710Z",
16 "Finished": "2016-03-14T11:00:18.486020Z", 16 "Finished": "2016-03-14T11:00:18.486020Z",
17 "Duration": 0, 17 "Duration": 0,
18 "Type": "Recipe", 18 "Type": "Recipe",
19 "LevelsDeep": 0, 19 "LevelsDeep": 0,
20 "Text": [ 20 "Text": null
21 "InfraFailure bot_update",
22 "InfraFailure Uncaught Exception"
23 ]
24 }, 21 },
25 "SourceStamp": null, 22 "SourceStamp": null,
26 "Components": [ 23 "Components": null,
27 {
28 "Label": "recipe bootstrap",
29 "Status": "Success",
30 "Bot": null,
31 "Source": null,
32 "MainLink": {
33 "Label": "stdout",
34 "Img": "",
35 "URL": "foo/steps/recipe_bootstrap/0/stdout",
36 "Alt": ""
37 },
38 "SubLink": null,
39 "Progress": null,
40 "Started": "2016-03-14T10:00:02Z",
41 "Finished": "2016-03-14T10:00:09Z",
42 "Duration": 7,
43 "Type": "Step",
44 "LevelsDeep": 0,
45 "Text": null
46 },
47 {
48 "Label": "setup_build",
49 "Status": "Success",
50 "Bot": null,
51 "Source": null,
52 "MainLink": {
53 "Label": "stdout",
54 "Img": "",
55 "URL": "foo/steps/setup_build/0/stdout",
56 "Alt": ""
57 },
58 "SubLink": [
59 {
60 "Label": "steps/setup_build/0/logs/run_recipe/0",
61 "Img": "",
62 "URL": "foo/steps/setup_build/0/logs/run_recipe/0",
63 "Alt": ""
64 }
65 ],
66 "Progress": null,
67 "Started": "2016-03-14T10:00:03Z",
68 "Finished": "2016-03-14T10:00:04Z",
69 "Duration": 1,
70 "Type": "Step",
71 "LevelsDeep": 0,
72 "Text": [
73 "running recipe: \"v8\""
74 ]
75 },
76 {
77 "Label": "bot_update",
78 "Status": "InfraFailure",
79 "Bot": null,
80 "Source": null,
81 "MainLink": {
82 "Label": "stdout",
83 "Img": "",
84 "URL": "foo/steps/bot_update/0/stdout",
85 "Alt": ""
86 },
87 "SubLink": [
88 {
89 "Label": "steps/bot_update/0/logs/json.output__invalid_/0",
90 "Img": "",
91 "URL": "foo/steps/bot_update/0/logs/json.output__invalid_/0",
92 "Alt": ""
93 }
94 ],
95 "Progress": null,
96 "Started": "2016-03-14T10:00:05Z",
97 "Finished": "2016-03-14T10:00:06Z",
98 "Duration": 1,
99 "Type": "Step",
100 "LevelsDeep": 0,
101 "Text": null
102 },
103 {
104 "Label": "Uncaught Exception",
105 "Status": "InfraFailure",
106 "Bot": null,
107 "Source": null,
108 "MainLink": {
109 "Label": "stdout",
110 "Img": "",
111 "URL": "foo/steps/Uncaught_Exception/0/stdout",
112 "Alt": ""
113 },
114 "SubLink": [
115 {
116 "Label": "steps/Uncaught_Exception/0/logs/exception/0",
117 "Img": "",
118 "URL": "foo/steps/Uncaught_Exception/0/logs/exception/0",
119 "Alt": ""
120 }
121 ],
122 "Progress": null,
123 "Started": "2016-03-14T10:00:07Z",
124 "Finished": "2016-03-14T10:00:08Z",
125 "Duration": 1,
126 "Type": "Step",
127 "LevelsDeep": 0,
128 "Text": null
129 }
130 ],
131 "PropertyGroup": [ 24 "PropertyGroup": [
132 { 25 {
133 "GroupName": "Swarming", 26 "GroupName": "Swarming",
134 "Property": [ 27 "Property": [
135 { 28 {
136 "Key": "Exit Code", 29 "Key": "Exit Code",
137 "Value": "0" 30 "Value": "0"
138 } 31 }
139 ] 32 ]
140 }, 33 },
141 { 34 {
142 "GroupName": "Swarming Tags", 35 "GroupName": "Swarming Tags",
143 "Property": [ 36 "Property": [
144 { 37 {
145 "Key": "allow_milo", 38 "Key": "allow_milo",
146 "Value": "1" 39 "Value": "1"
147 } 40 }
148 ] 41 ]
149 },
150 {
151 "GroupName": "recipe bootstrap",
152 "Property": [
153 {
154 "Key": "path_config",
155 "Value": "kitchen"
156 },
157 {
158 "Key": "slavename",
159 "Value": "fakeslave"
160 },
161 {
162 "Key": "buildername",
163 "Value": "infra-continuous-precise-32"
164 },
165 {
166 "Key": "mastername",
167 "Value": "chromium.infra"
168 }
169 ]
170 },
171 {
172 "GroupName": "setup_build",
173 "Property": null
174 },
175 {
176 "GroupName": "bot_update",
177 "Property": null
178 },
179 {
180 "GroupName": "Uncaught Exception",
181 "Property": null
182 },
183 {
184 "GroupName": "Main",
185 "Property": null
186 } 42 }
187 ], 43 ],
188 "Blame": null 44 "Blame": null
189 } 45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698