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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Release.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-NexusPlayer-CPU-SSE4-x86-Release", 508 "Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Release",
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 "x86", 515 "x86",
514 "compiler", 516 "compiler",
515 "GCC", 517 "GCC",
516 "configuration", 518 "configuration",
517 "Release", 519 "Release",
518 "cpu_or_gpu", 520 "cpu_or_gpu",
519 "CPU", 521 "CPU",
520 "cpu_or_gpu_value", 522 "cpu_or_gpu_value",
(...skipping 10 matching lines...) Expand all
531 "--config", 533 "--config",
532 "565", 534 "565",
533 "8888", 535 "8888",
534 "gpu", 536 "gpu",
535 "gpusrgb", 537 "gpusrgb",
536 "--src", 538 "--src",
537 "tests", 539 "tests",
538 "gm", 540 "gm",
539 "image", 541 "image",
540 "colorImage", 542 "colorImage",
543 "svg",
541 "--blacklist", 544 "--blacklist",
542 "f16", 545 "f16",
543 "_", 546 "_",
544 "_", 547 "_",
545 "dstreadshuffle", 548 "dstreadshuffle",
546 "f16", 549 "f16",
547 "image", 550 "image",
548 "_", 551 "_",
549 "_", 552 "_",
550 "srgb", 553 "srgb",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 "SKIA_OUT": "[SLAVE_BUILD]/out" 846 "SKIA_OUT": "[SLAVE_BUILD]/out"
844 }, 847 },
845 "name": "kill-server" 848 "name": "kill-server"
846 }, 849 },
847 { 850 {
848 "name": "$result", 851 "name": "$result",
849 "recipe_result": null, 852 "recipe_result": null,
850 "status_code": 0 853 "status_code": 0
851 } 854 }
852 ] 855 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698