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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/adb_in_path.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-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]/skia/infra/bots/assets/skimage/VERSION", 298 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
299 "/path/to/tmp/" 299 "/path/to/tmp/"
300 ], 300 ],
301 "name": "Get downloaded skimage VERSION" 301 "name": "Get downloaded SK_IMAGE_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": [
315 "/usr/bin/adb", 305 "/usr/bin/adb",
316 "shell", 306 "shell",
317 "cat", 307 "cat",
318 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION" 308 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
319 ], 309 ],
320 "env": { 310 "env": {
321 "BUILDTYPE": "Debug", 311 "BUILDTYPE": "Debug",
322 "CHROME_HEADLESS": "1", 312 "CHROME_HEADLESS": "1",
323 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 313 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
324 "PYTHONPATH": "[BUILD]/scripts", 314 "PYTHONPATH": "[BUILD]/scripts",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "SKIA_OUT": "[SLAVE_BUILD]/out" 678 "SKIA_OUT": "[SLAVE_BUILD]/out"
689 }, 679 },
690 "name": "kill-server" 680 "name": "kill-server"
691 }, 681 },
692 { 682 {
693 "name": "$result", 683 "name": "$result",
694 "recipe_result": null, 684 "recipe_result": null,
695 "status_code": 0 685 "status_code": 0
696 } 686 }
697 ] 687 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698