Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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\", @ @@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@", 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@", 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@", 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@", 36 "@@@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\", @@@", 37 "@@@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\", @@@", 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@",
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" , 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@", 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", 42 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
44 "@@@STEP_LOG_END@Bisect job configuration@@@" 43 "@@@STEP_LOG_END@Bisect job configuration@@@"
45 ] 44 ]
46 }, 45 },
47 { 46 {
48 "cmd": [], 47 "cmd": [],
49 "cwd": "[SLAVE_BUILD]",
50 "name": "Resolving reference range" 48 "name": "Resolving reference range"
51 }, 49 },
52 { 50 {
53 "cmd": [ 51 "cmd": [
54 "python", 52 "python",
55 "-u", 53 "-u",
56 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 54 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
57 "get_numbering", 55 "get_numbering",
58 "--params-file", 56 "--params-file",
59 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 57 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
60 "--attempts", 58 "--attempts",
61 "3" 59 "3"
62 ], 60 ],
63 "cwd": "[SLAVE_BUILD]",
64 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}", 61 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
65 "stdout": "/path/to/tmp/json", 62 "stdout": "/path/to/tmp/json",
66 "~followup_annotations": [ 63 "~followup_annotations": [
67 "@@@STEP_NEST_LEVEL@1@@@", 64 "@@@STEP_NEST_LEVEL@1@@@",
68 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"dcdcdc0ff1122212323134879dd ceeb1240b0988\"@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"dcdcdc0ff1122212323134879dd ceeb1240b0988\"@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@", 67 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@" 68 "@@@STEP_LOG_END@json.output@@@"
72 ] 69 ]
73 }, 70 },
74 { 71 {
75 "cmd": [ 72 "cmd": [
76 "python", 73 "python",
77 "-u", 74 "-u",
78 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 75 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
79 "get_numbering", 76 "get_numbering",
80 "--params-file", 77 "--params-file",
81 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 78 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
82 "--attempts", 79 "--attempts",
83 "3" 80 "3"
84 ], 81 ],
85 "cwd": "[SLAVE_BUILD]",
86 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}", 82 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
87 "stdout": "/path/to/tmp/json", 83 "stdout": "/path/to/tmp/json",
88 "~followup_annotations": [ 84 "~followup_annotations": [
89 "@@@STEP_NEST_LEVEL@1@@@", 85 "@@@STEP_NEST_LEVEL@1@@@",
90 "@@@STEP_LOG_LINE@json.output@{@@@", 86 "@@@STEP_LOG_LINE@json.output@{@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
92 "@@@STEP_LOG_LINE@json.output@}@@@", 88 "@@@STEP_LOG_LINE@json.output@}@@@",
93 "@@@STEP_LOG_END@json.output@@@" 89 "@@@STEP_LOG_END@json.output@@@"
94 ] 90 ]
95 }, 91 },
96 { 92 {
97 "cmd": [ 93 "cmd": [
98 "python", 94 "python",
99 "-u", 95 "-u",
100 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 96 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
101 "DEPS", 97 "DEPS",
102 "--commit", 98 "--commit",
103 "dcdcdc0ff1122212323134879ddceeb1240b0988" 99 "dcdcdc0ff1122212323134879ddceeb1240b0988"
104 ], 100 ],
105 "cwd": "[SLAVE_BUILD]",
106 "name": "Resolving reference range.fetch file dcdcdc0ff1122212323134879ddcee b1240b0988:DEPS", 101 "name": "Resolving reference range.fetch file dcdcdc0ff1122212323134879ddcee b1240b0988:DEPS",
107 "stdout": "/path/to/tmp/", 102 "stdout": "/path/to/tmp/",
108 "~followup_annotations": [ 103 "~followup_annotations": [
109 "@@@STEP_NEST_LEVEL@1@@@", 104 "@@@STEP_NEST_LEVEL@1@@@",
110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 105 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
111 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", 106 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
112 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", 107 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
113 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" 108 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
114 ] 109 ]
115 }, 110 },
116 { 111 {
117 "cmd": [ 112 "cmd": [
118 "python", 113 "python",
119 "-u", 114 "-u",
120 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 115 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
121 "DEPS", 116 "DEPS",
122 "--commit", 117 "--commit",
123 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 118 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
124 ], 119 ],
125 "cwd": "[SLAVE_BUILD]",
126 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS", 120 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
127 "stdout": "/path/to/tmp/", 121 "stdout": "/path/to/tmp/",
128 "~followup_annotations": [ 122 "~followup_annotations": [
129 "@@@STEP_NEST_LEVEL@1@@@", 123 "@@@STEP_NEST_LEVEL@1@@@",
130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 124 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
131 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", 125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
132 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
133 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 127 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
134 ] 128 ]
135 }, 129 },
136 { 130 {
137 "cmd": [], 131 "cmd": [],
138 "cwd": "[SLAVE_BUILD]",
139 "name": "Expanding revision range" 132 "name": "Expanding revision range"
140 }, 133 },
141 { 134 {
142 "cmd": [ 135 "cmd": [
143 "python", 136 "python",
144 "-u", 137 "-u",
145 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 138 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
146 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 139 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
147 "dcdcdc0ff1122212323134879ddceeb1240b0988", 140 "dcdcdc0ff1122212323134879ddceeb1240b0988",
148 "https://chromium.googlesource.com/chromium/src" 141 "https://chromium.googlesource.com/chromium/src"
149 ], 142 ],
150 "cwd": "[SLAVE_BUILD]",
151 "name": "Expanding revision range.for revisions 00316c9ddfb9d7b4e1ed2fff9fe6 d964d2111111:dcdcdc0ff1122212323134879ddceeb1240b0988", 143 "name": "Expanding revision range.for revisions 00316c9ddfb9d7b4e1ed2fff9fe6 d964d2111111:dcdcdc0ff1122212323134879ddceeb1240b0988",
152 "stdout": "/path/to/tmp/json", 144 "stdout": "/path/to/tmp/json",
153 "~followup_annotations": [ 145 "~followup_annotations": [
154 "@@@STEP_NEST_LEVEL@1@@@", 146 "@@@STEP_NEST_LEVEL@1@@@",
155 "@@@STEP_LOG_LINE@json.output@[@@@", 147 "@@@STEP_LOG_LINE@json.output@[@@@",
156 "@@@STEP_LOG_LINE@json.output@ [@@@", 148 "@@@STEP_LOG_LINE@json.output@ [@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"a6298e4afedbf2cd461755ea6f45b0ad642222 22\", @@@", 149 "@@@STEP_LOG_LINE@json.output@ \"a6298e4afedbf2cd461755ea6f45b0ad642222 22\", @@@",
158 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
159 "@@@STEP_LOG_LINE@json.output@ ]@@@", 151 "@@@STEP_LOG_LINE@json.output@ ]@@@",
160 "@@@STEP_LOG_LINE@json.output@]@@@", 152 "@@@STEP_LOG_LINE@json.output@]@@@",
161 "@@@STEP_LOG_END@json.output@@@" 153 "@@@STEP_LOG_END@json.output@@@"
162 ] 154 ]
163 }, 155 },
164 { 156 {
165 "cmd": [ 157 "cmd": [
166 "python", 158 "python",
167 "-u", 159 "-u",
168 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 160 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
169 "--", 161 "--",
170 "[DEPOT_TOOLS]/gsutil.py", 162 "[ROOT]/b/depot_tools/gsutil.py",
171 "----", 163 "----",
172 "ls", 164 "ls",
173 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 165 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
174 ], 166 ],
175 "cwd": "[SLAVE_BUILD]",
176 "name": "gsutil ls" 167 "name": "gsutil ls"
177 }, 168 },
178 { 169 {
179 "cmd": [ 170 "cmd": [
180 "git", 171 "git",
181 "-c", 172 "-c",
182 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 173 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
183 "try", 174 "try",
184 "--bot", 175 "--bot",
185 "linux_perf_bisect_builder", 176 "linux_perf_bisect_builder",
186 "--revision", 177 "--revision",
187 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 178 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
188 "--name", 179 "--name",
189 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build", 180 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build",
190 "--clobber", 181 "--clobber",
191 "--svn_repo", 182 "--svn_repo",
192 "svn://svn.chromium.org/chrome-try/try-perf", 183 "svn://svn.chromium.org/chrome-try/try-perf",
193 "--diff", 184 "--diff",
194 "/dev/null" 185 "/dev/null"
195 ], 186 ],
196 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 187 "cwd": "[TMP]/fake_checkout_tmp_1",
197 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 188 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
198 }, 189 },
199 { 190 {
200 "cmd": [ 191 "cmd": [
201 "python", 192 "python",
202 "-u", 193 "-u",
203 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 194 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
204 "--", 195 "--",
205 "[DEPOT_TOOLS]/gsutil.py", 196 "[ROOT]/b/depot_tools/gsutil.py",
206 "----", 197 "----",
207 "ls", 198 "ls",
208 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip" 199 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip"
209 ], 200 ],
210 "cwd": "[SLAVE_BUILD]",
211 "name": "gsutil ls (2)" 201 "name": "gsutil ls (2)"
212 }, 202 },
213 { 203 {
214 "cmd": [ 204 "cmd": [
215 "git", 205 "git",
216 "-c", 206 "-c",
217 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 207 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
218 "try", 208 "try",
219 "--bot", 209 "--bot",
220 "linux_perf_bisect_builder", 210 "linux_perf_bisect_builder",
221 "--revision", 211 "--revision",
222 "dcdcdc0ff1122212323134879ddceeb1240b0988", 212 "dcdcdc0ff1122212323134879ddceeb1240b0988",
223 "--name", 213 "--name",
224 "dcdcdc0ff1122212323134879ddceeb1240b0988-build", 214 "dcdcdc0ff1122212323134879ddceeb1240b0988-build",
225 "--clobber", 215 "--clobber",
226 "--svn_repo", 216 "--svn_repo",
227 "svn://svn.chromium.org/chrome-try/try-perf", 217 "svn://svn.chromium.org/chrome-try/try-perf",
228 "--diff", 218 "--diff",
229 "/dev/null" 219 "/dev/null"
230 ], 220 ],
231 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 221 "cwd": "[TMP]/fake_checkout_tmp_1",
232 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try." 222 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try."
233 }, 223 },
234 { 224 {
235 "cmd": [ 225 "cmd": [
236 "git", 226 "git",
237 "footers", 227 "footers",
238 "--position", 228 "--position",
239 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 229 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
240 ], 230 ],
241 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 231 "cwd": "[TMP]/fake_checkout_tmp_1",
242 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 232 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
243 "stdout": "/path/to/tmp/" 233 "stdout": "/path/to/tmp/"
244 }, 234 },
245 { 235 {
246 "cmd": [], 236 "cmd": [],
247 "cwd": "[SLAVE_BUILD]",
248 "name": "Waiting for chromium@00316c9ddf" 237 "name": "Waiting for chromium@00316c9ddf"
249 }, 238 },
250 { 239 {
251 "cmd": [ 240 "cmd": [
252 "python", 241 "python",
253 "-u", 242 "-u",
254 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 243 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
255 "--", 244 "--",
256 "[DEPOT_TOOLS]/gsutil.py", 245 "[ROOT]/b/depot_tools/gsutil.py",
257 "----", 246 "----",
258 "ls", 247 "ls",
259 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 248 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
260 ], 249 ],
261 "cwd": "[SLAVE_BUILD]",
262 "name": "Waiting for chromium@00316c9ddf.gsutil ls", 250 "name": "Waiting for chromium@00316c9ddf.gsutil ls",
263 "~followup_annotations": [ 251 "~followup_annotations": [
264 "@@@STEP_NEST_LEVEL@1@@@" 252 "@@@STEP_NEST_LEVEL@1@@@"
265 ] 253 ]
266 }, 254 },
267 { 255 {
268 "cmd": [], 256 "cmd": [],
269 "cwd": "[SLAVE_BUILD]",
270 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111", 257 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111",
271 "trigger_specs": [ 258 "trigger_specs": [
272 { 259 {
273 "builder_name": "linux_perf_tester", 260 "builder_name": "linux_perf_tester",
274 "properties": { 261 "properties": {
275 "bisect_config": { 262 "bisect_config": {
276 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 263 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
277 "metric": "mean_input_event_latency/mean_input_event_latency", 264 "metric": "mean_input_event_latency/mean_input_event_latency",
278 "repeat_count": 5, 265 "repeat_count": 5,
279 "test_type": "perf" 266 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
291 "~followup_annotations": [ 278 "~followup_annotations": [
292 "@@@STEP_NEST_LEVEL@1@@@" 279 "@@@STEP_NEST_LEVEL@1@@@"
293 ] 280 ]
294 }, 281 },
295 { 282 {
296 "cmd": [ 283 "cmd": [
297 "python", 284 "python",
298 "-u", 285 "-u",
299 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 286 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
300 ], 287 ],
301 "cwd": "[SLAVE_BUILD]",
302 "name": "Waiting for chromium@00316c9ddf.sleeping", 288 "name": "Waiting for chromium@00316c9ddf.sleeping",
303 "~followup_annotations": [ 289 "~followup_annotations": [
304 "@@@STEP_NEST_LEVEL@1@@@", 290 "@@@STEP_NEST_LEVEL@1@@@",
305 "@@@STEP_LOG_LINE@python.inline@@@@", 291 "@@@STEP_LOG_LINE@python.inline@@@@",
306 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 292 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
307 "@@@STEP_LOG_LINE@python.inline@import time@@@", 293 "@@@STEP_LOG_LINE@python.inline@import time@@@",
308 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 294 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
309 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 295 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
310 "@@@STEP_LOG_END@python.inline@@@" 296 "@@@STEP_LOG_END@python.inline@@@"
311 ] 297 ]
312 }, 298 },
313 { 299 {
314 "cmd": [ 300 "cmd": [
315 "python", 301 "python",
316 "-u", 302 "-u",
317 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 303 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
318 "--", 304 "--",
319 "[DEPOT_TOOLS]/gsutil.py", 305 "[ROOT]/b/depot_tools/gsutil.py",
320 "----", 306 "----",
321 "ls", 307 "ls",
322 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 308 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
323 ], 309 ],
324 "cwd": "[SLAVE_BUILD]",
325 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)", 310 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)",
326 "~followup_annotations": [ 311 "~followup_annotations": [
327 "@@@STEP_NEST_LEVEL@1@@@" 312 "@@@STEP_NEST_LEVEL@1@@@"
328 ] 313 ]
329 }, 314 },
330 { 315 {
331 "cmd": [ 316 "cmd": [
332 "python", 317 "python",
333 "-u", 318 "-u",
334 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 319 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
335 "--", 320 "--",
336 "[DEPOT_TOOLS]/gsutil.py", 321 "[ROOT]/b/depot_tools/gsutil.py",
337 "----", 322 "----",
338 "cat", 323 "cat",
339 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 324 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
340 ], 325 ],
341 "cwd": "[SLAVE_BUILD]",
342 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 326 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
343 "stdout": "/path/to/tmp/", 327 "stdout": "/path/to/tmp/",
344 "~followup_annotations": [ 328 "~followup_annotations": [
345 "@@@STEP_NEST_LEVEL@1@@@" 329 "@@@STEP_NEST_LEVEL@1@@@"
346 ] 330 ]
347 }, 331 },
348 { 332 {
349 "cmd": [ 333 "cmd": [
350 "git", 334 "git",
351 "footers", 335 "footers",
352 "--position", 336 "--position",
353 "dcdcdc0ff1122212323134879ddceeb1240b0988" 337 "dcdcdc0ff1122212323134879ddceeb1240b0988"
354 ], 338 ],
355 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 339 "cwd": "[TMP]/fake_checkout_tmp_1",
356 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988", 340 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
357 "stdout": "/path/to/tmp/" 341 "stdout": "/path/to/tmp/"
358 }, 342 },
359 { 343 {
360 "cmd": [], 344 "cmd": [],
361 "cwd": "[SLAVE_BUILD]",
362 "name": "Waiting for chromium@dcdcdc0ff1" 345 "name": "Waiting for chromium@dcdcdc0ff1"
363 }, 346 },
364 { 347 {
365 "cmd": [ 348 "cmd": [
366 "python", 349 "python",
367 "-u", 350 "-u",
368 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 351 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
369 "--", 352 "--",
370 "[DEPOT_TOOLS]/gsutil.py", 353 "[ROOT]/b/depot_tools/gsutil.py",
371 "----", 354 "----",
372 "ls", 355 "ls",
373 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip" 356 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip"
374 ], 357 ],
375 "cwd": "[SLAVE_BUILD]",
376 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls", 358 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls",
377 "~followup_annotations": [ 359 "~followup_annotations": [
378 "@@@STEP_NEST_LEVEL@1@@@" 360 "@@@STEP_NEST_LEVEL@1@@@"
379 ] 361 ]
380 }, 362 },
381 { 363 {
382 "cmd": [], 364 "cmd": [],
383 "cwd": "[SLAVE_BUILD]",
384 "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff11 22212323134879ddceeb1240b0988", 365 "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff11 22212323134879ddceeb1240b0988",
385 "trigger_specs": [ 366 "trigger_specs": [
386 { 367 {
387 "builder_name": "linux_perf_tester", 368 "builder_name": "linux_perf_tester",
388 "properties": { 369 "properties": {
389 "bisect_config": { 370 "bisect_config": {
390 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 371 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
391 "metric": "mean_input_event_latency/mean_input_event_latency", 372 "metric": "mean_input_event_latency/mean_input_event_latency",
392 "repeat_count": 5, 373 "repeat_count": 5,
393 "test_type": "perf" 374 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
405 "~followup_annotations": [ 386 "~followup_annotations": [
406 "@@@STEP_NEST_LEVEL@1@@@" 387 "@@@STEP_NEST_LEVEL@1@@@"
407 ] 388 ]
408 }, 389 },
409 { 390 {
410 "cmd": [ 391 "cmd": [
411 "python", 392 "python",
412 "-u", 393 "-u",
413 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 394 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
414 ], 395 ],
415 "cwd": "[SLAVE_BUILD]",
416 "name": "Waiting for chromium@dcdcdc0ff1.sleeping", 396 "name": "Waiting for chromium@dcdcdc0ff1.sleeping",
417 "~followup_annotations": [ 397 "~followup_annotations": [
418 "@@@STEP_NEST_LEVEL@1@@@", 398 "@@@STEP_NEST_LEVEL@1@@@",
419 "@@@STEP_LOG_LINE@python.inline@@@@", 399 "@@@STEP_LOG_LINE@python.inline@@@@",
420 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 400 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
421 "@@@STEP_LOG_LINE@python.inline@import time@@@", 401 "@@@STEP_LOG_LINE@python.inline@import time@@@",
422 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 402 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
423 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 403 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
424 "@@@STEP_LOG_END@python.inline@@@" 404 "@@@STEP_LOG_END@python.inline@@@"
425 ] 405 ]
426 }, 406 },
427 { 407 {
428 "cmd": [ 408 "cmd": [
429 "python", 409 "python",
430 "-u", 410 "-u",
431 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 411 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
432 "--", 412 "--",
433 "[DEPOT_TOOLS]/gsutil.py", 413 "[ROOT]/b/depot_tools/gsutil.py",
434 "----", 414 "----",
435 "ls", 415 "ls",
436 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 416 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
437 ], 417 ],
438 "cwd": "[SLAVE_BUILD]",
439 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)", 418 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)",
440 "~followup_annotations": [ 419 "~followup_annotations": [
441 "@@@STEP_NEST_LEVEL@1@@@" 420 "@@@STEP_NEST_LEVEL@1@@@"
442 ] 421 ]
443 }, 422 },
444 { 423 {
445 "cmd": [ 424 "cmd": [
446 "python", 425 "python",
447 "-u", 426 "-u",
448 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 427 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
449 "--", 428 "--",
450 "[DEPOT_TOOLS]/gsutil.py", 429 "[ROOT]/b/depot_tools/gsutil.py",
451 "----", 430 "----",
452 "cat", 431 "cat",
453 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 432 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
454 ], 433 ],
455 "cwd": "[SLAVE_BUILD]",
456 "name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build d cdcdc0ff1122212323134879ddceeb1240b0988", 434 "name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build d cdcdc0ff1122212323134879ddceeb1240b0988",
457 "stdout": "/path/to/tmp/", 435 "stdout": "/path/to/tmp/",
458 "~followup_annotations": [ 436 "~followup_annotations": [
459 "@@@STEP_NEST_LEVEL@1@@@" 437 "@@@STEP_NEST_LEVEL@1@@@"
460 ] 438 ]
461 }, 439 },
462 { 440 {
463 "cmd": [ 441 "cmd": [
464 "python", 442 "python",
465 "-u", 443 "-u",
466 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 444 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
467 "--", 445 "--",
468 "[DEPOT_TOOLS]/gsutil.py", 446 "[ROOT]/b/depot_tools/gsutil.py",
469 "----", 447 "----",
470 "ls", 448 "ls",
471 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 449 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
472 ], 450 ],
473 "cwd": "[SLAVE_BUILD]",
474 "name": "gsutil ls (3)" 451 "name": "gsutil ls (3)"
475 }, 452 },
476 { 453 {
477 "cmd": [ 454 "cmd": [
478 "git", 455 "git",
479 "-c", 456 "-c",
480 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 457 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
481 "try", 458 "try",
482 "--bot", 459 "--bot",
483 "linux_perf_bisect_builder", 460 "linux_perf_bisect_builder",
484 "--revision", 461 "--revision",
485 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 462 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
486 "--name", 463 "--name",
487 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", 464 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build",
488 "--clobber", 465 "--clobber",
489 "--svn_repo", 466 "--svn_repo",
490 "svn://svn.chromium.org/chrome-try/try-perf", 467 "svn://svn.chromium.org/chrome-try/try-perf",
491 "--diff", 468 "--diff",
492 "/dev/null" 469 "/dev/null"
493 ], 470 ],
494 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 471 "cwd": "[TMP]/fake_checkout_tmp_1",
495 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try." 472 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try."
496 }, 473 },
497 { 474 {
498 "cmd": [ 475 "cmd": [
499 "git", 476 "git",
500 "footers", 477 "footers",
501 "--position", 478 "--position",
502 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 479 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
503 ], 480 ],
504 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 481 "cwd": "[TMP]/fake_checkout_tmp_1",
505 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", 482 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
506 "stdout": "/path/to/tmp/" 483 "stdout": "/path/to/tmp/"
507 }, 484 },
508 { 485 {
509 "cmd": [], 486 "cmd": [],
510 "cwd": "[SLAVE_BUILD]",
511 "name": "Waiting for chromium@a6298e4afe" 487 "name": "Waiting for chromium@a6298e4afe"
512 }, 488 },
513 { 489 {
514 "cmd": [ 490 "cmd": [
515 "python", 491 "python",
516 "-u", 492 "-u",
517 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 493 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
518 "--", 494 "--",
519 "[DEPOT_TOOLS]/gsutil.py", 495 "[ROOT]/b/depot_tools/gsutil.py",
520 "----", 496 "----",
521 "ls", 497 "ls",
522 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 498 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
523 ], 499 ],
524 "cwd": "[SLAVE_BUILD]",
525 "name": "Waiting for chromium@a6298e4afe.gsutil ls", 500 "name": "Waiting for chromium@a6298e4afe.gsutil ls",
526 "~followup_annotations": [ 501 "~followup_annotations": [
527 "@@@STEP_NEST_LEVEL@1@@@" 502 "@@@STEP_NEST_LEVEL@1@@@"
528 ] 503 ]
529 }, 504 },
530 { 505 {
531 "cmd": [], 506 "cmd": [],
532 "cwd": "[SLAVE_BUILD]",
533 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222", 507 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222",
534 "trigger_specs": [ 508 "trigger_specs": [
535 { 509 {
536 "builder_name": "linux_perf_tester", 510 "builder_name": "linux_perf_tester",
537 "properties": { 511 "properties": {
538 "bisect_config": { 512 "bisect_config": {
539 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 513 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
540 "metric": "mean_input_event_latency/mean_input_event_latency", 514 "metric": "mean_input_event_latency/mean_input_event_latency",
541 "repeat_count": 5, 515 "repeat_count": 5,
542 "test_type": "perf" 516 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
554 "~followup_annotations": [ 528 "~followup_annotations": [
555 "@@@STEP_NEST_LEVEL@1@@@" 529 "@@@STEP_NEST_LEVEL@1@@@"
556 ] 530 ]
557 }, 531 },
558 { 532 {
559 "cmd": [ 533 "cmd": [
560 "python", 534 "python",
561 "-u", 535 "-u",
562 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 536 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
563 ], 537 ],
564 "cwd": "[SLAVE_BUILD]",
565 "name": "Waiting for chromium@a6298e4afe.sleeping", 538 "name": "Waiting for chromium@a6298e4afe.sleeping",
566 "~followup_annotations": [ 539 "~followup_annotations": [
567 "@@@STEP_NEST_LEVEL@1@@@", 540 "@@@STEP_NEST_LEVEL@1@@@",
568 "@@@STEP_LOG_LINE@python.inline@@@@", 541 "@@@STEP_LOG_LINE@python.inline@@@@",
569 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 542 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
570 "@@@STEP_LOG_LINE@python.inline@import time@@@", 543 "@@@STEP_LOG_LINE@python.inline@import time@@@",
571 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 544 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
572 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 545 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
573 "@@@STEP_LOG_END@python.inline@@@" 546 "@@@STEP_LOG_END@python.inline@@@"
574 ] 547 ]
575 }, 548 },
576 { 549 {
577 "cmd": [ 550 "cmd": [
578 "python", 551 "python",
579 "-u", 552 "-u",
580 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 553 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
581 "--", 554 "--",
582 "[DEPOT_TOOLS]/gsutil.py", 555 "[ROOT]/b/depot_tools/gsutil.py",
583 "----", 556 "----",
584 "ls", 557 "ls",
585 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 558 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
586 ], 559 ],
587 "cwd": "[SLAVE_BUILD]",
588 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)", 560 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)",
589 "~followup_annotations": [ 561 "~followup_annotations": [
590 "@@@STEP_NEST_LEVEL@1@@@" 562 "@@@STEP_NEST_LEVEL@1@@@"
591 ] 563 ]
592 }, 564 },
593 { 565 {
594 "cmd": [ 566 "cmd": [
595 "python", 567 "python",
596 "-u", 568 "-u",
597 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 569 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
598 "--", 570 "--",
599 "[DEPOT_TOOLS]/gsutil.py", 571 "[ROOT]/b/depot_tools/gsutil.py",
600 "----", 572 "----",
601 "cat", 573 "cat",
602 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 574 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
603 ], 575 ],
604 "cwd": "[SLAVE_BUILD]",
605 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222", 576 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222",
606 "stdout": "/path/to/tmp/", 577 "stdout": "/path/to/tmp/",
607 "~followup_annotations": [ 578 "~followup_annotations": [
608 "@@@STEP_NEST_LEVEL@1@@@" 579 "@@@STEP_NEST_LEVEL@1@@@"
609 ] 580 ]
610 }, 581 },
611 { 582 {
612 "cmd": [ 583 "cmd": [
613 "python", 584 "python",
614 "-u", 585 "-u",
615 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 586 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
616 "[19, 20, 21, 22, 23]", 587 "[19, 20, 21, 22, 23]",
617 "[19, 20, 21, 22, 23]", 588 "[19, 20, 21, 22, 23]",
618 "0.01" 589 "0.01"
619 ], 590 ],
620 "cwd": "[SLAVE_BUILD]",
621 "name": "Waiting for chromium@a6298e4afe.Checking sample difference", 591 "name": "Waiting for chromium@a6298e4afe.Checking sample difference",
622 "stdout": "/path/to/tmp/json", 592 "stdout": "/path/to/tmp/json",
623 "~followup_annotations": [ 593 "~followup_annotations": [
624 "@@@STEP_NEST_LEVEL@1@@@", 594 "@@@STEP_NEST_LEVEL@1@@@",
625 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 595 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
626 "@@@STEP_LOG_END@json.output (invalid)@@@" 596 "@@@STEP_LOG_END@json.output (invalid)@@@"
627 ] 597 ]
628 }, 598 },
629 { 599 {
630 "cmd": [ 600 "cmd": [
631 "python", 601 "python",
632 "-u", 602 "-u",
633 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 603 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
634 "[12, 13, 14, 15, 16]", 604 "[12, 13, 14, 15, 16]",
635 "[19, 20, 21, 22, 23]", 605 "[19, 20, 21, 22, 23]",
636 "0.01" 606 "0.01"
637 ], 607 ],
638 "cwd": "[SLAVE_BUILD]",
639 "name": "Waiting for chromium@a6298e4afe.Checking sample difference (2)", 608 "name": "Waiting for chromium@a6298e4afe.Checking sample difference (2)",
640 "stdout": "/path/to/tmp/json", 609 "stdout": "/path/to/tmp/json",
641 "~followup_annotations": [ 610 "~followup_annotations": [
642 "@@@STEP_NEST_LEVEL@1@@@", 611 "@@@STEP_NEST_LEVEL@1@@@",
643 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 612 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
644 "@@@STEP_LOG_END@json.output (invalid)@@@" 613 "@@@STEP_LOG_END@json.output (invalid)@@@"
645 ] 614 ]
646 }, 615 },
647 { 616 {
648 "cmd": [ 617 "cmd": [
649 "git", 618 "git",
650 "show", 619 "show",
651 "--name-only", 620 "--name-only",
652 "--pretty=format:", 621 "--pretty=format:",
653 "dcdcdc0ff1122212323134879ddceeb1240b0988" 622 "dcdcdc0ff1122212323134879ddceeb1240b0988"
654 ], 623 ],
655 "cwd": "[SLAVE_BUILD]/src", 624 "cwd": "[CWD]/src",
656 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988", 625 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
657 "stdout": "/path/to/tmp/" 626 "stdout": "/path/to/tmp/"
658 }, 627 },
659 { 628 {
660 "cmd": [ 629 "cmd": [
661 "python", 630 "python",
662 "-u", 631 "-u",
663 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 632 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
664 "DEPS", 633 "DEPS",
665 "--commit", 634 "--commit",
666 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 635 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
667 ], 636 ],
668 "cwd": "[SLAVE_BUILD]",
669 "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 637 "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
670 "stdout": "/path/to/tmp/" 638 "stdout": "/path/to/tmp/"
671 }, 639 },
672 { 640 {
673 "cmd": [ 641 "cmd": [
674 "python", 642 "python",
675 "-u", 643 "-u",
676 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 644 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
677 "DEPS", 645 "DEPS",
678 "--commit", 646 "--commit",
679 "dcdcdc0ff1122212323134879ddceeb1240b0988" 647 "dcdcdc0ff1122212323134879ddceeb1240b0988"
680 ], 648 ],
681 "cwd": "[SLAVE_BUILD]",
682 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS", 649 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS",
683 "stdout": "/path/to/tmp/" 650 "stdout": "/path/to/tmp/"
684 }, 651 },
685 { 652 {
686 "cmd": [ 653 "cmd": [
687 "python", 654 "python",
688 "-u", 655 "-u",
689 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 656 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
690 "001", 657 "001",
691 "004", 658 "004",
692 "https://chromium.googlesource.com/v8/v8.git" 659 "https://chromium.googlesource.com/v8/v8.git"
693 ], 660 ],
694 "cwd": "[SLAVE_BUILD]",
695 "name": "Expanding revision range for revision 004 on depot v8", 661 "name": "Expanding revision range for revision 004 on depot v8",
696 "stdout": "/path/to/tmp/json", 662 "stdout": "/path/to/tmp/json",
697 "~followup_annotations": [ 663 "~followup_annotations": [
698 "@@@STEP_LOG_LINE@json.output@[@@@", 664 "@@@STEP_LOG_LINE@json.output@[@@@",
699 "@@@STEP_LOG_LINE@json.output@ [@@@", 665 "@@@STEP_LOG_LINE@json.output@ [@@@",
700 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@", 666 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@",
701 "@@@STEP_LOG_LINE@json.output@ 0@@@", 667 "@@@STEP_LOG_LINE@json.output@ 0@@@",
702 "@@@STEP_LOG_LINE@json.output@ ], @@@", 668 "@@@STEP_LOG_LINE@json.output@ ], @@@",
703 "@@@STEP_LOG_LINE@json.output@ [@@@", 669 "@@@STEP_LOG_LINE@json.output@ [@@@",
704 "@@@STEP_LOG_LINE@json.output@ \"003\", @@@", 670 "@@@STEP_LOG_LINE@json.output@ \"003\", @@@",
705 "@@@STEP_LOG_LINE@json.output@ 0@@@", 671 "@@@STEP_LOG_LINE@json.output@ 0@@@",
706 "@@@STEP_LOG_LINE@json.output@ ]@@@", 672 "@@@STEP_LOG_LINE@json.output@ ]@@@",
707 "@@@STEP_LOG_LINE@json.output@]@@@", 673 "@@@STEP_LOG_LINE@json.output@]@@@",
708 "@@@STEP_LOG_END@json.output@@@" 674 "@@@STEP_LOG_END@json.output@@@"
709 ] 675 ]
710 }, 676 },
711 { 677 {
712 "cmd": [ 678 "cmd": [
713 "git", 679 "git",
714 "hash-object", 680 "hash-object",
715 "-t", 681 "-t",
716 "blob", 682 "blob",
717 "-w", 683 "-w",
718 "--stdin" 684 "--stdin"
719 ], 685 ],
720 "cwd": "[SLAVE_BUILD]/src", 686 "cwd": "[CWD]/src",
721 "name": "Hashing modified DEPS file with revision 002", 687 "name": "Hashing modified DEPS file with revision 002",
722 "stdin": "vars={'v8_revision': '002'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}", 688 "stdin": "vars={'v8_revision': '002'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}",
723 "stdout": "/path/to/tmp/" 689 "stdout": "/path/to/tmp/"
724 }, 690 },
725 { 691 {
726 "cmd": [ 692 "cmd": [
727 "git", 693 "git",
728 "diff", 694 "diff",
729 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 695 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
730 "f412e8458", 696 "f412e8458",
731 "--src-prefix=IAMSRC:", 697 "--src-prefix=IAMSRC:",
732 "--dst-prefix=IAMDST:" 698 "--dst-prefix=IAMDST:"
733 ], 699 ],
734 "cwd": "[SLAVE_BUILD]/src", 700 "cwd": "[CWD]/src",
735 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 002", 701 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 002",
736 "stdout": "/path/to/tmp/" 702 "stdout": "/path/to/tmp/"
737 }, 703 },
738 { 704 {
739 "cmd": [ 705 "cmd": [
740 "git", 706 "git",
741 "hash-object", 707 "hash-object",
742 "-t", 708 "-t",
743 "blob", 709 "blob",
744 "-w", 710 "-w",
745 "--stdin" 711 "--stdin"
746 ], 712 ],
747 "cwd": "[SLAVE_BUILD]/src", 713 "cwd": "[CWD]/src",
748 "name": "Hashing modified DEPS file with revision 003", 714 "name": "Hashing modified DEPS file with revision 003",
749 "stdin": "vars={'v8_revision': '003'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}", 715 "stdin": "vars={'v8_revision': '003'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}",
750 "stdout": "/path/to/tmp/" 716 "stdout": "/path/to/tmp/"
751 }, 717 },
752 { 718 {
753 "cmd": [ 719 "cmd": [
754 "git", 720 "git",
755 "diff", 721 "diff",
756 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 722 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
757 "f412e8458", 723 "f412e8458",
758 "--src-prefix=IAMSRC:", 724 "--src-prefix=IAMSRC:",
759 "--dst-prefix=IAMDST:" 725 "--dst-prefix=IAMDST:"
760 ], 726 ],
761 "cwd": "[SLAVE_BUILD]/src", 727 "cwd": "[CWD]/src",
762 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003", 728 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003",
763 "stdout": "/path/to/tmp/" 729 "stdout": "/path/to/tmp/"
764 }, 730 },
765 { 731 {
766 "cmd": [], 732 "cmd": [],
767 "cwd": "[SLAVE_BUILD]",
768 "name": "Wiggling revision chromium@a6298e4afe,v8@003" 733 "name": "Wiggling revision chromium@a6298e4afe,v8@003"
769 }, 734 },
770 { 735 {
771 "cmd": [ 736 "cmd": [
772 "python", 737 "python",
773 "-u", 738 "-u",
774 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 739 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
775 "--", 740 "--",
776 "[DEPOT_TOOLS]/gsutil.py", 741 "[ROOT]/b/depot_tools/gsutil.py",
777 "----", 742 "----",
778 "ls", 743 "ls",
779 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip" 744 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip"
780 ], 745 ],
781 "cwd": "[SLAVE_BUILD]",
782 "name": "gsutil ls (4)" 746 "name": "gsutil ls (4)"
783 }, 747 },
784 { 748 {
785 "cmd": [ 749 "cmd": [
786 "python", 750 "python",
787 "-u", 751 "-u",
788 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 752 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
789 "Dummy .diff contents 001 - 003\ndiff --git DEPS.sha DEPS.sha\nnew file mo de 100644\n--- /dev/null\n+++ DEPS.sha\n@@ -0,0 +1 @@\n+51e7ed4b63ad81d8b499e42b 888149349afaaca1\n", 753 "Dummy .diff contents 001 - 003\ndiff --git DEPS.sha DEPS.sha\nnew file mo de 100644\n--- /dev/null\n+++ DEPS.sha\n@@ -0,0 +1 @@\n+51e7ed4b63ad81d8b499e42b 888149349afaaca1\n",
790 "[TMP_BASE]/003-build.diff" 754 "[TMP]/003-build.diff"
791 ], 755 ],
792 "cwd": "[SLAVE_BUILD]",
793 "name": "Saving diff patch for 003" 756 "name": "Saving diff patch for 003"
794 }, 757 },
795 { 758 {
796 "cmd": [ 759 "cmd": [
797 "git", 760 "git",
798 "-c", 761 "-c",
799 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 762 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
800 "try", 763 "try",
801 "--bot", 764 "--bot",
802 "linux_perf_bisect_builder", 765 "linux_perf_bisect_builder",
803 "--revision", 766 "--revision",
804 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 767 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
805 "--name", 768 "--name",
806 "003-build", 769 "003-build",
807 "--clobber", 770 "--clobber",
808 "--svn_repo", 771 "--svn_repo",
809 "svn://svn.chromium.org/chrome-try/try-perf", 772 "svn://svn.chromium.org/chrome-try/try-perf",
810 "--diff", 773 "--diff",
811 "[TMP_BASE]/003-build.diff" 774 "[TMP]/003-build.diff"
812 ], 775 ],
813 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 776 "cwd": "[TMP]/fake_checkout_tmp_1",
814 "name": "Requesting build for 003 via git try." 777 "name": "Requesting build for 003 via git try."
815 }, 778 },
816 { 779 {
817 "cmd": [ 780 "cmd": [
818 "python", 781 "python",
819 "-u", 782 "-u",
820 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", 783 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
821 "[TMP_BASE]/003-build.diff" 784 "[TMP]/003-build.diff"
822 ], 785 ],
823 "cwd": "[SLAVE_BUILD]",
824 "name": "cleaning up patch", 786 "name": "cleaning up patch",
825 "~followup_annotations": [ 787 "~followup_annotations": [
826 "@@@STEP_LOG_LINE@python.inline@@@@", 788 "@@@STEP_LOG_LINE@python.inline@@@@",
827 "@@@STEP_LOG_LINE@python.inline@import os@@@", 789 "@@@STEP_LOG_LINE@python.inline@import os@@@",
828 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 790 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
829 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 791 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
830 "@@@STEP_LOG_END@python.inline@@@" 792 "@@@STEP_LOG_END@python.inline@@@"
831 ] 793 ]
832 }, 794 },
833 { 795 {
834 "cmd": [ 796 "cmd": [
835 "python", 797 "python",
836 "-u", 798 "-u",
837 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", 799 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py",
838 "003", 800 "003",
839 "v8" 801 "v8"
840 ], 802 ],
841 "cwd": "[SLAVE_BUILD]",
842 "name": "Reading culprit cl information.", 803 "name": "Reading culprit cl information.",
843 "stdout": "/path/to/tmp/json", 804 "stdout": "/path/to/tmp/json",
844 "~followup_annotations": [ 805 "~followup_annotations": [
845 "@@@STEP_LOG_LINE@json.output@{@@@", 806 "@@@STEP_LOG_LINE@json.output@{@@@",
846 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", 807 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
847 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@", 808 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
848 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", 809 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
849 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", 810 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
850 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", 811 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
851 "@@@STEP_LOG_LINE@json.output@}@@@", 812 "@@@STEP_LOG_LINE@json.output@}@@@",
852 "@@@STEP_LOG_END@json.output@@@" 813 "@@@STEP_LOG_END@json.output@@@"
853 ] 814 ]
854 }, 815 },
855 { 816 {
856 "name": "$result", 817 "name": "$result",
857 "recipe_result": null, 818 "recipe_result": null,
858 "status_code": 0 819 "status_code": 0
859 } 820 }
860 ] 821 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698