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]/bogus_tmp_1", | 9 "cwd": "[TMP]/bogus_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]/bogus_tmp_1", | 18 "cwd": "[TMP]/bogus_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@ \"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\", @
@@", |
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\"
, @@@", | 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\"
, @@@", |
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\"
, @@@", | 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\"
, @@@", |
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", | 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", |
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", | 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", |
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even
t_latency/mean_input_event_latency\", @@@", | 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even
t_latency/mean_input_event_latency\", @@@", |
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, | 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, |
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\
", @@@", | 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\
", @@@", |
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", | 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", |
41 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", | 40 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", |
42 "@@@STEP_LOG_END@Bisect job configuration@@@" | 41 "@@@STEP_LOG_END@Bisect job configuration@@@" |
43 ] | 42 ] |
44 }, | 43 }, |
45 { | 44 { |
46 "cmd": [], | 45 "cmd": [], |
47 "cwd": "[SLAVE_BUILD]", | |
48 "name": "Resolving reference range" | 46 "name": "Resolving reference range" |
49 }, | 47 }, |
50 { | 48 { |
51 "cmd": [ | 49 "cmd": [ |
52 "python", | 50 "python", |
53 "-u", | 51 "-u", |
54 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 52 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
55 "get_numbering", | 53 "get_numbering", |
56 "--params-file", | 54 "--params-file", |
57 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 55 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
58 "--attempts", | 56 "--attempts", |
59 "3" | 57 "3" |
60 ], | 58 ], |
61 "cwd": "[SLAVE_BUILD]", | |
62 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#314017}", | 59 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#314017}", |
63 "stdout": "/path/to/tmp/json", | 60 "stdout": "/path/to/tmp/json", |
64 "~followup_annotations": [ | 61 "~followup_annotations": [ |
65 "@@@STEP_NEST_LEVEL@1@@@", | 62 "@@@STEP_NEST_LEVEL@1@@@", |
66 "@@@STEP_LOG_LINE@json.output@{@@@", | 63 "@@@STEP_LOG_LINE@json.output@{@@@", |
67 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"deadbeef\"@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"deadbeef\"@@@", |
68 "@@@STEP_LOG_LINE@json.output@}@@@", | 65 "@@@STEP_LOG_LINE@json.output@}@@@", |
69 "@@@STEP_LOG_END@json.output@@@" | 66 "@@@STEP_LOG_END@json.output@@@" |
70 ] | 67 ] |
71 }, | 68 }, |
72 { | 69 { |
73 "cmd": [ | 70 "cmd": [ |
74 "python", | 71 "python", |
75 "-u", | 72 "-u", |
76 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 73 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
77 "get_numbering", | 74 "get_numbering", |
78 "--params-file", | 75 "--params-file", |
79 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 76 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
80 "--attempts", | 77 "--attempts", |
81 "3" | 78 "3" |
82 ], | 79 ], |
83 "cwd": "[SLAVE_BUILD]", | |
84 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#314015}", | 80 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#314015}", |
85 "stdout": "/path/to/tmp/json", | 81 "stdout": "/path/to/tmp/json", |
86 "~followup_annotations": [ | 82 "~followup_annotations": [ |
87 "@@@STEP_NEST_LEVEL@1@@@", | 83 "@@@STEP_NEST_LEVEL@1@@@", |
88 "@@@STEP_LOG_LINE@json.output@{@@@", | 84 "@@@STEP_LOG_LINE@json.output@{@@@", |
89 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"c001c0de\"@@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"c001c0de\"@@@", |
90 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
91 "@@@STEP_LOG_END@json.output@@@" | 87 "@@@STEP_LOG_END@json.output@@@" |
92 ] | 88 ] |
93 }, | 89 }, |
94 { | 90 { |
95 "cmd": [ | 91 "cmd": [ |
96 "python", | 92 "python", |
97 "-u", | 93 "-u", |
98 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 94 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
99 "DEPS", | 95 "DEPS", |
100 "--commit", | 96 "--commit", |
101 "deadbeef" | 97 "deadbeef" |
102 ], | 98 ], |
103 "cwd": "[SLAVE_BUILD]", | |
104 "name": "Resolving reference range.fetch file deadbeef:DEPS", | 99 "name": "Resolving reference range.fetch file deadbeef:DEPS", |
105 "stdout": "/path/to/tmp/", | 100 "stdout": "/path/to/tmp/", |
106 "~followup_annotations": [ | 101 "~followup_annotations": [ |
107 "@@@STEP_NEST_LEVEL@1@@@", | 102 "@@@STEP_NEST_LEVEL@1@@@", |
108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", | 103 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", |
109 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", | 104 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", |
110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", | 105 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", |
111 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" | 106 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" |
112 ] | 107 ] |
113 }, | 108 }, |
114 { | 109 { |
115 "cmd": [ | 110 "cmd": [ |
116 "python", | 111 "python", |
117 "-u", | 112 "-u", |
118 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 113 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
119 "DEPS", | 114 "DEPS", |
120 "--commit", | 115 "--commit", |
121 "c001c0de" | 116 "c001c0de" |
122 ], | 117 ], |
123 "cwd": "[SLAVE_BUILD]", | |
124 "name": "Resolving reference range.fetch file c001c0de:DEPS", | 118 "name": "Resolving reference range.fetch file c001c0de:DEPS", |
125 "stdout": "/path/to/tmp/", | 119 "stdout": "/path/to/tmp/", |
126 "~followup_annotations": [ | 120 "~followup_annotations": [ |
127 "@@@STEP_NEST_LEVEL@1@@@", | 121 "@@@STEP_NEST_LEVEL@1@@@", |
128 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", | 122 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", |
129 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", | 123 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", |
130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", | 124 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", |
131 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" | 125 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" |
132 ] | 126 ] |
133 }, | 127 }, |
134 { | 128 { |
135 "cmd": [ | 129 "cmd": [ |
136 "python", | 130 "python", |
137 "-u", | 131 "-u", |
138 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 132 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
139 ], | 133 ], |
140 "cwd": "[SLAVE_BUILD]", | |
141 "name": "Post bisect results", | 134 "name": "Post bisect results", |
142 "stdin": "{\"data\": {\"aborted_reason\": \"The metric values for the initia
l \\\"good\\\" and \\\"bad\\\" revisions match the expected direction of improve
ment. Thus, likely represent an improvement and not a regression.\", \"bad_revis
ion\": \"deadbeef\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"
buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders//builds/\",
\"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=relea
se smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\"
: \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\
", \"revision_data\": [], \"score\": 0, \"status\": \"completed\", \"test_type\"
: \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \
"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", | 135 "stdin": "{\"data\": {\"aborted_reason\": \"The metric values for the initia
l \\\"good\\\" and \\\"bad\\\" revisions match the expected direction of improve
ment. Thus, likely represent an improvement and not a regression.\", \"bad_revis
ion\": \"deadbeef\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"
buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders//builds/\",
\"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=relea
se smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\"
: \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\
", \"revision_data\": [], \"score\": 0, \"status\": \"completed\", \"test_type\"
: \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \
"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", |
143 "stdout": "/path/to/tmp/json", | 136 "stdout": "/path/to/tmp/json", |
144 "~followup_annotations": [ | 137 "~followup_annotations": [ |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 138 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
147 "@@@STEP_LOG_LINE@json.output@}@@@", | 140 "@@@STEP_LOG_LINE@json.output@}@@@", |
148 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
149 ] | 142 ] |
150 }, | 143 }, |
151 { | 144 { |
152 "name": "$result", | 145 "name": "$result", |
153 "recipe_result": null, | 146 "recipe_result": null, |
154 "status_code": 0 | 147 "status_code": 0 |
155 } | 148 } |
156 ] | 149 ] |
OLD | NEW |