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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
11 }, 11 },
12 { 12 {
13 "cmd": [ 13 "cmd": [
14 "git", 14 "git",
15 "checkout", 15 "checkout",
16 "master" 16 "master"
17 ], 17 ],
18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 18 "cwd": "[TMP]/fake_checkout_tmp_1",
19 "name": "git checkout" 19 "name": "git checkout"
20 }, 20 },
21 { 21 {
22 "cmd": [], 22 "cmd": [],
23 "cwd": "[SLAVE_BUILD]",
24 "name": "config", 23 "name": "config",
25 "~followup_annotations": [ 24 "~followup_annotations": [
26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", 25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@", 26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@", 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@", 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@", 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@", 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@", 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@", 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@", 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@", 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@", 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@", 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@",
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" , 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@", 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", 42 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
44 "@@@STEP_LOG_END@Bisect job configuration@@@" 43 "@@@STEP_LOG_END@Bisect job configuration@@@"
45 ] 44 ]
46 }, 45 },
47 { 46 {
48 "cmd": [], 47 "cmd": [],
49 "cwd": "[SLAVE_BUILD]",
50 "name": "Resolving reference range" 48 "name": "Resolving reference range"
51 }, 49 },
52 { 50 {
53 "cmd": [ 51 "cmd": [
54 "python", 52 "python",
55 "-u", 53 "-u",
56 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 54 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
57 "get_numbering", 55 "get_numbering",
58 "--params-file", 56 "--params-file",
59 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 57 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
60 "--attempts", 58 "--attempts",
61 "3" 59 "3"
62 ], 60 ],
63 "cwd": "[SLAVE_BUILD]",
64 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}", 61 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
65 "stdout": "/path/to/tmp/json", 62 "stdout": "/path/to/tmp/json",
66 "~followup_annotations": [ 63 "~followup_annotations": [
67 "@@@STEP_NEST_LEVEL@1@@@", 64 "@@@STEP_NEST_LEVEL@1@@@",
68 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@", 67 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@" 68 "@@@STEP_LOG_END@json.output@@@"
72 ] 69 ]
73 }, 70 },
74 { 71 {
75 "cmd": [ 72 "cmd": [
76 "python", 73 "python",
77 "-u", 74 "-u",
78 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 75 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
79 "get_numbering", 76 "get_numbering",
80 "--params-file", 77 "--params-file",
81 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 78 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
82 "--attempts", 79 "--attempts",
83 "3" 80 "3"
84 ], 81 ],
85 "cwd": "[SLAVE_BUILD]",
86 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}", 82 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
87 "stdout": "/path/to/tmp/json", 83 "stdout": "/path/to/tmp/json",
88 "~followup_annotations": [ 84 "~followup_annotations": [
89 "@@@STEP_NEST_LEVEL@1@@@", 85 "@@@STEP_NEST_LEVEL@1@@@",
90 "@@@STEP_LOG_LINE@json.output@{@@@", 86 "@@@STEP_LOG_LINE@json.output@{@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
92 "@@@STEP_LOG_LINE@json.output@}@@@", 88 "@@@STEP_LOG_LINE@json.output@}@@@",
93 "@@@STEP_LOG_END@json.output@@@" 89 "@@@STEP_LOG_END@json.output@@@"
94 ] 90 ]
95 }, 91 },
96 { 92 {
97 "cmd": [ 93 "cmd": [
98 "python", 94 "python",
99 "-u", 95 "-u",
100 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 96 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
101 "DEPS", 97 "DEPS",
102 "--commit", 98 "--commit",
103 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 99 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
104 ], 100 ],
105 "cwd": "[SLAVE_BUILD]",
106 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS", 101 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
107 "stdout": "/path/to/tmp/", 102 "stdout": "/path/to/tmp/",
108 "~followup_annotations": [ 103 "~followup_annotations": [
109 "@@@STEP_NEST_LEVEL@1@@@", 104 "@@@STEP_NEST_LEVEL@1@@@",
110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 105 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
111 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", 106 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
112 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", 107 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
113 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" 108 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
114 ] 109 ]
115 }, 110 },
116 { 111 {
117 "cmd": [ 112 "cmd": [
118 "python", 113 "python",
119 "-u", 114 "-u",
120 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 115 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
121 "DEPS", 116 "DEPS",
122 "--commit", 117 "--commit",
123 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 118 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
124 ], 119 ],
125 "cwd": "[SLAVE_BUILD]",
126 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS", 120 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
127 "stdout": "/path/to/tmp/", 121 "stdout": "/path/to/tmp/",
128 "~followup_annotations": [ 122 "~followup_annotations": [
129 "@@@STEP_NEST_LEVEL@1@@@", 123 "@@@STEP_NEST_LEVEL@1@@@",
130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 124 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
131 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", 125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
132 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
133 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 127 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
134 ] 128 ]
135 }, 129 },
136 { 130 {
137 "cmd": [], 131 "cmd": [],
138 "cwd": "[SLAVE_BUILD]",
139 "name": "Expanding revision range" 132 "name": "Expanding revision range"
140 }, 133 },
141 { 134 {
142 "cmd": [ 135 "cmd": [
143 "python", 136 "python",
144 "-u", 137 "-u",
145 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 138 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
146 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 139 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
147 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 140 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
148 "https://chromium.googlesource.com/chromium/src" 141 "https://chromium.googlesource.com/chromium/src"
149 ], 142 ],
150 "cwd": "[SLAVE_BUILD]",
151 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 143 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
152 "stdout": "/path/to/tmp/json", 144 "stdout": "/path/to/tmp/json",
153 "~followup_annotations": [ 145 "~followup_annotations": [
154 "@@@STEP_NEST_LEVEL@1@@@", 146 "@@@STEP_NEST_LEVEL@1@@@",
155 "@@@STEP_LOG_LINE@json.output@[@@@", 147 "@@@STEP_LOG_LINE@json.output@[@@@",
156 "@@@STEP_LOG_LINE@json.output@ [@@@", 148 "@@@STEP_LOG_LINE@json.output@ [@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@", 149 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@",
158 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
159 "@@@STEP_LOG_LINE@json.output@ ]@@@", 151 "@@@STEP_LOG_LINE@json.output@ ]@@@",
160 "@@@STEP_LOG_LINE@json.output@]@@@", 152 "@@@STEP_LOG_LINE@json.output@]@@@",
161 "@@@STEP_LOG_END@json.output@@@" 153 "@@@STEP_LOG_END@json.output@@@"
162 ] 154 ]
163 }, 155 },
164 { 156 {
165 "cmd": [ 157 "cmd": [
166 "python", 158 "python",
167 "-u", 159 "-u",
168 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 160 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
169 "--", 161 "--",
170 "[DEPOT_TOOLS]/gsutil.py", 162 "[ROOT]/b/depot_tools/gsutil.py",
171 "----", 163 "----",
172 "ls", 164 "ls",
173 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 165 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
174 ], 166 ],
175 "cwd": "[SLAVE_BUILD]",
176 "name": "gsutil ls" 167 "name": "gsutil ls"
177 }, 168 },
178 { 169 {
179 "cmd": [ 170 "cmd": [
180 "git", 171 "git",
181 "-c", 172 "-c",
182 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 173 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
183 "try", 174 "try",
184 "--bot", 175 "--bot",
185 "linux_perf_bisect_builder", 176 "linux_perf_bisect_builder",
186 "--revision", 177 "--revision",
187 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 178 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
188 "--name", 179 "--name",
189 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", 180 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build",
190 "--clobber", 181 "--clobber",
191 "--svn_repo", 182 "--svn_repo",
192 "svn://svn.chromium.org/chrome-try/try-perf", 183 "svn://svn.chromium.org/chrome-try/try-perf",
193 "--diff", 184 "--diff",
194 "/dev/null" 185 "/dev/null"
195 ], 186 ],
196 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 187 "cwd": "[TMP]/fake_checkout_tmp_1",
197 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try." 188 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try."
198 }, 189 },
199 { 190 {
200 "cmd": [ 191 "cmd": [
201 "python", 192 "python",
202 "-u", 193 "-u",
203 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 194 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
204 "--", 195 "--",
205 "[DEPOT_TOOLS]/gsutil.py", 196 "[ROOT]/b/depot_tools/gsutil.py",
206 "----", 197 "----",
207 "ls", 198 "ls",
208 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 199 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
209 ], 200 ],
210 "cwd": "[SLAVE_BUILD]",
211 "name": "gsutil ls (2)" 201 "name": "gsutil ls (2)"
212 }, 202 },
213 { 203 {
214 "cmd": [ 204 "cmd": [
215 "git", 205 "git",
216 "-c", 206 "-c",
217 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 207 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
218 "try", 208 "try",
219 "--bot", 209 "--bot",
220 "linux_perf_bisect_builder", 210 "linux_perf_bisect_builder",
221 "--revision", 211 "--revision",
222 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 212 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
223 "--name", 213 "--name",
224 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build", 214 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build",
225 "--clobber", 215 "--clobber",
226 "--svn_repo", 216 "--svn_repo",
227 "svn://svn.chromium.org/chrome-try/try-perf", 217 "svn://svn.chromium.org/chrome-try/try-perf",
228 "--diff", 218 "--diff",
229 "/dev/null" 219 "/dev/null"
230 ], 220 ],
231 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 221 "cwd": "[TMP]/fake_checkout_tmp_1",
232 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 222 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
233 }, 223 },
234 { 224 {
235 "cmd": [ 225 "cmd": [
236 "git", 226 "git",
237 "footers", 227 "footers",
238 "--position", 228 "--position",
239 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 229 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
240 ], 230 ],
241 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 231 "cwd": "[TMP]/fake_checkout_tmp_1",
242 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", 232 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
243 "stdout": "/path/to/tmp/" 233 "stdout": "/path/to/tmp/"
244 }, 234 },
245 { 235 {
246 "cmd": [], 236 "cmd": [],
247 "cwd": "[SLAVE_BUILD]",
248 "name": "Waiting for chromium@a6298e4afe" 237 "name": "Waiting for chromium@a6298e4afe"
249 }, 238 },
250 { 239 {
251 "cmd": [ 240 "cmd": [
252 "python", 241 "python",
253 "-u", 242 "-u",
254 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 243 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
255 "--", 244 "--",
256 "[DEPOT_TOOLS]/gsutil.py", 245 "[ROOT]/b/depot_tools/gsutil.py",
257 "----", 246 "----",
258 "ls", 247 "ls",
259 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 248 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
260 ], 249 ],
261 "cwd": "[SLAVE_BUILD]",
262 "name": "Waiting for chromium@a6298e4afe.gsutil ls", 250 "name": "Waiting for chromium@a6298e4afe.gsutil ls",
263 "~followup_annotations": [ 251 "~followup_annotations": [
264 "@@@STEP_NEST_LEVEL@1@@@" 252 "@@@STEP_NEST_LEVEL@1@@@"
265 ] 253 ]
266 }, 254 },
267 { 255 {
268 "cmd": [], 256 "cmd": [],
269 "cwd": "[SLAVE_BUILD]",
270 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222", 257 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222",
271 "trigger_specs": [ 258 "trigger_specs": [
272 { 259 {
273 "builder_name": "linux_perf_tester", 260 "builder_name": "linux_perf_tester",
274 "properties": { 261 "properties": {
275 "bisect_config": { 262 "bisect_config": {
276 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 263 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
277 "metric": "mean_input_event_latency/mean_input_event_latency", 264 "metric": "mean_input_event_latency/mean_input_event_latency",
278 "repeat_count": 5, 265 "repeat_count": 5,
279 "test_type": "perf" 266 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
291 "~followup_annotations": [ 278 "~followup_annotations": [
292 "@@@STEP_NEST_LEVEL@1@@@" 279 "@@@STEP_NEST_LEVEL@1@@@"
293 ] 280 ]
294 }, 281 },
295 { 282 {
296 "cmd": [ 283 "cmd": [
297 "python", 284 "python",
298 "-u", 285 "-u",
299 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 286 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
300 ], 287 ],
301 "cwd": "[SLAVE_BUILD]",
302 "name": "Waiting for chromium@a6298e4afe.sleeping", 288 "name": "Waiting for chromium@a6298e4afe.sleeping",
303 "~followup_annotations": [ 289 "~followup_annotations": [
304 "@@@STEP_NEST_LEVEL@1@@@", 290 "@@@STEP_NEST_LEVEL@1@@@",
305 "@@@STEP_LOG_LINE@python.inline@@@@", 291 "@@@STEP_LOG_LINE@python.inline@@@@",
306 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 292 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
307 "@@@STEP_LOG_LINE@python.inline@import time@@@", 293 "@@@STEP_LOG_LINE@python.inline@import time@@@",
308 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 294 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
309 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 295 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
310 "@@@STEP_LOG_END@python.inline@@@" 296 "@@@STEP_LOG_END@python.inline@@@"
311 ] 297 ]
312 }, 298 },
313 { 299 {
314 "cmd": [ 300 "cmd": [
315 "python", 301 "python",
316 "-u", 302 "-u",
317 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 303 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
318 "--", 304 "--",
319 "[DEPOT_TOOLS]/gsutil.py", 305 "[ROOT]/b/depot_tools/gsutil.py",
320 "----", 306 "----",
321 "ls", 307 "ls",
322 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 308 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
323 ], 309 ],
324 "cwd": "[SLAVE_BUILD]",
325 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)", 310 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)",
326 "~followup_annotations": [ 311 "~followup_annotations": [
327 "@@@STEP_NEST_LEVEL@1@@@" 312 "@@@STEP_NEST_LEVEL@1@@@"
328 ] 313 ]
329 }, 314 },
330 { 315 {
331 "cmd": [ 316 "cmd": [
332 "python", 317 "python",
333 "-u", 318 "-u",
334 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 319 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
335 "--", 320 "--",
336 "[DEPOT_TOOLS]/gsutil.py", 321 "[ROOT]/b/depot_tools/gsutil.py",
337 "----", 322 "----",
338 "cat", 323 "cat",
339 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 324 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
340 ], 325 ],
341 "cwd": "[SLAVE_BUILD]",
342 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222", 326 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222",
343 "stdout": "/path/to/tmp/", 327 "stdout": "/path/to/tmp/",
344 "~followup_annotations": [ 328 "~followup_annotations": [
345 "@@@STEP_NEST_LEVEL@1@@@" 329 "@@@STEP_NEST_LEVEL@1@@@"
346 ] 330 ]
347 }, 331 },
348 { 332 {
349 "cmd": [ 333 "cmd": [
350 "git", 334 "git",
351 "footers", 335 "footers",
352 "--position", 336 "--position",
353 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 337 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
354 ], 338 ],
355 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 339 "cwd": "[TMP]/fake_checkout_tmp_1",
356 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 340 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
357 "stdout": "/path/to/tmp/" 341 "stdout": "/path/to/tmp/"
358 }, 342 },
359 { 343 {
360 "cmd": [], 344 "cmd": [],
361 "cwd": "[SLAVE_BUILD]",
362 "name": "Waiting for chromium@00316c9ddf" 345 "name": "Waiting for chromium@00316c9ddf"
363 }, 346 },
364 { 347 {
365 "cmd": [ 348 "cmd": [
366 "python", 349 "python",
367 "-u", 350 "-u",
368 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 351 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
369 "--", 352 "--",
370 "[DEPOT_TOOLS]/gsutil.py", 353 "[ROOT]/b/depot_tools/gsutil.py",
371 "----", 354 "----",
372 "ls", 355 "ls",
373 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 356 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
374 ], 357 ],
375 "cwd": "[SLAVE_BUILD]",
376 "name": "Waiting for chromium@00316c9ddf.gsutil ls", 358 "name": "Waiting for chromium@00316c9ddf.gsutil ls",
377 "~followup_annotations": [ 359 "~followup_annotations": [
378 "@@@STEP_NEST_LEVEL@1@@@" 360 "@@@STEP_NEST_LEVEL@1@@@"
379 ] 361 ]
380 }, 362 },
381 { 363 {
382 "cmd": [], 364 "cmd": [],
383 "cwd": "[SLAVE_BUILD]",
384 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111", 365 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111",
385 "trigger_specs": [ 366 "trigger_specs": [
386 { 367 {
387 "builder_name": "linux_perf_tester", 368 "builder_name": "linux_perf_tester",
388 "properties": { 369 "properties": {
389 "bisect_config": { 370 "bisect_config": {
390 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 371 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
391 "metric": "mean_input_event_latency/mean_input_event_latency", 372 "metric": "mean_input_event_latency/mean_input_event_latency",
392 "repeat_count": 5, 373 "repeat_count": 5,
393 "test_type": "perf" 374 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
405 "~followup_annotations": [ 386 "~followup_annotations": [
406 "@@@STEP_NEST_LEVEL@1@@@" 387 "@@@STEP_NEST_LEVEL@1@@@"
407 ] 388 ]
408 }, 389 },
409 { 390 {
410 "cmd": [ 391 "cmd": [
411 "python", 392 "python",
412 "-u", 393 "-u",
413 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 394 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
414 ], 395 ],
415 "cwd": "[SLAVE_BUILD]",
416 "name": "Waiting for chromium@00316c9ddf.sleeping", 396 "name": "Waiting for chromium@00316c9ddf.sleeping",
417 "~followup_annotations": [ 397 "~followup_annotations": [
418 "@@@STEP_NEST_LEVEL@1@@@", 398 "@@@STEP_NEST_LEVEL@1@@@",
419 "@@@STEP_LOG_LINE@python.inline@@@@", 399 "@@@STEP_LOG_LINE@python.inline@@@@",
420 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 400 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
421 "@@@STEP_LOG_LINE@python.inline@import time@@@", 401 "@@@STEP_LOG_LINE@python.inline@import time@@@",
422 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 402 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
423 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 403 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
424 "@@@STEP_LOG_END@python.inline@@@" 404 "@@@STEP_LOG_END@python.inline@@@"
425 ] 405 ]
426 }, 406 },
427 { 407 {
428 "cmd": [ 408 "cmd": [
429 "python", 409 "python",
430 "-u", 410 "-u",
431 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 411 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
432 "--", 412 "--",
433 "[DEPOT_TOOLS]/gsutil.py", 413 "[ROOT]/b/depot_tools/gsutil.py",
434 "----", 414 "----",
435 "ls", 415 "ls",
436 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 416 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
437 ], 417 ],
438 "cwd": "[SLAVE_BUILD]",
439 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)", 418 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)",
440 "~followup_annotations": [ 419 "~followup_annotations": [
441 "@@@STEP_NEST_LEVEL@1@@@" 420 "@@@STEP_NEST_LEVEL@1@@@"
442 ] 421 ]
443 }, 422 },
444 { 423 {
445 "cmd": [ 424 "cmd": [
446 "python", 425 "python",
447 "-u", 426 "-u",
448 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 427 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
449 "--", 428 "--",
450 "[DEPOT_TOOLS]/gsutil.py", 429 "[ROOT]/b/depot_tools/gsutil.py",
451 "----", 430 "----",
452 "cat", 431 "cat",
453 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 432 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
454 ], 433 ],
455 "cwd": "[SLAVE_BUILD]",
456 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 434 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
457 "stdout": "/path/to/tmp/", 435 "stdout": "/path/to/tmp/",
458 "~followup_annotations": [ 436 "~followup_annotations": [
459 "@@@STEP_NEST_LEVEL@1@@@" 437 "@@@STEP_NEST_LEVEL@1@@@"
460 ] 438 ]
461 }, 439 },
462 { 440 {
463 "cmd": [ 441 "cmd": [
464 "python", 442 "python",
465 "-u", 443 "-u",
466 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 444 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
467 "--", 445 "--",
468 "[DEPOT_TOOLS]/gsutil.py", 446 "[ROOT]/b/depot_tools/gsutil.py",
469 "----", 447 "----",
470 "ls", 448 "ls",
471 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip" 449 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip"
472 ], 450 ],
473 "cwd": "[SLAVE_BUILD]",
474 "name": "gsutil ls (3)" 451 "name": "gsutil ls (3)"
475 }, 452 },
476 { 453 {
477 "cmd": [ 454 "cmd": [
478 "git", 455 "git",
479 "-c", 456 "-c",
480 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 457 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
481 "try", 458 "try",
482 "--bot", 459 "--bot",
483 "linux_perf_bisect_builder", 460 "linux_perf_bisect_builder",
484 "--revision", 461 "--revision",
485 "dcdcdc0ff1122212323134879ddceeb1240b0988", 462 "dcdcdc0ff1122212323134879ddceeb1240b0988",
486 "--name", 463 "--name",
487 "dcdcdc0ff1122212323134879ddceeb1240b0988-build", 464 "dcdcdc0ff1122212323134879ddceeb1240b0988-build",
488 "--clobber", 465 "--clobber",
489 "--svn_repo", 466 "--svn_repo",
490 "svn://svn.chromium.org/chrome-try/try-perf", 467 "svn://svn.chromium.org/chrome-try/try-perf",
491 "--diff", 468 "--diff",
492 "/dev/null" 469 "/dev/null"
493 ], 470 ],
494 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 471 "cwd": "[TMP]/fake_checkout_tmp_1",
495 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try." 472 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try."
496 }, 473 },
497 { 474 {
498 "cmd": [ 475 "cmd": [
499 "git", 476 "git",
500 "footers", 477 "footers",
501 "--position", 478 "--position",
502 "dcdcdc0ff1122212323134879ddceeb1240b0988" 479 "dcdcdc0ff1122212323134879ddceeb1240b0988"
503 ], 480 ],
504 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 481 "cwd": "[TMP]/fake_checkout_tmp_1",
505 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988", 482 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
506 "stdout": "/path/to/tmp/" 483 "stdout": "/path/to/tmp/"
507 }, 484 },
508 { 485 {
509 "cmd": [], 486 "cmd": [],
510 "cwd": "[SLAVE_BUILD]",
511 "name": "Waiting for chromium@dcdcdc0ff1" 487 "name": "Waiting for chromium@dcdcdc0ff1"
512 }, 488 },
513 { 489 {
514 "cmd": [ 490 "cmd": [
515 "python", 491 "python",
516 "-u", 492 "-u",
517 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 493 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
518 "--", 494 "--",
519 "[DEPOT_TOOLS]/gsutil.py", 495 "[ROOT]/b/depot_tools/gsutil.py",
520 "----", 496 "----",
521 "ls", 497 "ls",
522 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip" 498 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip"
523 ], 499 ],
524 "cwd": "[SLAVE_BUILD]",
525 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls", 500 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls",
526 "~followup_annotations": [ 501 "~followup_annotations": [
527 "@@@STEP_NEST_LEVEL@1@@@" 502 "@@@STEP_NEST_LEVEL@1@@@"
528 ] 503 ]
529 }, 504 },
530 { 505 {
531 "cmd": [], 506 "cmd": [],
532 "cwd": "[SLAVE_BUILD]",
533 "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff11 22212323134879ddceeb1240b0988", 507 "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff11 22212323134879ddceeb1240b0988",
534 "trigger_specs": [ 508 "trigger_specs": [
535 { 509 {
536 "builder_name": "linux_perf_tester", 510 "builder_name": "linux_perf_tester",
537 "properties": { 511 "properties": {
538 "bisect_config": { 512 "bisect_config": {
539 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 513 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
540 "metric": "mean_input_event_latency/mean_input_event_latency", 514 "metric": "mean_input_event_latency/mean_input_event_latency",
541 "repeat_count": 5, 515 "repeat_count": 5,
542 "test_type": "perf" 516 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
554 "~followup_annotations": [ 528 "~followup_annotations": [
555 "@@@STEP_NEST_LEVEL@1@@@" 529 "@@@STEP_NEST_LEVEL@1@@@"
556 ] 530 ]
557 }, 531 },
558 { 532 {
559 "cmd": [ 533 "cmd": [
560 "python", 534 "python",
561 "-u", 535 "-u",
562 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 536 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
563 ], 537 ],
564 "cwd": "[SLAVE_BUILD]",
565 "name": "Waiting for chromium@dcdcdc0ff1.sleeping", 538 "name": "Waiting for chromium@dcdcdc0ff1.sleeping",
566 "~followup_annotations": [ 539 "~followup_annotations": [
567 "@@@STEP_NEST_LEVEL@1@@@", 540 "@@@STEP_NEST_LEVEL@1@@@",
568 "@@@STEP_LOG_LINE@python.inline@@@@", 541 "@@@STEP_LOG_LINE@python.inline@@@@",
569 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 542 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
570 "@@@STEP_LOG_LINE@python.inline@import time@@@", 543 "@@@STEP_LOG_LINE@python.inline@import time@@@",
571 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 544 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
572 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 545 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
573 "@@@STEP_LOG_END@python.inline@@@" 546 "@@@STEP_LOG_END@python.inline@@@"
574 ] 547 ]
575 }, 548 },
576 { 549 {
577 "cmd": [ 550 "cmd": [
578 "python", 551 "python",
579 "-u", 552 "-u",
580 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 553 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
581 "--", 554 "--",
582 "[DEPOT_TOOLS]/gsutil.py", 555 "[ROOT]/b/depot_tools/gsutil.py",
583 "----", 556 "----",
584 "ls", 557 "ls",
585 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 558 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
586 ], 559 ],
587 "cwd": "[SLAVE_BUILD]",
588 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)", 560 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)",
589 "~followup_annotations": [ 561 "~followup_annotations": [
590 "@@@STEP_NEST_LEVEL@1@@@" 562 "@@@STEP_NEST_LEVEL@1@@@"
591 ] 563 ]
592 }, 564 },
593 { 565 {
594 "cmd": [ 566 "cmd": [
595 "python", 567 "python",
596 "-u", 568 "-u",
597 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 569 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
598 "--", 570 "--",
599 "[DEPOT_TOOLS]/gsutil.py", 571 "[ROOT]/b/depot_tools/gsutil.py",
600 "----", 572 "----",
601 "cat", 573 "cat",
602 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 574 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
603 ], 575 ],
604 "cwd": "[SLAVE_BUILD]",
605 "name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build d cdcdc0ff1122212323134879ddceeb1240b0988", 576 "name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build d cdcdc0ff1122212323134879ddceeb1240b0988",
606 "stdout": "/path/to/tmp/", 577 "stdout": "/path/to/tmp/",
607 "~followup_annotations": [ 578 "~followup_annotations": [
608 "@@@STEP_NEST_LEVEL@1@@@" 579 "@@@STEP_NEST_LEVEL@1@@@"
609 ] 580 ]
610 }, 581 },
611 { 582 {
612 "name": "$result", 583 "name": "$result",
613 "reason": "Expected revision to check.", 584 "reason": "Expected revision to check.",
614 "status_code": 1 585 "status_code": 1
615 } 586 }
616 ] 587 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698