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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/host_info_failure.json

Issue 2485383007: Make perf android tests use devil adb (Closed)
Patch Set: ~ Created 4 years, 1 month 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int ernal.git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int ernal.git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "-u", 527 "-u",
528 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", 528 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
529 "list", 529 "list",
530 "--browser", 530 "--browser",
531 "android-chromium", 531 "android-chromium",
532 "--json-output", 532 "--json-output",
533 "/path/to/tmp/json", 533 "/path/to/tmp/json",
534 "--num-shards", 534 "--num-shards",
535 "21", 535 "21",
536 "--device", 536 "--device",
537 "07a00ca4" 537 "07a00ca4",
538 "--adb-path",
539 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a db"
538 ], 540 ],
539 "name": "List Perf Tests", 541 "name": "List Perf Tests",
540 "~followup_annotations": [ 542 "~followup_annotations": [
541 "@@@STEP_LOG_LINE@json.output@{@@@", 543 "@@@STEP_LOG_LINE@json.output@{@@@",
542 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", 544 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@",
543 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", 545 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@",
544 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru n_benchmark --a=1 -v --b=2\", @@@", 546 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru n_benchmark --a=1 -v --b=2\", @@@",
545 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", 547 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@",
546 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al l\"@@@", 548 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al l\"@@@",
547 "@@@STEP_LOG_LINE@json.output@ }, @@@", 549 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 845 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
844 "@@@STEP_LOG_END@python.inline@@@" 846 "@@@STEP_LOG_END@python.inline@@@"
845 ] 847 ]
846 }, 848 },
847 { 849 {
848 "name": "$result", 850 "name": "$result",
849 "recipe_result": null, 851 "recipe_result": null,
850 "status_code": 0 852 "status_code": 0
851 } 853 }
852 ] 854 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698