| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "python", | 154 "python", |
| 155 "-u", | 155 "-u", |
| 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 157 "runhooks" | 157 "runhooks" |
| 158 ], | 158 ], |
| 159 "env": { | 159 "env": { |
| 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 161 "GYP_CHROMIUM_NO_ACTION": "1", |
| 161 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 162 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 162 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 163 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 163 }, | 164 }, |
| 164 "name": "gclient runhooks" | 165 "name": "gclient runhooks" |
| 165 }, | 166 }, |
| 166 { | 167 { |
| 167 "cmd": [ | 168 "cmd": [ |
| 168 "python", | |
| 169 "-u", | |
| 170 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 171 "--output", | |
| 172 "/path/to/tmp/json", | |
| 173 "--", | |
| 174 "--build-config-fs", | |
| 175 "Release", | |
| 176 "--paths", | |
| 177 "{\"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\"}", | |
| 178 "--properties", | |
| 179 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | |
| 180 ], | |
| 181 "name": "get compile targets for scripts", | |
| 182 "~followup_annotations": [ | |
| 183 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 184 "@@@STEP_LOG_END@json.output@@@" | |
| 185 ] | |
| 186 }, | |
| 187 { | |
| 188 "cmd": [ | |
| 189 "python", | |
| 190 "-u", | |
| 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 192 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", | |
| 193 "/path/to/tmp/json" | |
| 194 ], | |
| 195 "name": "read test spec", | |
| 196 "~followup_annotations": [ | |
| 197 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", | |
| 198 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 199 "@@@STEP_LOG_END@json.output@@@" | |
| 200 ] | |
| 201 }, | |
| 202 { | |
| 203 "cmd": [ | |
| 204 "git", | 169 "git", |
| 205 "update-ref", | 170 "update-ref", |
| 206 "refs/heads/master", | 171 "refs/heads/master", |
| 207 "refs/remotes/origin/master" | 172 "refs/remotes/origin/master" |
| 208 ], | 173 ], |
| 209 "cwd": "[SLAVE_BUILD]/src", | 174 "cwd": "[SLAVE_BUILD]/src", |
| 210 "name": "git update-ref" | 175 "name": "git update-ref" |
| 211 }, | 176 }, |
| 212 { | 177 { |
| 213 "cmd": [ | 178 "cmd": [ |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 "cmd": [], | 703 "cmd": [], |
| 739 "name": "Working on revision chromium@00316c9ddf" | 704 "name": "Working on revision chromium@00316c9ddf" |
| 740 }, | 705 }, |
| 741 { | 706 { |
| 742 "cmd": [ | 707 "cmd": [ |
| 743 "python", | 708 "python", |
| 744 "-u", | 709 "-u", |
| 745 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 710 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 746 ], | 711 ], |
| 747 "name": "Working on revision chromium@00316c9ddf.Post bisect results", | 712 "name": "Working on revision chromium@00316c9ddf.Post bisect results", |
| 748 "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\"}", | 713 "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\"}", |
| 749 "stdout": "/path/to/tmp/json", | 714 "stdout": "/path/to/tmp/json", |
| 750 "~followup_annotations": [ | 715 "~followup_annotations": [ |
| 751 "@@@STEP_NEST_LEVEL@1@@@", | 716 "@@@STEP_NEST_LEVEL@1@@@", |
| 752 "@@@STEP_LOG_LINE@json.output@{@@@", | 717 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 753 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 754 "@@@STEP_LOG_LINE@json.output@}@@@", | 719 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 755 "@@@STEP_LOG_END@json.output@@@" | 720 "@@@STEP_LOG_END@json.output@@@" |
| 756 ] | 721 ] |
| 757 }, | 722 }, |
| 758 { | 723 { |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 "cmd": [], | 934 "cmd": [], |
| 970 "name": "Working on revision chromium@fc6dfc7ff5" | 935 "name": "Working on revision chromium@fc6dfc7ff5" |
| 971 }, | 936 }, |
| 972 { | 937 { |
| 973 "cmd": [ | 938 "cmd": [ |
| 974 "python", | 939 "python", |
| 975 "-u", | 940 "-u", |
| 976 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 941 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 977 ], | 942 ], |
| 978 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", | 943 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", |
| 979 "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\"}", | 944 "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\"}", |
| 980 "stdout": "/path/to/tmp/json", | 945 "stdout": "/path/to/tmp/json", |
| 981 "~followup_annotations": [ | 946 "~followup_annotations": [ |
| 982 "@@@STEP_NEST_LEVEL@1@@@", | 947 "@@@STEP_NEST_LEVEL@1@@@", |
| 983 "@@@STEP_LOG_LINE@json.output@{@@@", | 948 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 984 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 949 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 985 "@@@STEP_LOG_LINE@json.output@}@@@", | 950 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 986 "@@@STEP_LOG_END@json.output@@@" | 951 "@@@STEP_LOG_END@json.output@@@" |
| 987 ] | 952 ] |
| 988 }, | 953 }, |
| 989 { | 954 { |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 "@@@STEP_LOG_END@json.output@@@" | 1211 "@@@STEP_LOG_END@json.output@@@" |
| 1247 ] | 1212 ] |
| 1248 }, | 1213 }, |
| 1249 { | 1214 { |
| 1250 "cmd": [ | 1215 "cmd": [ |
| 1251 "python", | 1216 "python", |
| 1252 "-u", | 1217 "-u", |
| 1253 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 1218 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 1254 ], | 1219 ], |
| 1255 "name": "Post bisect results", | 1220 "name": "Post bisect results", |
| 1256 "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\"}", | 1221 "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\"}", |
| 1257 "stdout": "/path/to/tmp/json", | 1222 "stdout": "/path/to/tmp/json", |
| 1258 "~followup_annotations": [ | 1223 "~followup_annotations": [ |
| 1259 "@@@STEP_LOG_LINE@json.output@{@@@", | 1224 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1260 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 1225 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 1261 "@@@STEP_LOG_LINE@json.output@}@@@", | 1226 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1262 "@@@STEP_LOG_END@json.output@@@" | 1227 "@@@STEP_LOG_END@json.output@@@" |
| 1263 ] | 1228 ] |
| 1264 }, | 1229 }, |
| 1265 { | 1230 { |
| 1266 "name": "$result", | 1231 "name": "$result", |
| 1267 "recipe_result": null, | 1232 "recipe_result": null, |
| 1268 "status_code": 0 | 1233 "status_code": 0 |
| 1269 } | 1234 } |
| 1270 ] | 1235 ] |
| OLD | NEW |