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

Side by Side Diff: appengine/cmd/milo/swarming/expectations/build-patch-failure.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": "Failure", 4 "Status": "Failure",
5 "MainLink": null, 5 "MainLink": null,
6 "SubLink": null, 6 "SubLink": null,
7 "Progress": null, 7 "Progress": null,
8 "Started": "Z", 8 "Started": "Z",
9 "Finished": "", 9 "Finished": "",
10 "Duration": 0, 10 "Duration": 0,
(...skipping 16 matching lines...) Expand all
27 "SubLink": [ 27 "SubLink": [
28 { 28 {
29 "Label": "steps/update_scripts/0/logs/gclient_json/0", 29 "Label": "steps/update_scripts/0/logs/gclient_json/0",
30 "Img": "", 30 "Img": "",
31 "Subtitle": "", 31 "Subtitle": "",
32 "URL": "foo/steps/update_scripts/0/logs/gclient_json/0", 32 "URL": "foo/steps/update_scripts/0/logs/gclient_json/0",
33 "Alt": "" 33 "Alt": ""
34 } 34 }
35 ], 35 ],
36 "Progress": null, 36 "Progress": null,
37 "Started": "0001-02-03T04:05:06Z", 37 "Started": "2016-03-14T10:00:02Z",
38 "Finished": "", 38 "Finished": "2016-03-14T10:00:03Z",
39 "Duration": 0, 39 "Duration": 1,
40 "Type": "Step", 40 "Type": "Step",
41 "LevelsDeep": 0, 41 "LevelsDeep": 0,
42 "Text": [ 42 "Text": [
43 "git - 1fb19c56e954ada4c990ed04cf8a004e16def555" 43 "git - 1fb19c56e954ada4c990ed04cf8a004e16def555"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "Label": "setup_build", 47 "Label": "setup_build",
48 "Status": "Success", 48 "Status": "Success",
49 "MainLink": { 49 "MainLink": {
50 "Label": "stdout", 50 "Label": "stdout",
51 "Img": "", 51 "Img": "",
52 "Subtitle": "", 52 "Subtitle": "",
53 "URL": "foo/steps/setup_build/0/stdout", 53 "URL": "foo/steps/setup_build/0/stdout",
54 "Alt": "" 54 "Alt": ""
55 }, 55 },
56 "SubLink": [ 56 "SubLink": [
57 { 57 {
58 "Label": "steps/setup_build/0/logs/run_recipe/0", 58 "Label": "steps/setup_build/0/logs/run_recipe/0",
59 "Img": "", 59 "Img": "",
60 "Subtitle": "", 60 "Subtitle": "",
61 "URL": "foo/steps/setup_build/0/logs/run_recipe/0", 61 "URL": "foo/steps/setup_build/0/logs/run_recipe/0",
62 "Alt": "" 62 "Alt": ""
63 } 63 }
64 ], 64 ],
65 "Progress": null, 65 "Progress": null,
66 "Started": "0001-02-03T04:05:06Z", 66 "Started": "2016-03-14T10:00:04Z",
67 "Finished": "", 67 "Finished": "2016-03-14T10:00:05Z",
68 "Duration": 0, 68 "Duration": 1,
69 "Type": "Step", 69 "Type": "Step",
70 "LevelsDeep": 0, 70 "LevelsDeep": 0,
71 "Text": [ 71 "Text": [
72 "\u003cbr/\u003erunning recipe: \"infra/infra_repo_trybot\"" 72 "\u003cbr/\u003erunning recipe: \"infra/infra_repo_trybot\""
73 ] 73 ]
74 }, 74 },
75 { 75 {
76 "Label": "bot_update", 76 "Label": "bot_update",
77 "Status": "Success", 77 "Status": "Success",
78 "MainLink": { 78 "MainLink": {
(...skipping 13 matching lines...) Expand all
92 }, 92 },
93 { 93 {
94 "Label": "steps/bot_update/0/logs/patch_error/0", 94 "Label": "steps/bot_update/0/logs/patch_error/0",
95 "Img": "", 95 "Img": "",
96 "Subtitle": "", 96 "Subtitle": "",
97 "URL": "foo/steps/bot_update/0/logs/patch_error/0", 97 "URL": "foo/steps/bot_update/0/logs/patch_error/0",
98 "Alt": "" 98 "Alt": ""
99 } 99 }
100 ], 100 ],
101 "Progress": null, 101 "Progress": null,
102 "Started": "0001-02-03T04:05:06Z", 102 "Started": "2016-03-14T10:00:06Z",
103 "Finished": "", 103 "Finished": "2016-03-14T10:00:07Z",
104 "Duration": 0, 104 "Duration": 1,
105 "Type": "Step", 105 "Type": "Step",
106 "LevelsDeep": 0, 106 "LevelsDeep": 0,
107 "Text": [ 107 "Text": [
108 "[21GB/295GB used (7%)] PATCH FAILED" 108 "[21GB/295GB used (7%)] PATCH FAILED"
109 ] 109 ]
110 }, 110 },
111 { 111 {
112 "Label": "Patch failure", 112 "Label": "Patch failure",
113 "Status": "Failure", 113 "Status": "Failure",
114 "MainLink": { 114 "MainLink": {
115 "Label": "stdout", 115 "Label": "stdout",
116 "Img": "", 116 "Img": "",
117 "Subtitle": "", 117 "Subtitle": "",
118 "URL": "foo/steps/Patch_failure/0/stdout", 118 "URL": "foo/steps/Patch_failure/0/stdout",
119 "Alt": "" 119 "Alt": ""
120 }, 120 },
121 "SubLink": null, 121 "SubLink": null,
122 "Progress": null, 122 "Progress": null,
123 "Started": "0001-02-03T04:05:06Z", 123 "Started": "2016-03-14T10:00:08Z",
124 "Finished": "", 124 "Finished": "2016-03-14T10:00:09Z",
125 "Duration": 0, 125 "Duration": 1,
126 "Type": "Step", 126 "Type": "Step",
127 "LevelsDeep": 0, 127 "LevelsDeep": 0,
128 "Text": [ 128 "Text": [
129 "Check the bot_update step for details" 129 "Check the bot_update step for details"
130 ] 130 ]
131 }, 131 },
132 { 132 {
133 "Label": "recipe failure reason", 133 "Label": "recipe failure reason",
134 "Status": "Success", 134 "Status": "Success",
135 "MainLink": { 135 "MainLink": {
136 "Label": "stdout", 136 "Label": "stdout",
137 "Img": "", 137 "Img": "",
138 "Subtitle": "", 138 "Subtitle": "",
139 "URL": "foo/steps/recipe_failure_reason/0/stdout", 139 "URL": "foo/steps/recipe_failure_reason/0/stdout",
140 "Alt": "" 140 "Alt": ""
141 }, 141 },
142 "SubLink": [ 142 "SubLink": [
143 { 143 {
144 "Label": "steps/recipe_failure_reason/0/logs/failure_reason/0", 144 "Label": "steps/recipe_failure_reason/0/logs/failure_reason/0",
145 "Img": "", 145 "Img": "",
146 "Subtitle": "", 146 "Subtitle": "",
147 "URL": "foo/steps/recipe_failure_reason/0/logs/failure_reason/0", 147 "URL": "foo/steps/recipe_failure_reason/0/logs/failure_reason/0",
148 "Alt": "" 148 "Alt": ""
149 } 149 }
150 ], 150 ],
151 "Progress": null, 151 "Progress": null,
152 "Started": "0001-02-03T04:05:06Z", 152 "Started": "2016-03-14T10:00:10Z",
153 "Finished": "", 153 "Finished": "2016-03-14T10:00:11Z",
154 "Duration": 0, 154 "Duration": 1,
155 "Type": "Step", 155 "Type": "Step",
156 "LevelsDeep": 0, 156 "LevelsDeep": 0,
157 "Text": null 157 "Text": null
158 } 158 }
159 ], 159 ],
160 "PropertyGroup": [ 160 "PropertyGroup": [
161 { 161 {
162 "GroupName": "Swarming", 162 "GroupName": "Swarming",
163 "Property": [ 163 "Property": [
164 { 164 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 }, 242 },
243 { 243 {
244 "Key": "revision", 244 "Key": "revision",
245 "Value": "HEAD" 245 "Value": "HEAD"
246 } 246 }
247 ] 247 ]
248 } 248 }
249 ], 249 ],
250 "Blame": null 250 "Blame": null
251 } 251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698