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

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json

Issue 1917903003: Skia bots: use nanobench images in nanobench (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" 8 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "arm_v7_neon", 360 "arm_v7_neon",
361 "-t", 361 "-t",
362 "Release", 362 "Release",
363 "nanobench", 363 "nanobench",
364 "--undefok", 364 "--undefok",
365 "-i", 365 "-i",
366 "/storage/emulated/legacy/skiabot/skia_resources", 366 "/storage/emulated/legacy/skiabot/skia_resources",
367 "--skps", 367 "--skps",
368 "/storage/emulated/legacy/skiabot/skia_skp/skps", 368 "/storage/emulated/legacy/skiabot/skia_skp/skps",
369 "--images", 369 "--images",
370 "/storage/emulated/legacy/skiabot/skia_images/dm", 370 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
371 "--nocpu", 371 "--nocpu",
372 "--dummy-flags", 372 "--dummy-flags",
373 "--outResultsFile", 373 "--outResultsFile",
374 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_abc123.json", 374 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_abc123.json",
375 "--properties", 375 "--properties",
376 "gitHash", 376 "gitHash",
377 "abc123", 377 "abc123",
378 "build_number", 378 "build_number",
379 "5", 379 "5",
380 "--key", 380 "--key",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "SKIA_OUT": "[SLAVE_BUILD]/out" 527 "SKIA_OUT": "[SLAVE_BUILD]/out"
528 }, 528 },
529 "name": "wait for charge (3)" 529 "name": "wait for charge (3)"
530 }, 530 },
531 { 531 {
532 "name": "$result", 532 "name": "$result",
533 "recipe_result": null, 533 "recipe_result": null,
534 "status_code": 0 534 "status_code": 0
535 } 535 }
536 ] 536 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698