Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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]/skia/infra/bots/assets/skimage/VERSION", 203 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
204 "/path/to/tmp/" 204 "/path/to/tmp/"
205 ], 205 ],
206 "name": "Get downloaded skimage VERSION" 206 "name": "Get downloaded SK_IMAGE_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": [
220 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", 210 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file",
221 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" 211 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
222 ], 212 ],
223 "env": { 213 "env": {
224 "BUILDTYPE": "Debug", 214 "BUILDTYPE": "Debug",
225 "CC": "/usr/bin/clang", 215 "CC": "/usr/bin/clang",
226 "CHROME_HEADLESS": "1", 216 "CHROME_HEADLESS": "1",
227 "CXX": "/usr/bin/clang++", 217 "CXX": "/usr/bin/clang++",
228 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0", 218 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0",
229 "PYTHONPATH": "[BUILD]/scripts", 219 "PYTHONPATH": "[BUILD]/scripts",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0", 270 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0",
281 "PYTHONPATH": "[BUILD]/scripts", 271 "PYTHONPATH": "[BUILD]/scripts",
282 "SKIA_OUT": "[SLAVE_BUILD]/out", 272 "SKIA_OUT": "[SLAVE_BUILD]/out",
283 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 273 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
284 }, 274 },
285 "name": "mkdir skiabot/skia_images" 275 "name": "mkdir skiabot/skia_images"
286 }, 276 },
287 { 277 {
288 "cmd": [ 278 "cmd": [
289 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", 279 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed",
290 "[SLAVE_BUILD]/skimage", 280 "[SLAVE_BUILD]/images",
291 "skiabot/skia_images" 281 "skiabot/skia_images"
292 ], 282 ],
293 "env": { 283 "env": {
294 "BUILDTYPE": "Debug", 284 "BUILDTYPE": "Debug",
295 "CC": "/usr/bin/clang", 285 "CC": "/usr/bin/clang",
296 "CHROME_HEADLESS": "1", 286 "CHROME_HEADLESS": "1",
297 "CXX": "/usr/bin/clang++", 287 "CXX": "/usr/bin/clang++",
298 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0", 288 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0",
299 "PYTHONPATH": "[BUILD]/scripts", 289 "PYTHONPATH": "[BUILD]/scripts",
300 "SKIA_OUT": "[SLAVE_BUILD]/out", 290 "SKIA_OUT": "[SLAVE_BUILD]/out",
301 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 291 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
302 }, 292 },
303 "name": "push skimage to skia_images" 293 "name": "push images to skia_images"
304 }, 294 },
305 { 295 {
306 "cmd": [ 296 "cmd": [
307 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", 297 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file",
308 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 298 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
309 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" 299 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
310 ], 300 ],
311 "env": { 301 "env": {
312 "BUILDTYPE": "Debug", 302 "BUILDTYPE": "Debug",
313 "CC": "/usr/bin/clang", 303 "CC": "/usr/bin/clang",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 587 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
598 }, 588 },
599 "name": "wait for reboot" 589 "name": "wait for reboot"
600 }, 590 },
601 { 591 {
602 "name": "$result", 592 "name": "$result",
603 "recipe_result": null, 593 "recipe_result": null,
604 "status_code": 0 594 "status_code": 0
605 } 595 }
606 ] 596 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698