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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-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-Nexus10-GPU-MaliT604-Arm7-Release", 508 "Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-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 "Arm7", 515 "Arm7",
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 "GPU", 521 "GPU",
520 "cpu_or_gpu_value", 522 "cpu_or_gpu_value",
(...skipping 14 matching lines...) Expand all
535 "gpusrgb", 537 "gpusrgb",
536 "msaa4", 538 "msaa4",
537 "serialize-8888", 539 "serialize-8888",
538 "tiles_rt-8888", 540 "tiles_rt-8888",
539 "pic-8888", 541 "pic-8888",
540 "--src", 542 "--src",
541 "tests", 543 "tests",
542 "gm", 544 "gm",
543 "image", 545 "image",
544 "colorImage", 546 "colorImage",
547 "svg",
545 "--blacklist", 548 "--blacklist",
546 "f16", 549 "f16",
547 "_", 550 "_",
548 "_", 551 "_",
549 "dstreadshuffle", 552 "dstreadshuffle",
550 "f16", 553 "f16",
551 "image", 554 "image",
552 "_", 555 "_",
553 "_", 556 "_",
554 "srgb", 557 "srgb",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 "SKIA_OUT": "[SLAVE_BUILD]/out" 941 "SKIA_OUT": "[SLAVE_BUILD]/out"
939 }, 942 },
940 "name": "kill-server" 943 "name": "kill-server"
941 }, 944 },
942 { 945 {
943 "name": "$result", 946 "name": "$result",
944 "recipe_result": null, 947 "recipe_result": null,
945 "status_code": 0 948 "status_code": 0
946 } 949 }
947 ] 950 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698