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