| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug" | 8 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 265 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
| 266 "SKIA_OUT": "[SLAVE_BUILD]/out" | 266 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 267 }, | 267 }, |
| 268 "name": "push resources" | 268 "name": "push resources" |
| 269 }, | 269 }, |
| 270 { | 270 { |
| 271 "cmd": [ | 271 "cmd": [ |
| 272 "python", | 272 "python", |
| 273 "-u", | 273 "-u", |
| 274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 275 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 275 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 276 "/path/to/tmp/" | 276 "/path/to/tmp/" |
| 277 ], | 277 ], |
| 278 "name": "Get downloaded SKP_VERSION" | 278 "name": "Get downloaded SKP VERSION" |
| 279 }, | 279 }, |
| 280 { | 280 { |
| 281 "cmd": [ | 281 "cmd": [ |
| 282 "python", |
| 283 "-u", |
| 284 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 285 "42", |
| 286 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 287 ], |
| 288 "name": "write SKP_VERSION" |
| 289 }, |
| 290 { |
| 291 "cmd": [ |
| 282 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", | 292 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", |
| 283 "shell", | 293 "shell", |
| 284 "cat", | 294 "cat", |
| 285 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" | 295 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" |
| 286 ], | 296 ], |
| 287 "env": { | 297 "env": { |
| 288 "BUILDTYPE": "Debug", | 298 "BUILDTYPE": "Debug", |
| 289 "CHROME_HEADLESS": "1", | 299 "CHROME_HEADLESS": "1", |
| 290 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", | 300 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", |
| 291 "PYTHONPATH": "[BUILD]/scripts", | 301 "PYTHONPATH": "[BUILD]/scripts", |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 "SKIA_OUT": "[SLAVE_BUILD]/out" | 704 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 695 }, | 705 }, |
| 696 "name": "kill-server" | 706 "name": "kill-server" |
| 697 }, | 707 }, |
| 698 { | 708 { |
| 699 "name": "$result", | 709 "name": "$result", |
| 700 "recipe_result": null, | 710 "recipe_result": null, |
| 701 "status_code": 0 | 711 "status_code": 0 |
| 702 } | 712 } |
| 703 ] | 713 ] |
| OLD | NEW |