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

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

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "--git-cache-dir", 749 "--git-cache-dir",
750 "[GIT_CACHE]", 750 "[GIT_CACHE]",
751 "--output_json", 751 "--output_json",
752 "/path/to/tmp/json", 752 "/path/to/tmp/json",
753 "--revision", 753 "--revision",
754 "src@HEAD", 754 "src@HEAD",
755 "--output_manifest" 755 "--output_manifest"
756 ], 756 ],
757 "env": { 757 "env": {
758 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 758 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
759 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 759 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
760 }, 760 },
761 "name": "bot_update", 761 "name": "bot_update",
762 "~followup_annotations": [ 762 "~followup_annotations": [
763 "@@@STEP_TEXT@Some step text@@@", 763 "@@@STEP_TEXT@Some step text@@@",
764 "@@@STEP_LOG_LINE@json.output@{@@@", 764 "@@@STEP_LOG_LINE@json.output@{@@@",
765 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 765 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
766 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 766 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
767 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 767 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
768 "@@@STEP_LOG_LINE@json.output@ }, @@@", 768 "@@@STEP_LOG_LINE@json.output@ }, @@@",
769 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 769 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 "{\"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\"}" 1043 "{\"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\"}"
1044 ], 1044 ],
1045 "name": "Running Bisection" 1045 "name": "Running Bisection"
1046 }, 1046 },
1047 { 1047 {
1048 "name": "$result", 1048 "name": "$result",
1049 "recipe_result": null, 1049 "recipe_result": null,
1050 "status_code": 0 1050 "status_code": 0
1051 } 1051 }
1052 ] 1052 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698