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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/adb_in_path.json

Issue 2344553002: 565 is not this important. (Closed)
Patch Set: still an option Created 4 years, 3 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 }, 9 },
10 { 10 {
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "model", 520 "model",
521 "Nexus7", 521 "Nexus7",
522 "os", 522 "os",
523 "Android", 523 "Android",
524 "--uninterestingHashesFile", 524 "--uninterestingHashesFile",
525 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt", 525 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt",
526 "--writePath", 526 "--writePath",
527 "/storage/emulated/legacy/skiabot/skia_dm", 527 "/storage/emulated/legacy/skiabot/skia_dm",
528 "--nocpu", 528 "--nocpu",
529 "--config", 529 "--config",
530 "565",
531 "8888", 530 "8888",
532 "gpu", 531 "gpu",
533 "gpusrgb", 532 "gpusrgb",
534 "serialize-8888", 533 "serialize-8888",
535 "tiles_rt-8888", 534 "tiles_rt-8888",
536 "pic-8888", 535 "pic-8888",
537 "--src", 536 "--src",
538 "tests", 537 "tests",
539 "gm", 538 "gm",
540 "image", 539 "image",
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 "SKIA_OUT": "[SLAVE_BUILD]/out" 957 "SKIA_OUT": "[SLAVE_BUILD]/out"
959 }, 958 },
960 "name": "kill-server" 959 "name": "kill-server"
961 }, 960 },
962 { 961 {
963 "name": "$result", 962 "name": "$result",
964 "recipe_result": null, 963 "recipe_result": null,
965 "status_code": 0 964 "status_code": 0
966 } 965 }
967 ] 966 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698