| OLD | NEW |
| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "-u", | 553 "-u", |
| 554 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 554 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 555 "list", | 555 "list", |
| 556 "--browser", | 556 "--browser", |
| 557 "android-chromium", | 557 "android-chromium", |
| 558 "--json-output", | 558 "--json-output", |
| 559 "/path/to/tmp/json", | 559 "/path/to/tmp/json", |
| 560 "--num-shards", | 560 "--num-shards", |
| 561 "21", | 561 "21", |
| 562 "--device", | 562 "--device", |
| 563 "07a00ca4" | 563 "07a00ca4", |
| 564 "--adb-path", |
| 565 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db" |
| 564 ], | 566 ], |
| 565 "name": "List Perf Tests", | 567 "name": "List Perf Tests", |
| 566 "~followup_annotations": [ | 568 "~followup_annotations": [ |
| 567 "@@@STEP_LOG_LINE@json.output@{@@@", | 569 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 568 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", |
| 569 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", |
| 570 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", |
| 571 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", |
| 572 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 575 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 "@@@STEP_LOG_END@python.inline@@@" | 872 "@@@STEP_LOG_END@python.inline@@@" |
| 871 ] | 873 ] |
| 872 }, | 874 }, |
| 873 { | 875 { |
| 874 "name": "$result", | 876 "name": "$result", |
| 875 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 877 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 876 "recipe_result": null, | 878 "recipe_result": null, |
| 877 "status_code": 1 | 879 "status_code": 1 |
| 878 } | 880 } |
| 879 ] | 881 ] |
| OLD | NEW |