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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/mac_bisector.json

Issue 2318413002: Re-add perf-id and results-url. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 months 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 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 "-u", 918 "-u",
919 "[TMP_BASE]/fake_checkout_tmp_1/testing/scripts/get_compile_targets.py", 919 "[TMP_BASE]/fake_checkout_tmp_1/testing/scripts/get_compile_targets.py",
920 "--output", 920 "--output",
921 "/path/to/tmp/json", 921 "/path/to/tmp/json",
922 "--", 922 "--",
923 "--build-config-fs", 923 "--build-config-fs",
924 "Release", 924 "Release",
925 "--paths", 925 "--paths",
926 "{\"checkout\": \"[TMP_BASE]/fake_checkout_tmp_1\", \"runit.py\": \"RECIPE _PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_ REPO[build]/scripts/slave/runtest.py\"}", 926 "{\"checkout\": \"[TMP_BASE]/fake_checkout_tmp_1\", \"runit.py\": \"RECIPE _PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_ REPO[build]/scripts/slave/runtest.py\"}",
927 "--properties", 927 "--properties",
928 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 123456, \"maste rname\": \"tryserver.chromium.perf\", \"slavename\": \"dummyslave\", \"target_pl atform\": \"linux\"}" 928 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 123456, \"maste rname\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.apps pot.com\", \"slavename\": \"dummyslave\", \"target_platform\": \"linux\"}"
929 ], 929 ],
930 "name": "get compile targets for scripts", 930 "name": "get compile targets for scripts",
931 "~followup_annotations": [ 931 "~followup_annotations": [
932 "@@@STEP_LOG_LINE@json.output@{}@@@", 932 "@@@STEP_LOG_LINE@json.output@{}@@@",
933 "@@@STEP_LOG_END@json.output@@@" 933 "@@@STEP_LOG_END@json.output@@@"
934 ] 934 ]
935 }, 935 },
936 { 936 {
937 "cmd": [ 937 "cmd": [
938 "python", 938 "python",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314 015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \ "chromium_rel_mac\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \" test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 123456, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect: example\", \"slavename\": \"dummyslave\"}" 1047 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314 015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \ "chromium_rel_mac\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \" test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 123456, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect: example\", \"slavename\": \"dummyslave\"}"
1048 ], 1048 ],
1049 "name": "Running Bisection" 1049 "name": "Running Bisection"
1050 }, 1050 },
1051 { 1051 {
1052 "name": "$result", 1052 "name": "$result",
1053 "recipe_result": null, 1053 "recipe_result": null,
1054 "status_code": 0 1054 "status_code": 0
1055 } 1055 }
1056 ] 1056 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698