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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug.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 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "--nameByHash", 501 "--nameByHash",
502 "--properties", 502 "--properties",
503 "gitHash", 503 "gitHash",
504 "abc123", 504 "abc123",
505 "master", 505 "master",
506 "client.skia", 506 "client.skia",
507 "builder", 507 "builder",
508 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 508 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
509 "build_number", 509 "build_number",
510 "5", 510 "5",
511 "--svgs",
512 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
511 "--key", 513 "--key",
512 "arch", 514 "arch",
513 "Arm7", 515 "Arm7",
514 "compiler", 516 "compiler",
515 "GCC", 517 "GCC",
516 "configuration", 518 "configuration",
517 "Debug", 519 "Debug",
518 "cpu_or_gpu", 520 "cpu_or_gpu",
519 "GPU", 521 "GPU",
520 "cpu_or_gpu_value", 522 "cpu_or_gpu_value",
(...skipping 13 matching lines...) Expand all
534 "gpu", 536 "gpu",
535 "gpusrgb", 537 "gpusrgb",
536 "serialize-8888", 538 "serialize-8888",
537 "tiles_rt-8888", 539 "tiles_rt-8888",
538 "pic-8888", 540 "pic-8888",
539 "--src", 541 "--src",
540 "tests", 542 "tests",
541 "gm", 543 "gm",
542 "image", 544 "image",
543 "colorImage", 545 "colorImage",
546 "svg",
544 "--blacklist", 547 "--blacklist",
545 "f16", 548 "f16",
546 "_", 549 "_",
547 "_", 550 "_",
548 "dstreadshuffle", 551 "dstreadshuffle",
549 "f16", 552 "f16",
550 "image", 553 "image",
551 "_", 554 "_",
552 "_", 555 "_",
553 "srgb", 556 "srgb",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 "SKIA_OUT": "[SLAVE_BUILD]/out" 938 "SKIA_OUT": "[SLAVE_BUILD]/out"
936 }, 939 },
937 "name": "kill-server" 940 "name": "kill-server"
938 }, 941 },
939 { 942 {
940 "name": "$result", 943 "name": "$result",
941 "recipe_result": null, 944 "recipe_result": null,
942 "status_code": 0 945 "status_code": 0
943 } 946 }
944 ] 947 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698