| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 154 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 155 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 156 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 157 "@@@STEP_LOG_END@python.inline@@@" | 157 "@@@STEP_LOG_END@python.inline@@@" |
| 158 ] | 158 ] |
| 159 }, | 159 }, |
| 160 { | 160 { |
| 161 "cmd": [ | 161 "cmd": [ |
| 162 "python", | 162 "python", |
| 163 "-u", | 163 "-u", |
| 164 "[BUILD]\\scripts\\slave\\recipe_modules\\gsutil\\resources\\gsutil_wrappe
r.py", | 164 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", |
| 165 "--", | 165 "--", |
| 166 "[DEPOT_TOOLS]\\gsutil.py", | 166 "[DEPOT_TOOLS]\\gsutil.py", |
| 167 "--force-version", | 167 "--force-version", |
| 168 "3.25", | 168 "3.25", |
| 169 "--", | 169 "--", |
| 170 "cp", | 170 "cp", |
| 171 "-R", | 171 "-R", |
| 172 "gs://chromium-skia-gm/playback_42/skps", | 172 "gs://chromium-skia-gm/playback_42/skps", |
| 173 "[SLAVE_BUILD]\\playback" | 173 "[SLAVE_BUILD]\\playback" |
| 174 ], | 174 ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 224 "@@@STEP_LOG_END@python.inline@@@" | 224 "@@@STEP_LOG_END@python.inline@@@" |
| 225 ] | 225 ] |
| 226 }, | 226 }, |
| 227 { | 227 { |
| 228 "cmd": [ | 228 "cmd": [ |
| 229 "python", | 229 "python", |
| 230 "-u", | 230 "-u", |
| 231 "[BUILD]\\scripts\\slave\\recipe_modules\\gsutil\\resources\\gsutil_wrappe
r.py", | 231 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", |
| 232 "--", | 232 "--", |
| 233 "[DEPOT_TOOLS]\\gsutil.py", | 233 "[DEPOT_TOOLS]\\gsutil.py", |
| 234 "--force-version", | 234 "--force-version", |
| 235 "3.25", | 235 "3.25", |
| 236 "--", | 236 "--", |
| 237 "cp", | 237 "cp", |
| 238 "-R", | 238 "-R", |
| 239 "gs://chromium-skia-gm/skimage/input/*", | 239 "gs://chromium-skia-gm/skimage/input/*", |
| 240 "[SLAVE_BUILD]\\images" | 240 "[SLAVE_BUILD]\\images" |
| 241 ], | 241 ], |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "os", | 330 "os", |
| 331 "Win7", | 331 "Win7", |
| 332 "--dummy-flags" | 332 "--dummy-flags" |
| 333 ], | 333 ], |
| 334 "name": "dm" | 334 "name": "dm" |
| 335 }, | 335 }, |
| 336 { | 336 { |
| 337 "cmd": [ | 337 "cmd": [ |
| 338 "python", | 338 "python", |
| 339 "-u", | 339 "-u", |
| 340 "[BUILD]\\scripts\\slave\\recipe_modules\\skia\\resources\\upload_dm_resul
ts.py", | 340 "RECIPE_MODULE[skia]\\resources\\upload_dm_results.py", |
| 341 "[SLAVE_BUILD]\\dm", | 341 "[SLAVE_BUILD]\\dm", |
| 342 "164710", | 342 "164710", |
| 343 "Test-Win7-ShuttleA-HD2000-x86-Release-ANGLE", | 343 "Test-Win7-ShuttleA-HD2000-x86-Release-ANGLE", |
| 344 "5", | 344 "5", |
| 345 "", | 345 "", |
| 346 "[SLAVE_BUILD]\\skia\\common\\py\\utils" | 346 "[SLAVE_BUILD]\\skia\\common\\py\\utils" |
| 347 ], | 347 ], |
| 348 "cwd": "[SLAVE_BUILD]\\skia", | 348 "cwd": "[SLAVE_BUILD]\\skia", |
| 349 "name": "Upload DM Results" | 349 "name": "Upload DM Results" |
| 350 } | 350 } |
| 351 ] | 351 ] |
| OLD | NEW |