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

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

Issue 2299993003: Temporary fix for Angle trybots. (Closed)
Patch Set: expectation changes. 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"
760 ], 761 ],
761 "env": { 762 "env": {
762 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 763 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
763 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 764 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
764 }, 765 },
765 "name": "bot_update", 766 "name": "bot_update",
766 "~followup_annotations": [ 767 "~followup_annotations": [
767 "@@@STEP_TEXT@Some step text@@@", 768 "@@@STEP_TEXT@Some step text@@@",
768 "@@@STEP_LOG_LINE@json.output@{@@@", 769 "@@@STEP_LOG_LINE@json.output@{@@@",
769 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 770 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 "{\"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=android-chromium smoothness.tough_scrolling_cases\", \"dummy_builds\": \"T rue\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision \": \"314015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"m etric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_ name\": \"android-nexus7\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"Tru e\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastern ame\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slave name\": \"dummyslave\"}" 1011 "{\"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=android-chromium smoothness.tough_scrolling_cases\", \"dummy_builds\": \"T rue\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision \": \"314015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"m etric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_ name\": \"android-nexus7\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"Tru e\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastern ame\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slave name\": \"dummyslave\"}"
1011 ], 1012 ],
1012 "name": "Running Bisection" 1013 "name": "Running Bisection"
1013 }, 1014 },
1014 { 1015 {
1015 "name": "$result", 1016 "name": "$result",
1016 "recipe_result": null, 1017 "recipe_result": null,
1017 "status_code": 0 1018 "status_code": 0
1018 } 1019 }
1019 ] 1020 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698