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]/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]/fake_checkout_tmp_1", |
19 "name": "git checkout" | 19 "name": "git checkout" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [], | 22 "cmd": [], |
23 "cwd": "[SLAVE_BUILD]", | |
24 "name": "config", | 23 "name": "config", |
25 "~followup_annotations": [ | 24 "~followup_annotations": [ |
26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | 25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\",
@@@", | 26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\",
@@@", |
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", | 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", |
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", |
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", |
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru
e\", @@@", | 30 "@@@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\", @@@", | 31 "@@@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\", @
@@", | 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @
@@", |
(...skipping 10 matching lines...) Expand all Loading... |
44 "@@@STEP_LOG_END@Bisect job configuration@@@", | 43 "@@@STEP_LOG_END@Bisect job configuration@@@", |
45 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_BAD_CONFIG\"]@@@" | 44 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_BAD_CONFIG\"]@@@" |
46 ] | 45 ] |
47 }, | 46 }, |
48 { | 47 { |
49 "cmd": [ | 48 "cmd": [ |
50 "python", | 49 "python", |
51 "-u", | 50 "-u", |
52 "import sys; sys.exit(1)" | 51 "import sys; sys.exit(1)" |
53 ], | 52 ], |
54 "cwd": "[SLAVE_BUILD]", | |
55 "name": "Recipe failed. Reason: Invalid value 'not a valid revision' for \"g
ood_revision\".", | 53 "name": "Recipe failed. Reason: Invalid value 'not a valid revision' for \"g
ood_revision\".", |
56 "~followup_annotations": [ | 54 "~followup_annotations": [ |
57 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | 55 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", |
58 "@@@STEP_LOG_END@python.inline@@@" | 56 "@@@STEP_LOG_END@python.inline@@@" |
59 ] | 57 ] |
60 }, | 58 }, |
61 { | 59 { |
62 "name": "$result", | 60 "name": "$result", |
63 "reason": "Invalid value 'not a valid revision' for \"good_revision\".", | 61 "reason": "Invalid value 'not a valid revision' for \"good_revision\".", |
64 "status_code": 1 | 62 "status_code": 1 |
65 } | 63 } |
66 ] | 64 ] |
OLD | NEW |