| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 233 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 234 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 234 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 235 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 235 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 236 "@@@STEP_LOG_END@python.inline@@@" | 236 "@@@STEP_LOG_END@python.inline@@@" |
| 237 ] | 237 ] |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| 241 "python", | 241 "python", |
| 242 "-u", | 242 "-u", |
| 243 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 243 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 244 "--", | 244 "--", |
| 245 "[DEPOT_TOOLS]/gsutil.py", | 245 "[DEPOT_TOOLS]/gsutil.py", |
| 246 "--force-version", | 246 "--force-version", |
| 247 "3.25", | 247 "3.25", |
| 248 "--", | 248 "--", |
| 249 "cp", | 249 "cp", |
| 250 "-R", | 250 "-R", |
| 251 "gs://chromium-skia-gm/playback_42/skps", | 251 "gs://chromium-skia-gm/playback_42/skps", |
| 252 "[SLAVE_BUILD]/playback" | 252 "[SLAVE_BUILD]/playback" |
| 253 ], | 253 ], |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 "env": { | 441 "env": { |
| 442 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", | 442 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", |
| 443 "SKIA_ANDROID_VERBOSE_SETUP": "1" | 443 "SKIA_ANDROID_VERBOSE_SETUP": "1" |
| 444 }, | 444 }, |
| 445 "name": "pull /storage/emulated/legacy/skiabot/skia_perf" | 445 "name": "pull /storage/emulated/legacy/skiabot/skia_perf" |
| 446 }, | 446 }, |
| 447 { | 447 { |
| 448 "cmd": [ | 448 "cmd": [ |
| 449 "python", | 449 "python", |
| 450 "-u", | 450 "-u", |
| 451 "[BUILD]/scripts/slave/recipe_modules/skia/resources/upload_bench_results.
py", | 451 "RECIPE_MODULE[skia]/resources/upload_bench_results.py", |
| 452 "Perf-Android-Nexus7-Tegra3-Arm7-Release", | 452 "Perf-Android-Nexus7-Tegra3-Arm7-Release", |
| 453 "5", | 453 "5", |
| 454 "[SLAVE_BUILD]/perfdata/Perf-Android-Nexus7-Tegra3-Arm7-Release/data", | 454 "[SLAVE_BUILD]/perfdata/Perf-Android-Nexus7-Tegra3-Arm7-Release/data", |
| 455 "164710", | 455 "164710", |
| 456 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 456 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" |
| 457 ], | 457 ], |
| 458 "cwd": "[SLAVE_BUILD]/skia", | 458 "cwd": "[SLAVE_BUILD]/skia", |
| 459 "name": "Upload Nanobench Results" | 459 "name": "Upload Nanobench Results" |
| 460 }, | 460 }, |
| 461 { | 461 { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 477 { | 477 { |
| 478 "cmd": [ | 478 "cmd": [ |
| 479 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 479 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
| 480 "-s", | 480 "-s", |
| 481 "015d210a13480604", | 481 "015d210a13480604", |
| 482 "wait-for-device" | 482 "wait-for-device" |
| 483 ], | 483 ], |
| 484 "name": "wait for device 015d210a13480604 (3)" | 484 "name": "wait for device 015d210a13480604 (3)" |
| 485 } | 485 } |
| 486 ] | 486 ] |
| OLD | NEW |