| 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" |
| 11 }, | 11 }, |
| 12 { | 12 { |
| 13 "cmd": [ | 13 "cmd": [ |
| 14 "git", | 14 "git", |
| 15 "checkout", | 15 "checkout", |
| 16 "master" | 16 "master" |
| 17 ], | 17 ], |
| 18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
| 19 "name": "git checkout" | 19 "name": "git checkout" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "cmd": [], | |
| 23 "name": "config", | 22 "name": "config", |
| 24 "~followup_annotations": [ | 23 "~followup_annotations": [ |
| 25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | 24 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
| 26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\",
@@@", | 25 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\",
@@@", |
| 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", | 26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", |
| 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", |
| 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", |
| 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru
e\", @@@", | 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru
e\", @@@", |
| 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf
/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", | 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf
/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", |
| 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @
@@", | 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @
@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 57 "@@@STEP_LOG_END@python.inline@@@" | 56 "@@@STEP_LOG_END@python.inline@@@" |
| 58 ] | 57 ] |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "name": "$result", | 60 "name": "$result", |
| 62 "reason": "Invalid value 'not a valid revision' for \"good_revision\".", | 61 "reason": "Invalid value 'not a valid revision' for \"good_revision\".", |
| 63 "recipe_result": null, | 62 "recipe_result": null, |
| 64 "status_code": 1 | 63 "status_code": 1 |
| 65 } | 64 } |
| 66 ] | 65 ] |
| OLD | NEW |