OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[build::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", |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "--master-name", | 234 "--master-name", |
235 "tryserver.chromium.perf", | 235 "tryserver.chromium.perf", |
236 "--build-number", | 236 "--build-number", |
237 "571" | 237 "571" |
238 ], | 238 ], |
239 "cwd": "[SLAVE_BUILD]", | 239 "cwd": "[SLAVE_BUILD]", |
240 "name": "extract build" | 240 "name": "extract build" |
241 }, | 241 }, |
242 { | 242 { |
243 "cmd": [ | 243 "cmd": [ |
| 244 "python", |
| 245 "-u", |
| 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 247 "--target", |
| 248 "Release_x64" |
| 249 ], |
| 250 "cwd": "[SLAVE_BUILD]", |
| 251 "name": "start_crash_service" |
| 252 }, |
| 253 { |
| 254 "cmd": [ |
244 "tools/perf/run_benchmark", | 255 "tools/perf/run_benchmark", |
245 "-v", | 256 "-v", |
246 "--browser=release", | 257 "--browser=release", |
247 "page_cycler.intl_ar_fa_he" | 258 "page_cycler.intl_ar_fa_he" |
248 ], | 259 ], |
249 "cwd": "[SLAVE_BUILD]", | 260 "cwd": "[SLAVE_BUILD]", |
250 "name": "Performance Test 1 of 2", | 261 "name": "Performance Test 1 of 2", |
251 "stderr": "/path/to/tmp/", | 262 "stderr": "/path/to/tmp/", |
252 "stdout": "/path/to/tmp/", | 263 "stdout": "/path/to/tmp/", |
253 "~followup_annotations": [ | 264 "~followup_annotations": [ |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 ], | 319 ], |
309 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
310 "name": "process_dumps" | 321 "name": "process_dumps" |
311 }, | 322 }, |
312 { | 323 { |
313 "name": "$result", | 324 "name": "$result", |
314 "recipe_result": null, | 325 "recipe_result": null, |
315 "status_code": 0 | 326 "status_code": 0 |
316 } | 327 } |
317 ] | 328 ] |
OLD | NEW |