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

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

Issue 2311343002: Revert of Temporary fix for Angle trybots. (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 "--root", 749 "--root",
750 "src", 750 "src",
751 "--revision_mapping_file", 751 "--revision_mapping_file",
752 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 752 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
753 "--git-cache-dir", 753 "--git-cache-dir",
754 "[GIT_CACHE]", 754 "[GIT_CACHE]",
755 "--output_json", 755 "--output_json",
756 "/path/to/tmp/json", 756 "/path/to/tmp/json",
757 "--revision", 757 "--revision",
758 "src@HEAD", 758 "src@HEAD",
759 "--output_manifest", 759 "--output_manifest"
760 "--gerrit_no_rebase_patch_ref"
761 ], 760 ],
762 "env": { 761 "env": {
763 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 762 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
764 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 763 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
765 }, 764 },
766 "name": "bot_update", 765 "name": "bot_update",
767 "~followup_annotations": [ 766 "~followup_annotations": [
768 "@@@STEP_TEXT@Some step text@@@", 767 "@@@STEP_TEXT@Some step text@@@",
769 "@@@STEP_LOG_LINE@json.output@{@@@", 768 "@@@STEP_LOG_LINE@json.output@{@@@",
770 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 769 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 "{\"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\", \"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\": \ "linux_perf_tester\", \"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 ], 1048 ],
1050 "name": "Running Bisection" 1049 "name": "Running Bisection"
1051 }, 1050 },
1052 { 1051 {
1053 "name": "$result", 1052 "name": "$result",
1054 "recipe_result": null, 1053 "recipe_result": null,
1055 "status_code": 0 1054 "status_code": 0
1056 } 1055 }
1057 ] 1056 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698