| 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 "-u", | 518 "-u", |
| 519 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 519 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 520 "list", | 520 "list", |
| 521 "--browser", | 521 "--browser", |
| 522 "android-chromium", | 522 "android-chromium", |
| 523 "--json-output", | 523 "--json-output", |
| 524 "/path/to/tmp/json", | 524 "/path/to/tmp/json", |
| 525 "--num-shards", | 525 "--num-shards", |
| 526 "21", | 526 "21", |
| 527 "--device", | 527 "--device", |
| 528 "07a00ca4" | 528 "07a00ca4", |
| 529 "--adb-path", |
| 530 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db" |
| 529 ], | 531 ], |
| 530 "name": "List Perf Tests", | 532 "name": "List Perf Tests", |
| 531 "~followup_annotations": [ | 533 "~followup_annotations": [ |
| 532 "@@@STEP_LOG_LINE@json.output@{@@@", | 534 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 533 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", | 535 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", |
| 534 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", | 536 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", |
| 535 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", | 537 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", |
| 536 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", | 538 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", |
| 537 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", | 539 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", |
| 538 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 540 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 "@@@STEP_LOG_END@python.inline@@@" | 839 "@@@STEP_LOG_END@python.inline@@@" |
| 838 ] | 840 ] |
| 839 }, | 841 }, |
| 840 { | 842 { |
| 841 "name": "$result", | 843 "name": "$result", |
| 842 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 844 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
| 843 "recipe_result": null, | 845 "recipe_result": null, |
| 844 "status_code": 1 | 846 "status_code": 1 |
| 845 } | 847 } |
| 846 ] | 848 ] |
| OLD | NEW |