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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json

Issue 1951843002: Skia: Add --colorImages to DM (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 7 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "--nameByHash", 558 "--nameByHash",
559 "--properties", 559 "--properties",
560 "gitHash", 560 "gitHash",
561 "164710", 561 "164710",
562 "master", 562 "master",
563 "client.skia", 563 "client.skia",
564 "builder", 564 "builder",
565 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", 565 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug",
566 "build_number", 566 "build_number",
567 "5", 567 "5",
568 "--colorImages",
569 "skiabot/skia_images/colorspace",
568 "--key", 570 "--key",
569 "arch", 571 "arch",
570 "Arm7", 572 "Arm7",
571 "compiler", 573 "compiler",
572 "Clang", 574 "Clang",
573 "configuration", 575 "configuration",
574 "Debug", 576 "Debug",
575 "cpu_or_gpu", 577 "cpu_or_gpu",
576 "GPU", 578 "GPU",
577 "cpu_or_gpu_value", 579 "cpu_or_gpu_value",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D ebug" 686 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D ebug"
685 }, 687 },
686 "name": "wait for reboot" 688 "name": "wait for reboot"
687 }, 689 },
688 { 690 {
689 "name": "$result", 691 "name": "$result",
690 "recipe_result": null, 692 "recipe_result": null,
691 "status_code": 0 693 "status_code": 0
692 } 694 }
693 ] 695 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698