| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "git", | |
| 5 "update-ref", | |
| 6 "refs/heads/master", | |
| 7 "refs/remotes/origin/master" | |
| 8 ], | |
| 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | |
| 10 "name": "git update-ref" | |
| 11 }, | |
| 12 { | |
| 13 "cmd": [ | |
| 14 "git", | |
| 15 "checkout", | |
| 16 "master" | |
| 17 ], | |
| 18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | |
| 19 "name": "git checkout" | |
| 20 }, | |
| 21 { | |
| 22 "cmd": [], | |
| 23 "cwd": "[SLAVE_BUILD]", | |
| 24 "name": "config", | |
| 25 "~followup_annotations": [ | |
| 26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | |
| 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\",
@@@", | |
| 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", | |
| 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | |
| 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | |
| 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru
e\", @@@", | |
| 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf
/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", | |
| 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @
@@", | |
| 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\"
, @@@", | |
| 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"not a va
lid revision\", @@@", | |
| 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", | |
| 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", | |
| 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even
t_latency/mean_input_event_latency\", @@@", | |
| 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin
ux_perf_tester\", @@@", | |
| 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, | |
| 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\
", @@@", | |
| 42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", | |
| 43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", | |
| 44 "@@@STEP_LOG_END@Bisect job configuration@@@", | |
| 45 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_BAD_CONFIG\"]@@@" | |
| 46 ] | |
| 47 }, | |
| 48 { | |
| 49 "cmd": [ | |
| 50 "python", | |
| 51 "-u", | |
| 52 "import sys; sys.exit(1)" | |
| 53 ], | |
| 54 "cwd": "[SLAVE_BUILD]", | |
| 55 "name": "Recipe failed. Reason: Invalid value 'not a valid revision' for \"g
ood_revision\".", | |
| 56 "~followup_annotations": [ | |
| 57 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | |
| 58 "@@@STEP_LOG_END@python.inline@@@" | |
| 59 ] | |
| 60 }, | |
| 61 { | |
| 62 "name": "$result", | |
| 63 "reason": "Invalid value 'not a valid revision' for \"good_revision\".", | |
| 64 "status_code": 1 | |
| 65 } | |
| 66 ] | |
| OLD | NEW |