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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/adb_in_path.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 4 years, 4 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/" 8 "stdout": "/path/to/tmp/"
9 }, 9 },
10 { 10 {
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "--nameByHash", 497 "--nameByHash",
498 "--properties", 498 "--properties",
499 "gitHash", 499 "gitHash",
500 "abc123", 500 "abc123",
501 "master", 501 "master",
502 "client.skia", 502 "client.skia",
503 "builder", 503 "builder",
504 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 504 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
505 "build_number", 505 "build_number",
506 "6", 506 "6",
507 "--svgs",
508 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
507 "--key", 509 "--key",
508 "arch", 510 "arch",
509 "Arm7", 511 "Arm7",
510 "compiler", 512 "compiler",
511 "GCC", 513 "GCC",
512 "configuration", 514 "configuration",
513 "Debug", 515 "Debug",
514 "cpu_or_gpu", 516 "cpu_or_gpu",
515 "GPU", 517 "GPU",
516 "cpu_or_gpu_value", 518 "cpu_or_gpu_value",
(...skipping 13 matching lines...) Expand all
530 "gpu", 532 "gpu",
531 "gpusrgb", 533 "gpusrgb",
532 "serialize-8888", 534 "serialize-8888",
533 "tiles_rt-8888", 535 "tiles_rt-8888",
534 "pic-8888", 536 "pic-8888",
535 "--src", 537 "--src",
536 "tests", 538 "tests",
537 "gm", 539 "gm",
538 "image", 540 "image",
539 "colorImage", 541 "colorImage",
542 "svg",
540 "--blacklist", 543 "--blacklist",
541 "f16", 544 "f16",
542 "_", 545 "_",
543 "_", 546 "_",
544 "dstreadshuffle", 547 "dstreadshuffle",
545 "f16", 548 "f16",
546 "image", 549 "image",
547 "_", 550 "_",
548 "_", 551 "_",
549 "srgb", 552 "srgb",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 "SKIA_OUT": "[SLAVE_BUILD]/out" 934 "SKIA_OUT": "[SLAVE_BUILD]/out"
932 }, 935 },
933 "name": "kill-server" 936 "name": "kill-server"
934 }, 937 },
935 { 938 {
936 "name": "$result", 939 "name": "$result",
937 "recipe_result": null, 940 "recipe_result": null,
938 "status_code": 0 941 "status_code": 0
939 } 942 }
940 ] 943 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698