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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 ] 804 ]
805 }, 805 },
806 { 806 {
807 "cmd": [], 807 "cmd": [],
808 "name": "ensure_goma" 808 "name": "ensure_goma"
809 }, 809 },
810 { 810 {
811 "cmd": [ 811 "cmd": [
812 "python", 812 "python",
813 "-u", 813 "-u",
814 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 814 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
815 "--platform", 815 "--platform",
816 "linux-amd64", 816 "linux-amd64",
817 "--dest-directory", 817 "--dest-directory",
818 "[SLAVE_BUILD]/cipd", 818 "[SLAVE_BUILD]/cipd",
819 "--json-output", 819 "--json-output",
820 "/path/to/tmp/json" 820 "/path/to/tmp/json"
821 ], 821 ],
822 "name": "ensure_goma.install cipd", 822 "name": "ensure_goma.install cipd",
823 "~followup_annotations": [ 823 "~followup_annotations": [
824 "@@@STEP_NEST_LEVEL@1@@@", 824 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 "name": "Preparing for Bisection" 884 "name": "Preparing for Bisection"
885 }, 885 },
886 { 886 {
887 "cmd": [], 887 "cmd": [],
888 "name": "ensure_goma (2)" 888 "name": "ensure_goma (2)"
889 }, 889 },
890 { 890 {
891 "cmd": [ 891 "cmd": [
892 "python", 892 "python",
893 "-u", 893 "-u",
894 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 894 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
895 "--platform", 895 "--platform",
896 "linux-amd64", 896 "linux-amd64",
897 "--dest-directory", 897 "--dest-directory",
898 "[SLAVE_BUILD]/cipd", 898 "[SLAVE_BUILD]/cipd",
899 "--json-output", 899 "--json-output",
900 "/path/to/tmp/json" 900 "/path/to/tmp/json"
901 ], 901 ],
902 "name": "ensure_goma.install cipd (2)", 902 "name": "ensure_goma.install cipd (2)",
903 "~followup_annotations": [ 903 "~followup_annotations": [
904 "@@@STEP_NEST_LEVEL@1@@@", 904 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 "{\"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\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}" 967 "{\"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\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}"
968 ], 968 ],
969 "name": "Running Bisection" 969 "name": "Running Bisection"
970 }, 970 },
971 { 971 {
972 "name": "$result", 972 "name": "$result",
973 "recipe_result": null, 973 "recipe_result": null,
974 "status_code": 0 974 "status_code": 0
975 } 975 }
976 ] 976 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698