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

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: 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 "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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "--nameByHash", 422 "--nameByHash",
423 "--properties", 423 "--properties",
424 "gitHash", 424 "gitHash",
425 "abc123", 425 "abc123",
426 "master", 426 "master",
427 "client.skia", 427 "client.skia",
428 "builder", 428 "builder",
429 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", 429 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release",
430 "build_number", 430 "build_number",
431 "5", 431 "5",
432 "--colorImages",
433 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
432 "--key", 434 "--key",
433 "arch", 435 "arch",
434 "Arm7", 436 "Arm7",
435 "compiler", 437 "compiler",
436 "GCC", 438 "GCC",
437 "configuration", 439 "configuration",
438 "Release", 440 "Release",
439 "cpu_or_gpu", 441 "cpu_or_gpu",
440 "GPU", 442 "GPU",
441 "cpu_or_gpu_value", 443 "cpu_or_gpu_value",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 "SKIA_OUT": "[SLAVE_BUILD]/out" 573 "SKIA_OUT": "[SLAVE_BUILD]/out"
572 }, 574 },
573 "name": "kill-server" 575 "name": "kill-server"
574 }, 576 },
575 { 577 {
576 "name": "$result", 578 "name": "$result",
577 "recipe_result": null, 579 "recipe_result": null,
578 "status_code": 0 580 "status_code": 0
579 } 581 }
580 ] 582 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698