| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 261 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
| 262 "SKIA_OUT": "[SLAVE_BUILD]/out" | 262 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 263 }, | 263 }, |
| 264 "name": "push resources" | 264 "name": "push resources" |
| 265 }, | 265 }, |
| 266 { | 266 { |
| 267 "cmd": [ | 267 "cmd": [ |
| 268 "python", | 268 "python", |
| 269 "-u", | 269 "-u", |
| 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 271 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 271 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 272 "/path/to/tmp/" | 272 "/path/to/tmp/" |
| 273 ], | 273 ], |
| 274 "name": "Get downloaded SKP_VERSION" | 274 "name": "Get downloaded SKP VERSION" |
| 275 }, | 275 }, |
| 276 { | 276 { |
| 277 "cmd": [ | 277 "cmd": [ |
| 278 "python", |
| 279 "-u", |
| 280 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 281 "42", |
| 282 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 283 ], |
| 284 "name": "write SKP_VERSION" |
| 285 }, |
| 286 { |
| 287 "cmd": [ |
| 278 "/usr/bin/adb", | 288 "/usr/bin/adb", |
| 279 "shell", | 289 "shell", |
| 280 "cat", | 290 "cat", |
| 281 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" | 291 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" |
| 282 ], | 292 ], |
| 283 "env": { | 293 "env": { |
| 284 "BUILDTYPE": "Debug", | 294 "BUILDTYPE": "Debug", |
| 285 "CHROME_HEADLESS": "1", | 295 "CHROME_HEADLESS": "1", |
| 286 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", | 296 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", |
| 287 "PYTHONPATH": "[BUILD]/scripts", | 297 "PYTHONPATH": "[BUILD]/scripts", |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 "SKIA_OUT": "[SLAVE_BUILD]/out" | 698 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 689 }, | 699 }, |
| 690 "name": "kill-server" | 700 "name": "kill-server" |
| 691 }, | 701 }, |
| 692 { | 702 { |
| 693 "name": "$result", | 703 "name": "$result", |
| 694 "recipe_result": null, | 704 "recipe_result": null, |
| 695 "status_code": 0 | 705 "status_code": 0 |
| 696 } | 706 } |
| 697 ] | 707 ] |
| OLD | NEW |