OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[bisect_tester]\\resources\\put_temp.py" | 6 "RECIPE_MODULE[build.bisect_tester]\\resources\\put_temp.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "saving url to temp file", | 9 "name": "saving url to temp file", |
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
win64_nv_tester/builds/571", | 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
win64_nv_tester/builds/571", |
11 "stdout": "/path/to/tmp/" | 11 "stdout": "/path/to/tmp/" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "python", | 15 "python", |
16 "-u", | 16 "-u", |
17 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", | 17 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py", |
18 "--", | 18 "--", |
19 "[DEPOT_TOOLS]\\gsutil.py", | 19 "[DEPOT_TOOLS]\\gsutil.py", |
20 "----", | 20 "----", |
21 "cp", | 21 "cp", |
22 "/tmp/dummy1", | 22 "/tmp/dummy1", |
23 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" | 23 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" |
24 ], | 24 ], |
25 "cwd": "[SLAVE_BUILD]", | 25 "cwd": "[SLAVE_BUILD]", |
26 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", | 26 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", |
27 "~followup_annotations": [ | 27 "~followup_annotations": [ |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "stderr": "/path/to/tmp/", | 263 "stderr": "/path/to/tmp/", |
264 "stdout": "/path/to/tmp/", | 264 "stdout": "/path/to/tmp/", |
265 "~followup_annotations": [ | 265 "~followup_annotations": [ |
266 "@@@STEP_LOG_END@Captured Output@@@" | 266 "@@@STEP_LOG_END@Captured Output@@@" |
267 ] | 267 ] |
268 }, | 268 }, |
269 { | 269 { |
270 "cmd": [ | 270 "cmd": [ |
271 "python", | 271 "python", |
272 "-u", | 272 "-u", |
273 "RECIPE_MODULE[bisect_tester]\\resources\\put_temp.py" | 273 "RECIPE_MODULE[build.bisect_tester]\\resources\\put_temp.py" |
274 ], | 274 ], |
275 "cwd": "[SLAVE_BUILD]", | 275 "cwd": "[SLAVE_BUILD]", |
276 "name": "saving json to temp file", | 276 "name": "saving json to temp file", |
277 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\":
[0, 0]}", | 277 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\":
[0, 0]}", |
278 "stdout": "/path/to/tmp/" | 278 "stdout": "/path/to/tmp/" |
279 }, | 279 }, |
280 { | 280 { |
281 "cmd": [ | 281 "cmd": [ |
282 "python", | 282 "python", |
283 "-u", | 283 "-u", |
284 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", | 284 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py", |
285 "--", | 285 "--", |
286 "[DEPOT_TOOLS]\\gsutil.py", | 286 "[DEPOT_TOOLS]\\gsutil.py", |
287 "----", | 287 "----", |
288 "cp", | 288 "cp", |
289 "/tmp/dummy2", | 289 "/tmp/dummy2", |
290 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" | 290 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" |
291 ], | 291 ], |
292 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
293 "name": "gsutil upload", | 293 "name": "gsutil upload", |
294 "~followup_annotations": [ | 294 "~followup_annotations": [ |
(...skipping 10 matching lines...) Expand all Loading... |
305 ], | 305 ], |
306 "cwd": "[SLAVE_BUILD]", | 306 "cwd": "[SLAVE_BUILD]", |
307 "name": "process_dumps" | 307 "name": "process_dumps" |
308 }, | 308 }, |
309 { | 309 { |
310 "name": "$result", | 310 "name": "$result", |
311 "recipe_result": null, | 311 "recipe_result": null, |
312 "status_code": 0 | 312 "status_code": 0 |
313 } | 313 } |
314 ] | 314 ] |
OLD | NEW |