| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 327 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 328 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 328 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 329 "@@@STEP_LOG_END@python.inline@@@" | 329 "@@@STEP_LOG_END@python.inline@@@" |
| 330 ] | 330 ] |
| 331 }, | 331 }, |
| 332 { | 332 { |
| 333 "cmd": [ | 333 "cmd": [ |
| 334 "python", | 334 "python", |
| 335 "-u", | 335 "-u", |
| 336 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 336 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 337 "--undefok -i /sdcard/resources --skps /sdcard/skps --images /sdcard/image
s/dm --nogpu --dummy-flags --outResultsFile /sdcard/skia_results/nanobench_16471
0_1408633190.json --properties gitHash 164710 build_number 5 --key arch Arm7 com
piler GCC cpu_or_gpu CPU cpu_or_gpu_value NEON extra_config Appurify model Nexus
5 os Android", | 337 "--undefok -i /sdcard/resources --skps /sdcard/skps --images /sdcard/image
s/nanobench --nogpu --dummy-flags --outResultsFile /sdcard/skia_results/nanobenc
h_164710_1408633190.json --properties gitHash 164710 build_number 5 --key arch A
rm7 compiler GCC cpu_or_gpu CPU cpu_or_gpu_value NEON extra_config Appurify mode
l Nexus5 os Android", |
| 338 "[SLAVE_BUILD]/skia/platform_tools/android/apps/visualbench/src/main/asset
s/nanobench_flags.txt" | 338 "[SLAVE_BUILD]/skia/platform_tools/android/apps/visualbench/src/main/asset
s/nanobench_flags.txt" |
| 339 ], | 339 ], |
| 340 "cwd": "[SLAVE_BUILD]", | 340 "cwd": "[SLAVE_BUILD]", |
| 341 "name": "write nanobench_flags.txt" | 341 "name": "write nanobench_flags.txt" |
| 342 }, | 342 }, |
| 343 { | 343 { |
| 344 "cmd": [ | 344 "cmd": [ |
| 345 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", | 345 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", |
| 346 "VisualBenchTest_APK", | 346 "VisualBenchTest_APK", |
| 347 "-d", | 347 "-d", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus5-CPU-NEON-Arm7-
Release-Appurify" | 482 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus5-CPU-NEON-Arm7-
Release-Appurify" |
| 483 }, | 483 }, |
| 484 "name": "Upload nanobench Results" | 484 "name": "Upload nanobench Results" |
| 485 }, | 485 }, |
| 486 { | 486 { |
| 487 "name": "$result", | 487 "name": "$result", |
| 488 "recipe_result": null, | 488 "recipe_result": null, |
| 489 "status_code": 0 | 489 "status_code": 0 |
| 490 } | 490 } |
| 491 ] | 491 ] |
| OLD | NEW |