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

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

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

Powered by Google App Engine
This is Rietveld 408576698