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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 "SKIA_OUT": "[SLAVE_BUILD]/out", | 193 "SKIA_OUT": "[SLAVE_BUILD]/out", |
194 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 194 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
195 }, | 195 }, |
196 "name": "push [SLAVE_BUILD]/tmp/SKP_VERSION" | 196 "name": "push [SLAVE_BUILD]/tmp/SKP_VERSION" |
197 }, | 197 }, |
198 { | 198 { |
199 "cmd": [ | 199 "cmd": [ |
200 "python", | 200 "python", |
201 "-u", | 201 "-u", |
202 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 202 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
203 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 203 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
204 "/path/to/tmp/" | 204 "/path/to/tmp/" |
205 ], | 205 ], |
206 "name": "Get downloaded SK_IMAGE_VERSION" | 206 "name": "Get downloaded skimage VERSION" |
207 }, | 207 }, |
208 { | 208 { |
209 "cmd": [ | 209 "cmd": [ |
| 210 "python", |
| 211 "-u", |
| 212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 213 "42", |
| 214 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
| 215 ], |
| 216 "name": "write SK_IMAGE_VERSION" |
| 217 }, |
| 218 { |
| 219 "cmd": [ |
210 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", | 220 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", |
211 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" | 221 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" |
212 ], | 222 ], |
213 "env": { | 223 "env": { |
214 "BUILDTYPE": "Debug", | 224 "BUILDTYPE": "Debug", |
215 "CC": "/usr/bin/clang", | 225 "CC": "/usr/bin/clang", |
216 "CHROME_HEADLESS": "1", | 226 "CHROME_HEADLESS": "1", |
217 "CXX": "/usr/bin/clang++", | 227 "CXX": "/usr/bin/clang++", |
218 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 228 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
219 "PYTHONPATH": "[BUILD]/scripts", | 229 "PYTHONPATH": "[BUILD]/scripts", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 280 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
271 "PYTHONPATH": "[BUILD]/scripts", | 281 "PYTHONPATH": "[BUILD]/scripts", |
272 "SKIA_OUT": "[SLAVE_BUILD]/out", | 282 "SKIA_OUT": "[SLAVE_BUILD]/out", |
273 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 283 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
274 }, | 284 }, |
275 "name": "mkdir skiabot/skia_images" | 285 "name": "mkdir skiabot/skia_images" |
276 }, | 286 }, |
277 { | 287 { |
278 "cmd": [ | 288 "cmd": [ |
279 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", | 289 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", |
280 "[SLAVE_BUILD]/images", | 290 "[SLAVE_BUILD]/skimage", |
281 "skiabot/skia_images" | 291 "skiabot/skia_images" |
282 ], | 292 ], |
283 "env": { | 293 "env": { |
284 "BUILDTYPE": "Debug", | 294 "BUILDTYPE": "Debug", |
285 "CC": "/usr/bin/clang", | 295 "CC": "/usr/bin/clang", |
286 "CHROME_HEADLESS": "1", | 296 "CHROME_HEADLESS": "1", |
287 "CXX": "/usr/bin/clang++", | 297 "CXX": "/usr/bin/clang++", |
288 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 298 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
289 "PYTHONPATH": "[BUILD]/scripts", | 299 "PYTHONPATH": "[BUILD]/scripts", |
290 "SKIA_OUT": "[SLAVE_BUILD]/out", | 300 "SKIA_OUT": "[SLAVE_BUILD]/out", |
291 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 301 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
292 }, | 302 }, |
293 "name": "push images to skia_images" | 303 "name": "push skimage to skia_images" |
294 }, | 304 }, |
295 { | 305 { |
296 "cmd": [ | 306 "cmd": [ |
297 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", | 307 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", |
298 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 308 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
299 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" | 309 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" |
300 ], | 310 ], |
301 "env": { | 311 "env": { |
302 "BUILDTYPE": "Debug", | 312 "BUILDTYPE": "Debug", |
303 "CC": "/usr/bin/clang", | 313 "CC": "/usr/bin/clang", |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 597 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
588 }, | 598 }, |
589 "name": "wait for reboot" | 599 "name": "wait for reboot" |
590 }, | 600 }, |
591 { | 601 { |
592 "name": "$result", | 602 "name": "$result", |
593 "recipe_result": null, | 603 "recipe_result": null, |
594 "status_code": 0 | 604 "status_code": 0 |
595 } | 605 } |
596 ] | 606 ] |
OLD | NEW |