| 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-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug" | 8 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "PYTHONPATH": "[BUILD]/scripts", | 77 "PYTHONPATH": "[BUILD]/scripts", |
| 78 "SKIA_OUT": "[SLAVE_BUILD]/out", | 78 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 79 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 79 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 80 }, | 80 }, |
| 81 "name": "push resources to skia_resources" | 81 "name": "push resources to skia_resources" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "cmd": [ | 84 "cmd": [ |
| 85 "python", | 85 "python", |
| 86 "-u", | 86 "-u", |
| 87 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 88 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 88 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 89 "/path/to/tmp/" | 89 "/path/to/tmp/" |
| 90 ], | 90 ], |
| 91 "name": "Get downloaded SKP VERSION" | 91 "name": "Get downloaded SKP VERSION" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "cmd": [ | 94 "cmd": [ |
| 95 "python", | 95 "python", |
| 96 "-u", | 96 "-u", |
| 97 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 97 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "PYTHONPATH": "[BUILD]/scripts", | 202 "PYTHONPATH": "[BUILD]/scripts", |
| 203 "SKIA_OUT": "[SLAVE_BUILD]/out", | 203 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 204 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 204 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 205 }, | 205 }, |
| 206 "name": "push [SLAVE_BUILD]/tmp/SKP_VERSION" | 206 "name": "push [SLAVE_BUILD]/tmp/SKP_VERSION" |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "cmd": [ | 209 "cmd": [ |
| 210 "python", | 210 "python", |
| 211 "-u", | 211 "-u", |
| 212 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 213 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 213 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 214 "/path/to/tmp/" | 214 "/path/to/tmp/" |
| 215 ], | 215 ], |
| 216 "name": "Get downloaded skimage VERSION" | 216 "name": "Get downloaded skimage VERSION" |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 "cmd": [ | 219 "cmd": [ |
| 220 "python", | 220 "python", |
| 221 "-u", | 221 "-u", |
| 222 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 222 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 607 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 608 }, | 608 }, |
| 609 "name": "wait for reboot" | 609 "name": "wait for reboot" |
| 610 }, | 610 }, |
| 611 { | 611 { |
| 612 "name": "$result", | 612 "name": "$result", |
| 613 "recipe_result": null, | 613 "recipe_result": null, |
| 614 "status_code": 0 | 614 "status_code": 0 |
| 615 } | 615 } |
| 616 ] | 616 ] |
| OLD | NEW |