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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-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 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install"
5 ], 5 ],
6 "env": { 6 "env": {
7 "BUILDTYPE": "Debug", 7 "BUILDTYPE": "Debug",
8 "CHROME_HEADLESS": "1", 8 "CHROME_HEADLESS": "1",
9 "SKIA_OUT": "[SLAVE_BUILD]/out", 9 "SKIA_OUT": "[SLAVE_BUILD]/out",
10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "--nameByHash", 498 "--nameByHash",
499 "--properties", 499 "--properties",
500 "gitHash", 500 "gitHash",
501 "abc123", 501 "abc123",
502 "master", 502 "master",
503 "client.skia", 503 "client.skia",
504 "builder", 504 "builder",
505 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", 505 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug",
506 "build_number", 506 "build_number",
507 "5", 507 "5",
508 "--svgs",
509 "skiabot/skia_svg/svgs",
508 "--key", 510 "--key",
509 "arch", 511 "arch",
510 "Arm7", 512 "Arm7",
511 "compiler", 513 "compiler",
512 "Clang", 514 "Clang",
513 "configuration", 515 "configuration",
514 "Debug", 516 "Debug",
515 "cpu_or_gpu", 517 "cpu_or_gpu",
516 "GPU", 518 "GPU",
517 "cpu_or_gpu_value", 519 "cpu_or_gpu_value",
(...skipping 14 matching lines...) Expand all
532 "gpusrgb", 534 "gpusrgb",
533 "pdf", 535 "pdf",
534 "serialize-8888", 536 "serialize-8888",
535 "tiles_rt-8888", 537 "tiles_rt-8888",
536 "pic-8888", 538 "pic-8888",
537 "--src", 539 "--src",
538 "tests", 540 "tests",
539 "gm", 541 "gm",
540 "image", 542 "image",
541 "colorImage", 543 "colorImage",
544 "svg",
542 "--blacklist", 545 "--blacklist",
543 "f16", 546 "f16",
544 "_", 547 "_",
545 "_", 548 "_",
546 "dstreadshuffle", 549 "dstreadshuffle",
547 "f16", 550 "f16",
548 "image", 551 "image",
549 "_", 552 "_",
550 "_", 553 "_",
551 "srgb", 554 "srgb",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 914 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
912 }, 915 },
913 "name": "wait for reboot" 916 "name": "wait for reboot"
914 }, 917 },
915 { 918 {
916 "name": "$result", 919 "name": "$result",
917 "recipe_result": null, 920 "recipe_result": null,
918 "status_code": 0 921 "status_code": 0
919 } 922 }
920 ] 923 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698