| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 184 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 185 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 186 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 186 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 187 "@@@STEP_LOG_END@python.inline@@@" | 187 "@@@STEP_LOG_END@python.inline@@@" |
| 188 ] | 188 ] |
| 189 }, | 189 }, |
| 190 { | 190 { |
| 191 "cmd": [ | 191 "cmd": [ |
| 192 "python", | 192 "python", |
| 193 "-u", | 193 "-u", |
| 194 "[BUILD]\\scripts\\slave\\recipe_modules\\gsutil\\resources\\gsutil_wrappe
r.py", | 194 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", |
| 195 "--", | 195 "--", |
| 196 "[DEPOT_TOOLS]\\gsutil.py", | 196 "[DEPOT_TOOLS]\\gsutil.py", |
| 197 "--force-version", | 197 "--force-version", |
| 198 "3.25", | 198 "3.25", |
| 199 "--", | 199 "--", |
| 200 "cp", | 200 "cp", |
| 201 "-R", | 201 "-R", |
| 202 "gs://chromium-skia-gm/playback_42/skps", | 202 "gs://chromium-skia-gm/playback_42/skps", |
| 203 "[SLAVE_BUILD]\\playback" | 203 "[SLAVE_BUILD]\\playback" |
| 204 ], | 204 ], |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "ShuttleA", | 307 "ShuttleA", |
| 308 "os", | 308 "os", |
| 309 "Win7" | 309 "Win7" |
| 310 ], | 310 ], |
| 311 "name": "nanobench" | 311 "name": "nanobench" |
| 312 }, | 312 }, |
| 313 { | 313 { |
| 314 "cmd": [ | 314 "cmd": [ |
| 315 "python", | 315 "python", |
| 316 "-u", | 316 "-u", |
| 317 "[BUILD]\\scripts\\slave\\recipe_modules\\skia\\resources\\upload_bench_re
sults.py", | 317 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py", |
| 318 "Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot", | 318 "Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot", |
| 319 "5", | 319 "5", |
| 320 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot\\da
ta", | 320 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot\\da
ta", |
| 321 "164710", | 321 "164710", |
| 322 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", | 322 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", |
| 323 "500" | 323 "500" |
| 324 ], | 324 ], |
| 325 "cwd": "[SLAVE_BUILD]\\skia", | 325 "cwd": "[SLAVE_BUILD]\\skia", |
| 326 "name": "Upload Nanobench Results" | 326 "name": "Upload Nanobench Results" |
| 327 } | 327 } |
| 328 ] | 328 ] |
| OLD | NEW |