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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-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-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug", 508 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-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 "Arm64", 515 "Arm64",
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 16 matching lines...) Expand all
537 "glinstdit4", 539 "glinstdit4",
538 "serialize-8888", 540 "serialize-8888",
539 "tiles_rt-8888", 541 "tiles_rt-8888",
540 "pic-8888", 542 "pic-8888",
541 "glinst", 543 "glinst",
542 "--src", 544 "--src",
543 "tests", 545 "tests",
544 "gm", 546 "gm",
545 "image", 547 "image",
546 "colorImage", 548 "colorImage",
549 "svg",
547 "--blacklist", 550 "--blacklist",
548 "f16", 551 "f16",
549 "_", 552 "_",
550 "_", 553 "_",
551 "dstreadshuffle", 554 "dstreadshuffle",
552 "f16", 555 "f16",
553 "image", 556 "image",
554 "_", 557 "_",
555 "_", 558 "_",
556 "srgb", 559 "srgb",
(...skipping 381 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