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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-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-Nexus6-GPU-Adreno420-Arm7-Debug", 508 "Test-Android-GCC-Nexus6-GPU-Adreno420-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 15 matching lines...) Expand all
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 "esinst", 542 "esinst",
541 "--src", 543 "--src",
542 "tests", 544 "tests",
543 "gm", 545 "gm",
544 "image", 546 "image",
545 "colorImage", 547 "colorImage",
548 "svg",
546 "--blacklist", 549 "--blacklist",
547 "f16", 550 "f16",
548 "_", 551 "_",
549 "_", 552 "_",
550 "dstreadshuffle", 553 "dstreadshuffle",
551 "f16", 554 "f16",
552 "image", 555 "image",
553 "_", 556 "_",
554 "_", 557 "_",
555 "srgb", 558 "srgb",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 "SKIA_OUT": "[SLAVE_BUILD]/out" 940 "SKIA_OUT": "[SLAVE_BUILD]/out"
938 }, 941 },
939 "name": "kill-server" 942 "name": "kill-server"
940 }, 943 },
941 { 944 {
942 "name": "$result", 945 "name": "$result",
943 "recipe_result": null, 946 "recipe_result": null,
944 "status_code": 0 947 "status_code": 0
945 } 948 }
946 ] 949 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698