OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git.bat", | 4 "git.bat", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]\\skia", | 7 "cwd": "[SLAVE_BUILD]\\skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "--format=%at", | 279 "--format=%at", |
280 "-s" | 280 "-s" |
281 ], | 281 ], |
282 "cwd": "[SLAVE_BUILD]\\skia", | 282 "cwd": "[SLAVE_BUILD]\\skia", |
283 "name": "git show", | 283 "name": "git show", |
284 "stdout": "/path/to/tmp/" | 284 "stdout": "/path/to/tmp/" |
285 }, | 285 }, |
286 { | 286 { |
287 "cmd": [ | 287 "cmd": [ |
288 "[SLAVE_BUILD]\\skia\\out\\Release\\nanobench", | 288 "[SLAVE_BUILD]\\skia\\out\\Release\\nanobench", |
| 289 "--undefok", |
289 "-i", | 290 "-i", |
290 "[SLAVE_BUILD]\\skia\\resources", | 291 "[SLAVE_BUILD]\\skia\\resources", |
291 "--skps", | 292 "--skps", |
292 "[SLAVE_BUILD]\\playback\\skps", | 293 "[SLAVE_BUILD]\\playback\\skps", |
293 "--nocpu", | 294 "--nocpu", |
294 "--dummy-flags", | 295 "--dummy-flags", |
295 "--outResultsFile", | 296 "--outResultsFile", |
296 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data\\nanobench_164710_1408633190.json", | 297 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data\\nanobench_164710_1408633190.json", |
297 "--properties", | 298 "--properties", |
298 "gitHash", | 299 "gitHash", |
(...skipping 25 matching lines...) Expand all Loading... |
324 "5", | 325 "5", |
325 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", | 326 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", |
326 "164710", | 327 "164710", |
327 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", | 328 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", |
328 "500" | 329 "500" |
329 ], | 330 ], |
330 "cwd": "[SLAVE_BUILD]\\skia", | 331 "cwd": "[SLAVE_BUILD]\\skia", |
331 "name": "Upload Nanobench Results" | 332 "name": "Upload Nanobench Results" |
332 } | 333 } |
333 ] | 334 ] |
OLD | NEW |