| 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 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisector", | 10 "linux_perf_bisect", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "python", | 158 "python", |
| 159 "-u", | 159 "-u", |
| 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 161 "runhooks" | 161 "runhooks" |
| 162 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", | 163 "cwd": "[SLAVE_BUILD]", |
| 164 "env": { | 164 "env": { |
| 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 166 "GYP_CHROMIUM_NO_ACTION": "1", |
| 166 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 167 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 168 }, | 169 }, |
| 169 "name": "gclient runhooks" | 170 "name": "gclient runhooks" |
| 170 }, | 171 }, |
| 171 { | 172 { |
| 172 "cmd": [ | 173 "cmd": [ |
| 173 "python", | |
| 174 "-u", | |
| 175 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 176 "--output", | |
| 177 "/path/to/tmp/json", | |
| 178 "--", | |
| 179 "--build-config-fs", | |
| 180 "Release", | |
| 181 "--paths", | |
| 182 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | |
| 183 "--properties", | |
| 184 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | |
| 185 ], | |
| 186 "cwd": "[SLAVE_BUILD]", | |
| 187 "name": "get compile targets for scripts", | |
| 188 "~followup_annotations": [ | |
| 189 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 190 "@@@STEP_LOG_END@json.output@@@" | |
| 191 ] | |
| 192 }, | |
| 193 { | |
| 194 "cmd": [ | |
| 195 "python", | |
| 196 "-u", | |
| 197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 198 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", | |
| 199 "/path/to/tmp/json" | |
| 200 ], | |
| 201 "cwd": "[SLAVE_BUILD]", | |
| 202 "name": "read test spec", | |
| 203 "~followup_annotations": [ | |
| 204 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", | |
| 205 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 206 "@@@STEP_LOG_END@json.output@@@" | |
| 207 ] | |
| 208 }, | |
| 209 { | |
| 210 "cmd": [ | |
| 211 "git", | 174 "git", |
| 212 "update-ref", | 175 "update-ref", |
| 213 "refs/heads/master", | 176 "refs/heads/master", |
| 214 "refs/remotes/origin/master" | 177 "refs/remotes/origin/master" |
| 215 ], | 178 ], |
| 216 "cwd": "[SLAVE_BUILD]/src", | 179 "cwd": "[SLAVE_BUILD]/src", |
| 217 "name": "git update-ref" | 180 "name": "git update-ref" |
| 218 }, | 181 }, |
| 219 { | 182 { |
| 220 "cmd": [ | 183 "cmd": [ |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 "name": "Working on revision chromium@00316c9ddf" | 734 "name": "Working on revision chromium@00316c9ddf" |
| 772 }, | 735 }, |
| 773 { | 736 { |
| 774 "cmd": [ | 737 "cmd": [ |
| 775 "python", | 738 "python", |
| 776 "-u", | 739 "-u", |
| 777 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 740 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 778 ], | 741 ], |
| 779 "cwd": "[SLAVE_BUILD]", | 742 "cwd": "[SLAVE_BUILD]", |
| 780 "name": "Working on revision chromium@00316c9ddf.Post bisect results", | 743 "name": "Working on revision chromium@00316c9ddf.Post bisect results", |
| 781 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedb
f2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20
.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev
\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"te
st_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https:/
/chromeperf.appspot.com/post_bisect_results\"}", | 744 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisect/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benc
hmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null,
\"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"w
arm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c33
1def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80
.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_de
v\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedbf2
cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0
, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\"
: 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test
_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://c
hromeperf.appspot.com/post_bisect_results\"}", |
| 782 "stdout": "/path/to/tmp/json", | 745 "stdout": "/path/to/tmp/json", |
| 783 "~followup_annotations": [ | 746 "~followup_annotations": [ |
| 784 "@@@STEP_NEST_LEVEL@1@@@", | 747 "@@@STEP_NEST_LEVEL@1@@@", |
| 785 "@@@STEP_LOG_LINE@json.output@{@@@", | 748 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 786 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 749 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 787 "@@@STEP_LOG_LINE@json.output@}@@@", | 750 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 788 "@@@STEP_LOG_END@json.output@@@" | 751 "@@@STEP_LOG_END@json.output@@@" |
| 789 ] | 752 ] |
| 790 }, | 753 }, |
| 791 { | 754 { |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1013 "name": "Working on revision chromium@fc6dfc7ff5" | 976 "name": "Working on revision chromium@fc6dfc7ff5" |
| 1014 }, | 977 }, |
| 1015 { | 978 { |
| 1016 "cmd": [ | 979 "cmd": [ |
| 1017 "python", | 980 "python", |
| 1018 "-u", | 981 "-u", |
| 1019 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 982 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 1020 ], | 983 ], |
| 1021 "cwd": "[SLAVE_BUILD]", | 984 "cwd": "[SLAVE_BUILD]", |
| 1022 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", | 985 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", |
| 1023 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"00316c9ddfb9
d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 15
.0, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std_dev
\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\": \"a6298e4afedbf2cd461755ea
6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0, \"result
\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 1.0, \"v
alues\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test_type\": \
"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.
appspot.com/post_bisect_results\"}", | 986 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisect/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benc
hmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null,
\"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"w
arm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c33
1def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80
.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_de
v\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"00316c9ddfb9d7
b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 15.0
, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std_dev\"
: 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\": \"a6298e4afedbf2cd461755ea6f
45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0, \"result\"
: \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 1.0, \"val
ues\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test_type\": \"p
erf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.ap
pspot.com/post_bisect_results\"}", |
| 1024 "stdout": "/path/to/tmp/json", | 987 "stdout": "/path/to/tmp/json", |
| 1025 "~followup_annotations": [ | 988 "~followup_annotations": [ |
| 1026 "@@@STEP_NEST_LEVEL@1@@@", | 989 "@@@STEP_NEST_LEVEL@1@@@", |
| 1027 "@@@STEP_LOG_LINE@json.output@{@@@", | 990 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1028 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 991 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 1029 "@@@STEP_LOG_LINE@json.output@}@@@", | 992 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1030 "@@@STEP_LOG_END@json.output@@@" | 993 "@@@STEP_LOG_END@json.output@@@" |
| 1031 ] | 994 ] |
| 1032 }, | 995 }, |
| 1033 { | 996 { |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1303 ] | 1266 ] |
| 1304 }, | 1267 }, |
| 1305 { | 1268 { |
| 1306 "cmd": [ | 1269 "cmd": [ |
| 1307 "python", | 1270 "python", |
| 1308 "-u", | 1271 "-u", |
| 1309 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 1272 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 1310 ], | 1273 ], |
| 1311 "cwd": "[SLAVE_BUILD]", | 1274 "cwd": "[SLAVE_BUILD]", |
| 1312 "name": "Post bisect results", | 1275 "name": "Post bisect results", |
| 1313 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"a
uthor\": \"DummyAuthor\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\",
\"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nC
ontaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\
": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"e28dc0d49c331def2a
3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_
data\": [{\"commit_hash\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"depot
_name\": \"chromium\", \"mean_value\": 80.0, \"result\": \"good\", \"revision_st
ring\": \"chromium@e28dc0d49c\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90,
90]}, {\"commit_hash\": \"fc6dfc7ff5b1073408499478969261b826441144\", \"depot_n
ame\": \"chromium\", \"mean_value\": 70.0, \"result\": \"good\", \"revision_stri
ng\": \"chromium@fc6dfc7ff5\", \"std_dev\": 2.0, \"values\": [68, 70, 72]}, {\"c
ommit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"ch
romium\", \"mean_value\": 15.0, \"result\": \"bad\", \"revision_string\": \"chro
mium@00316c9ddf\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\"
: \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"
mean_value\": 20.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4
afe\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\"
: \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []
}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", | 1276 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisect/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benc
hmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"aut
hor\": \"DummyAuthor\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"
cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nCon
taining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\":
[], \"subject\": \"Some random CL\"}, \"good_revision\": \"e28dc0d49c331def2a3b
bf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_da
ta\": [{\"commit_hash\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"depot_n
ame\": \"chromium\", \"mean_value\": 80.0, \"result\": \"good\", \"revision_stri
ng\": \"chromium@e28dc0d49c\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90, 9
0]}, {\"commit_hash\": \"fc6dfc7ff5b1073408499478969261b826441144\", \"depot_nam
e\": \"chromium\", \"mean_value\": 70.0, \"result\": \"good\", \"revision_string
\": \"chromium@fc6dfc7ff5\", \"std_dev\": 2.0, \"values\": [68, 70, 72]}, {\"com
mit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chro
mium\", \"mean_value\": 15.0, \"result\": \"bad\", \"revision_string\": \"chromi
um@00316c9ddf\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\":
\"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"me
an_value\": 20.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4af
e\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\":
\"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []},
\"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", |
| 1314 "stdout": "/path/to/tmp/json", | 1277 "stdout": "/path/to/tmp/json", |
| 1315 "~followup_annotations": [ | 1278 "~followup_annotations": [ |
| 1316 "@@@STEP_LOG_LINE@json.output@{@@@", | 1279 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1317 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 1280 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 1318 "@@@STEP_LOG_LINE@json.output@}@@@", | 1281 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1319 "@@@STEP_LOG_END@json.output@@@" | 1282 "@@@STEP_LOG_END@json.output@@@" |
| 1320 ] | 1283 ] |
| 1321 }, | 1284 }, |
| 1322 { | 1285 { |
| 1323 "name": "$result", | 1286 "name": "$result", |
| 1324 "recipe_result": null, | 1287 "recipe_result": null, |
| 1325 "status_code": 0 | 1288 "status_code": 0 |
| 1326 } | 1289 } |
| 1327 ] | 1290 ] |
| OLD | NEW |