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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json

Issue 1951843002: Skia: Add --colorImages to DM (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" 8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "-t", 425 "-t",
426 "Release", 426 "Release",
427 "dm", 427 "dm",
428 "--undefok", 428 "--undefok",
429 "--resourcePath", 429 "--resourcePath",
430 "/storage/emulated/legacy/skiabot/skia_resources", 430 "/storage/emulated/legacy/skiabot/skia_resources",
431 "--skps", 431 "--skps",
432 "/storage/emulated/legacy/skiabot/skia_skp/skps", 432 "/storage/emulated/legacy/skiabot/skia_skp/skps",
433 "--images", 433 "--images",
434 "/storage/emulated/legacy/skiabot/skia_images/dm", 434 "/storage/emulated/legacy/skiabot/skia_images/dm",
435 "--colorImages",
436 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
435 "--nameByHash", 437 "--nameByHash",
436 "--properties", 438 "--properties",
437 "gitHash", 439 "gitHash",
438 "abc123", 440 "abc123",
439 "master", 441 "master",
440 "client.skia", 442 "client.skia",
441 "builder", 443 "builder",
442 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", 444 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release",
443 "build_number", 445 "build_number",
444 "5", 446 "5",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "SKIA_OUT": "[SLAVE_BUILD]/out" 594 "SKIA_OUT": "[SLAVE_BUILD]/out"
593 }, 595 },
594 "name": "kill-server" 596 "name": "kill-server"
595 }, 597 },
596 { 598 {
597 "name": "$result", 599 "name": "$result",
598 "recipe_result": null, 600 "recipe_result": null,
599 "status_code": 0 601 "status_code": 0
600 } 602 }
601 ] 603 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698