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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 ] 802 ]
803 }, 803 },
804 { 804 {
805 "cmd": [], 805 "cmd": [],
806 "name": "ensure_goma" 806 "name": "ensure_goma"
807 }, 807 },
808 { 808 {
809 "cmd": [ 809 "cmd": [
810 "python", 810 "python",
811 "-u", 811 "-u",
812 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 812 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
813 "--platform", 813 "--platform",
814 "linux-amd64", 814 "linux-amd64",
815 "--dest-directory", 815 "--dest-directory",
816 "[SLAVE_BUILD]/cipd", 816 "[SLAVE_BUILD]/cipd",
817 "--json-output", 817 "--json-output",
818 "/path/to/tmp/json" 818 "/path/to/tmp/json"
819 ], 819 ],
820 "name": "ensure_goma.install cipd", 820 "name": "ensure_goma.install cipd",
821 "~followup_annotations": [ 821 "~followup_annotations": [
822 "@@@STEP_NEST_LEVEL@1@@@", 822 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 "name": "Preparing for Bisection" 882 "name": "Preparing for Bisection"
883 }, 883 },
884 { 884 {
885 "cmd": [], 885 "cmd": [],
886 "name": "ensure_goma (2)" 886 "name": "ensure_goma (2)"
887 }, 887 },
888 { 888 {
889 "cmd": [ 889 "cmd": [
890 "python", 890 "python",
891 "-u", 891 "-u",
892 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 892 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
893 "--platform", 893 "--platform",
894 "linux-amd64", 894 "linux-amd64",
895 "--dest-directory", 895 "--dest-directory",
896 "[SLAVE_BUILD]/cipd", 896 "[SLAVE_BUILD]/cipd",
897 "--json-output", 897 "--json-output",
898 "/path/to/tmp/json" 898 "/path/to/tmp/json"
899 ], 899 ],
900 "name": "ensure_goma.install cipd (2)", 900 "name": "ensure_goma.install cipd (2)",
901 "~followup_annotations": [ 901 "~followup_annotations": [
902 "@@@STEP_NEST_LEVEL@1@@@", 902 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 "{\"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\": \ "linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}" 965 "{\"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\": \ "linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}"
966 ], 966 ],
967 "name": "Running Bisection" 967 "name": "Running Bisection"
968 }, 968 },
969 { 969 {
970 "name": "$result", 970 "name": "$result",
971 "recipe_result": null, 971 "recipe_result": null,
972 "status_code": 0 972 "status_code": 0
973 } 973 }
974 ] 974 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698