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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/adb_in_path.json

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace 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-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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "SKIA_OUT": "[SLAVE_BUILD]/out" 288 "SKIA_OUT": "[SLAVE_BUILD]/out"
289 }, 289 },
290 "name": "read SKP_VERSION", 290 "name": "read SKP_VERSION",
291 "stdout": "/path/to/tmp/" 291 "stdout": "/path/to/tmp/"
292 }, 292 },
293 { 293 {
294 "cmd": [ 294 "cmd": [
295 "python", 295 "python",
296 "-u", 296 "-u",
297 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 297 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
298 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 298 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
299 "/path/to/tmp/" 299 "/path/to/tmp/"
300 ], 300 ],
301 "name": "Get downloaded SK_IMAGE_VERSION" 301 "name": "Get downloaded skimage VERSION"
302 }, 302 },
303 { 303 {
304 "cmd": [ 304 "cmd": [
305 "python",
306 "-u",
307 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
308 "42",
309 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
310 ],
311 "name": "write SK_IMAGE_VERSION"
312 },
313 {
314 "cmd": [
305 "/usr/bin/adb", 315 "/usr/bin/adb",
306 "shell", 316 "shell",
307 "cat", 317 "cat",
308 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION" 318 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
309 ], 319 ],
310 "env": { 320 "env": {
311 "BUILDTYPE": "Debug", 321 "BUILDTYPE": "Debug",
312 "CHROME_HEADLESS": "1", 322 "CHROME_HEADLESS": "1",
313 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 323 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
314 "PYTHONPATH": "[BUILD]/scripts", 324 "PYTHONPATH": "[BUILD]/scripts",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 "SKIA_OUT": "[SLAVE_BUILD]/out" 688 "SKIA_OUT": "[SLAVE_BUILD]/out"
679 }, 689 },
680 "name": "kill-server" 690 "name": "kill-server"
681 }, 691 },
682 { 692 {
683 "name": "$result", 693 "name": "$result",
684 "recipe_result": null, 694 "recipe_result": null,
685 "status_code": 0 695 "status_code": 0
686 } 696 }
687 ] 697 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698