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

Side by Side Diff: appengine/cmd/milo/swarming/expectations/build-timeout.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": "InfraFailure", 4 "Status": "InfraFailure",
5 "Bot": { 5 "Bot": {
6 "Label": "swarm3-c4", 6 "Label": "swarm3-c4",
7 "Img": "", 7 "Img": "",
8 "URL": "https://debug/restricted/bot/swarm3-c4", 8 "URL": "https://debug/restricted/bot/swarm3-c4",
9 "Alt": "" 9 "Alt": ""
10 }, 10 },
11 "Source": { 11 "Source": {
12 "Label": "Task 2d8d62f6be545b10", 12 "Label": "Task 2d8d62f6be545b10",
13 "Img": "", 13 "Img": "",
14 "URL": "https://debug/user/task/2d8d62f6be545b10", 14 "URL": "https://debug/user/task/2d8d62f6be545b10",
15 "Alt": "" 15 "Alt": ""
16 }, 16 },
17 "MainLink": null, 17 "MainLink": null,
18 "SubLink": null, 18 "SubLink": null,
19 "Progress": null, 19 "Progress": null,
20 "Started": "2016-03-14T10:00:01.850710Z", 20 "Started": "2016-03-14T10:00:01.850710Z",
21 "Finished": "2016-03-14T11:00:18.486020Z", 21 "Finished": "2016-03-14T11:00:18.486020Z",
22 "Duration": 3615, 22 "Duration": 3615,
23 "Type": "Recipe", 23 "Type": "Recipe",
24 "LevelsDeep": 0, 24 "LevelsDeep": 0,
25 "Text": null 25 "Text": null
26 }, 26 },
27 "SourceStamp": null, 27 "SourceStamp": null,
28 "Components": [ 28 "Components": null,
29 {
30 "Label": "recipe bootstrap",
31 "Status": "Success",
32 "Bot": null,
33 "Source": null,
34 "MainLink": {
35 "Label": "stdout",
36 "Img": "",
37 "URL": "foo/steps/recipe_bootstrap/0/stdout",
38 "Alt": ""
39 },
40 "SubLink": null,
41 "Progress": null,
42 "Started": "2016-03-14T10:00:02Z",
43 "Finished": "2016-03-14T10:00:04Z",
44 "Duration": 2,
45 "Type": "Step",
46 "LevelsDeep": 0,
47 "Text": null
48 },
49 {
50 "Label": "setup_build",
51 "Status": "Success",
52 "Bot": null,
53 "Source": null,
54 "MainLink": {
55 "Label": "stdout",
56 "Img": "",
57 "URL": "foo/steps/setup_build/0/stdout",
58 "Alt": ""
59 },
60 "SubLink": [
61 {
62 "Label": "steps/setup_build/0/logs/run_recipe/0",
63 "Img": "",
64 "URL": "foo/steps/setup_build/0/logs/run_recipe/0",
65 "Alt": ""
66 }
67 ],
68 "Progress": null,
69 "Started": "2016-03-14T10:00:02Z",
70 "Finished": "2016-03-14T10:00:03Z",
71 "Duration": 1,
72 "Type": "Step",
73 "LevelsDeep": 0,
74 "Text": [
75 "running recipe: \"v8\""
76 ]
77 }
78 ],
79 "PropertyGroup": [ 29 "PropertyGroup": [
80 { 30 {
81 "GroupName": "Swarming", 31 "GroupName": "Swarming",
82 "Property": [ 32 "Property": [
83 { 33 {
84 "Key": "Cost of job (USD)", 34 "Key": "Cost of job (USD)",
85 "Value": "$0.52" 35 "Value": "$0.52"
86 }, 36 },
87 { 37 {
88 "Key": "Exit Code", 38 "Key": "Exit Code",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 }, 101 },
152 { 102 {
153 "Key": "user_agent", 103 "Key": "user_agent",
154 "Value": "luci-cron" 104 "Value": "luci-cron"
155 }, 105 },
156 { 106 {
157 "Key": "allow_milo", 107 "Key": "allow_milo",
158 "Value": "1" 108 "Value": "1"
159 } 109 }
160 ] 110 ]
161 },
162 {
163 "GroupName": "recipe bootstrap",
164 "Property": [
165 {
166 "Key": "path_config",
167 "Value": "kitchen"
168 },
169 {
170 "Key": "slavename",
171 "Value": "fakeslave"
172 },
173 {
174 "Key": "buildername",
175 "Value": "infra-continuous-precise-32"
176 },
177 {
178 "Key": "mastername",
179 "Value": "chromium.infra"
180 }
181 ]
182 },
183 {
184 "GroupName": "setup_build",
185 "Property": null
186 },
187 {
188 "GroupName": "Main",
189 "Property": null
190 } 111 }
191 ], 112 ],
192 "Blame": null 113 "Blame": null
193 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698