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

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

Issue 2069283002: milo: fix step duration (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: simplify step duration computation Created 4 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
1 { 1 {
2 "Summary": { 2 "Summary": {
3 "Label": "", 3 "Label": "",
4 "Status": "InfraFailure", 4 "Status": "InfraFailure",
5 "MainLink": null, 5 "MainLink": null,
6 "SubLink": null, 6 "SubLink": null,
7 "Progress": null, 7 "Progress": null,
8 "Started": "2016-03-14T10:00:01.850710Z", 8 "Started": "2016-03-14T10:00:01.850710Z",
9 "Finished": "2016-03-14T11:00:18.486020Z", 9 "Finished": "2016-03-14T11:00:18.486020Z",
10 "Duration": 3615, 10 "Duration": 3615,
11 "Type": "Recipe", 11 "Type": "Recipe",
12 "LevelsDeep": 0, 12 "LevelsDeep": 0,
13 "Text": null 13 "Text": null
14 }, 14 },
15 "SourceStamp": null, 15 "SourceStamp": null,
16 "Components": [ 16 "Components": [
17 { 17 {
18 "Label": "recipe bootstrap", 18 "Label": "recipe bootstrap",
19 "Status": "Success", 19 "Status": "Success",
20 "MainLink": { 20 "MainLink": {
21 "Label": "stdout", 21 "Label": "stdout",
22 "Img": "", 22 "Img": "",
23 "Subtitle": "", 23 "Subtitle": "",
24 "URL": "foo/steps/recipe_bootstrap/0/stdout", 24 "URL": "foo/steps/recipe_bootstrap/0/stdout",
25 "Alt": "" 25 "Alt": ""
26 }, 26 },
27 "SubLink": null, 27 "SubLink": null,
28 "Progress": null, 28 "Progress": null,
29 "Started": "0001-02-03T04:05:06Z", 29 "Started": "2016-03-14T10:00:02Z",
30 "Finished": "", 30 "Finished": "2016-03-14T10:00:04Z",
31 "Duration": 0, 31 "Duration": 2,
32 "Type": "Step", 32 "Type": "Step",
33 "LevelsDeep": 0, 33 "LevelsDeep": 0,
34 "Text": null 34 "Text": null
35 }, 35 },
36 { 36 {
37 "Label": "setup_build", 37 "Label": "setup_build",
38 "Status": "Success", 38 "Status": "Success",
39 "MainLink": { 39 "MainLink": {
40 "Label": "stdout", 40 "Label": "stdout",
41 "Img": "", 41 "Img": "",
42 "Subtitle": "", 42 "Subtitle": "",
43 "URL": "foo/steps/setup_build/0/stdout", 43 "URL": "foo/steps/setup_build/0/stdout",
44 "Alt": "" 44 "Alt": ""
45 }, 45 },
46 "SubLink": [ 46 "SubLink": [
47 { 47 {
48 "Label": "steps/setup_build/0/logs/run_recipe/0", 48 "Label": "steps/setup_build/0/logs/run_recipe/0",
49 "Img": "", 49 "Img": "",
50 "Subtitle": "", 50 "Subtitle": "",
51 "URL": "foo/steps/setup_build/0/logs/run_recipe/0", 51 "URL": "foo/steps/setup_build/0/logs/run_recipe/0",
52 "Alt": "" 52 "Alt": ""
53 } 53 }
54 ], 54 ],
55 "Progress": null, 55 "Progress": null,
56 "Started": "0001-02-03T04:05:06Z", 56 "Started": "2016-03-14T10:00:02Z",
57 "Finished": "", 57 "Finished": "2016-03-14T10:00:03Z",
58 "Duration": 0, 58 "Duration": 1,
59 "Type": "Step", 59 "Type": "Step",
60 "LevelsDeep": 0, 60 "LevelsDeep": 0,
61 "Text": [ 61 "Text": [
62 "\u003cbr/\u003erunning recipe: \"v8\"" 62 "\u003cbr/\u003erunning recipe: \"v8\""
63 ] 63 ]
64 } 64 }
65 ], 65 ],
66 "PropertyGroup": [ 66 "PropertyGroup": [
67 { 67 {
68 "GroupName": "Swarming", 68 "GroupName": "Swarming",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "GroupName": "setup_build", 171 "GroupName": "setup_build",
172 "Property": null 172 "Property": null
173 }, 173 },
174 { 174 {
175 "GroupName": "Main", 175 "GroupName": "Main",
176 "Property": null 176 "Property": null
177 } 177 }
178 ], 178 ],
179 "Blame": null 179 "Blame": null
180 } 180 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698