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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/windows_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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 "-u", 920 "-u",
921 "[TMP_BASE]/fake_checkout_tmp_1/testing/scripts/get_compile_targets.py", 921 "[TMP_BASE]/fake_checkout_tmp_1/testing/scripts/get_compile_targets.py",
922 "--output", 922 "--output",
923 "/path/to/tmp/json", 923 "/path/to/tmp/json",
924 "--", 924 "--",
925 "--build-config-fs", 925 "--build-config-fs",
926 "Release", 926 "Release",
927 "--paths", 927 "--paths",
928 "{\"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\"}", 928 "{\"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\"}",
929 "--properties", 929 "--properties",
930 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 123456, \"maste rname\": \"tryserver.chromium.perf\", \"slavename\": \"dummyslave\", \"target_pl atform\": \"linux\"}" 930 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 123456, \"maste rname\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.apps pot.com\", \"slavename\": \"dummyslave\", \"target_platform\": \"linux\"}"
931 ], 931 ],
932 "name": "get compile targets for scripts", 932 "name": "get compile targets for scripts",
933 "~followup_annotations": [ 933 "~followup_annotations": [
934 "@@@STEP_LOG_LINE@json.output@{}@@@", 934 "@@@STEP_LOG_LINE@json.output@{}@@@",
935 "@@@STEP_LOG_END@json.output@@@" 935 "@@@STEP_LOG_END@json.output@@@"
936 ] 936 ]
937 }, 937 },
938 { 938 {
939 "cmd": [ 939 "cmd": [
940 "python", 940 "python",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 "{\"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_win7\", \"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\"}" 1049 "{\"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_win7\", \"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\"}"
1050 ], 1050 ],
1051 "name": "Running Bisection" 1051 "name": "Running Bisection"
1052 }, 1052 },
1053 { 1053 {
1054 "name": "$result", 1054 "name": "$result",
1055 "recipe_result": null, 1055 "recipe_result": null,
1056 "status_code": 0 1056 "status_code": 0
1057 } 1057 }
1058 ] 1058 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698