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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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
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_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "name": "Resolving reference range.resolving hash 00316c9ddfb9d7b4e1ed2fff9f e6d964d2111111", 75 "name": "Resolving reference range.resolving hash 00316c9ddfb9d7b4e1ed2fff9f e6d964d2111111",
76 "stdout": "/path/to/tmp/", 76 "stdout": "/path/to/tmp/",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_NEST_LEVEL@1@@@" 78 "@@@STEP_NEST_LEVEL@1@@@"
79 ] 79 ]
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "RECIPE_MODULE[auto_bisect]/resources/fetch_file.py", 85 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_file.py",
86 "DEPS", 86 "DEPS",
87 "--commit", 87 "--commit",
88 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 88 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
89 ], 89 ],
90 "cwd": "[SLAVE_BUILD]", 90 "cwd": "[SLAVE_BUILD]",
91 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS", 91 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
92 "stdout": "/path/to/tmp/", 92 "stdout": "/path/to/tmp/",
93 "~followup_annotations": [ 93 "~followup_annotations": [
94 "@@@STEP_NEST_LEVEL@1@@@", 94 "@@@STEP_NEST_LEVEL@1@@@",
95 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 95 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
(...skipping 30 matching lines...) Expand all
126 "name": "Resolving reference range.resolving hash a6298e4afedbf2cd461755ea6f 45b0ad64222222", 126 "name": "Resolving reference range.resolving hash a6298e4afedbf2cd461755ea6f 45b0ad64222222",
127 "stdout": "/path/to/tmp/", 127 "stdout": "/path/to/tmp/",
128 "~followup_annotations": [ 128 "~followup_annotations": [
129 "@@@STEP_NEST_LEVEL@1@@@" 129 "@@@STEP_NEST_LEVEL@1@@@"
130 ] 130 ]
131 }, 131 },
132 { 132 {
133 "cmd": [ 133 "cmd": [
134 "python", 134 "python",
135 "-u", 135 "-u",
136 "RECIPE_MODULE[auto_bisect]/resources/fetch_file.py", 136 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_file.py",
137 "DEPS", 137 "DEPS",
138 "--commit", 138 "--commit",
139 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 139 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
140 ], 140 ],
141 "cwd": "[SLAVE_BUILD]", 141 "cwd": "[SLAVE_BUILD]",
142 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS", 142 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
143 "stdout": "/path/to/tmp/", 143 "stdout": "/path/to/tmp/",
144 "~followup_annotations": [ 144 "~followup_annotations": [
145 "@@@STEP_NEST_LEVEL@1@@@", 145 "@@@STEP_NEST_LEVEL@1@@@",
146 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 146 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
147 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 147 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
148 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@", 148 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@",
149 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 149 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
150 ] 150 ]
151 }, 151 },
152 { 152 {
153 "cmd": [], 153 "cmd": [],
154 "cwd": "[SLAVE_BUILD]", 154 "cwd": "[SLAVE_BUILD]",
155 "name": "Expanding revision range" 155 "name": "Expanding revision range"
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "RECIPE_MODULE[auto_bisect]/resources/fetch_intervening_revisions.py", 161 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_intervening_revisions.py ",
162 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 162 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
163 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 163 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
164 "chromium" 164 "chromium"
165 ], 165 ],
166 "cwd": "[SLAVE_BUILD]", 166 "cwd": "[SLAVE_BUILD]",
167 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 167 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
168 "stdout": "/path/to/tmp/json", 168 "stdout": "/path/to/tmp/json",
169 "~followup_annotations": [ 169 "~followup_annotations": [
170 "@@@STEP_NEST_LEVEL@1@@@", 170 "@@@STEP_NEST_LEVEL@1@@@",
171 "@@@STEP_LOG_LINE@json.output@[@@@", 171 "@@@STEP_LOG_LINE@json.output@[@@@",
172 "@@@STEP_LOG_LINE@json.output@ [@@@", 172 "@@@STEP_LOG_LINE@json.output@ [@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@", 173 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"314016\"@@@", 174 "@@@STEP_LOG_LINE@json.output@ \"314016\"@@@",
175 "@@@STEP_LOG_LINE@json.output@ ]@@@", 175 "@@@STEP_LOG_LINE@json.output@ ]@@@",
176 "@@@STEP_LOG_LINE@json.output@]@@@", 176 "@@@STEP_LOG_LINE@json.output@]@@@",
177 "@@@STEP_LOG_END@json.output@@@" 177 "@@@STEP_LOG_END@json.output@@@"
178 ] 178 ]
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 184 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
185 "--", 185 "--",
186 "[DEPOT_TOOLS]/gsutil.py", 186 "[DEPOT_TOOLS]/gsutil.py",
187 "----", 187 "----",
188 "ls", 188 "ls",
189 "gs://chrome-perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755e a6f45b0ad64222222.zip" 189 "gs://chrome-perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755e a6f45b0ad64222222.zip"
190 ], 190 ],
191 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
192 "name": "gsutil ls" 192 "name": "gsutil ls"
193 }, 193 },
194 { 194 {
(...skipping 14 matching lines...) Expand all
209 "--diff", 209 "--diff",
210 "/dev/null" 210 "/dev/null"
211 ], 211 ],
212 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 212 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
213 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try." 213 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try."
214 }, 214 },
215 { 215 {
216 "cmd": [ 216 "cmd": [
217 "python", 217 "python",
218 "-u", 218 "-u",
219 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 219 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
220 "--", 220 "--",
221 "[DEPOT_TOOLS]/gsutil.py", 221 "[DEPOT_TOOLS]/gsutil.py",
222 "----", 222 "----",
223 "ls", 223 "ls",
224 "gs://chrome-perf/Win x64 Builder/full-build-win32_00316c9ddfb9d7b4e1ed2ff f9fe6d964d2111111.zip" 224 "gs://chrome-perf/Win x64 Builder/full-build-win32_00316c9ddfb9d7b4e1ed2ff f9fe6d964d2111111.zip"
225 ], 225 ],
226 "cwd": "[SLAVE_BUILD]", 226 "cwd": "[SLAVE_BUILD]",
227 "name": "gsutil ls (2)" 227 "name": "gsutil ls (2)"
228 }, 228 },
229 { 229 {
(...skipping 14 matching lines...) Expand all
244 "--diff", 244 "--diff",
245 "/dev/null" 245 "/dev/null"
246 ], 246 ],
247 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 247 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
248 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 248 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
249 }, 249 },
250 { 250 {
251 "cmd": [ 251 "cmd": [
252 "python", 252 "python",
253 "-u", 253 "-u",
254 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 254 "RECIPE_MODULE[build.auto_bisect]/resources/wait_for_any.py",
255 "[DEPOT_TOOLS]/gsutil.py" 255 "[DEPOT_TOOLS]/gsutil.py"
256 ], 256 ],
257 "cwd": "[SLAVE_BUILD]", 257 "cwd": "[SLAVE_BUILD]",
258 "name": "Waiting for revision 314015 and 1 other revision(s).", 258 "name": "Waiting for revision 314015 and 1 other revision(s).",
259 "stdin": "{\"jobs\": [{\"builder\": \"winx64_bisect_builder\", \"job_name\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222-build\", \"master\": \"tryserver.chr omium.perf\", \"type\": \"buildbot\"}, {\"builder\": \"winx64_bisect_builder\", \"job_name\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build\", \"master\": \" tryserver.chromium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome -perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755ea6f45b0ad64222222. zip\", \"type\": \"gs\"}, {\"location\": \"gs://chrome-perf/Win x64 Builder/full -build-win32_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip\", \"type\": \"gs\"}]} ", 259 "stdin": "{\"jobs\": [{\"builder\": \"winx64_bisect_builder\", \"job_name\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222-build\", \"master\": \"tryserver.chr omium.perf\", \"type\": \"buildbot\"}, {\"builder\": \"winx64_bisect_builder\", \"job_name\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build\", \"master\": \" tryserver.chromium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome -perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755ea6f45b0ad64222222. zip\", \"type\": \"gs\"}, {\"location\": \"gs://chrome-perf/Win x64 Builder/full -build-win32_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip\", \"type\": \"gs\"}]} ",
260 "stdout": "/path/to/tmp/json", 260 "stdout": "/path/to/tmp/json",
261 "~followup_annotations": [ 261 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 262 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
263 "@@@STEP_LOG_END@json.output (invalid)@@@" 263 "@@@STEP_LOG_END@json.output (invalid)@@@"
264 ] 264 ]
265 }, 265 },
266 { 266 {
267 "cmd": [ 267 "cmd": [
268 "python", 268 "python",
269 "-u", 269 "-u",
270 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 270 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
271 "--", 271 "--",
272 "[DEPOT_TOOLS]/gsutil.py", 272 "[DEPOT_TOOLS]/gsutil.py",
273 "----", 273 "----",
274 "ls", 274 "ls",
275 "gs://chrome-perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755e a6f45b0ad64222222.zip" 275 "gs://chrome-perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755e a6f45b0ad64222222.zip"
276 ], 276 ],
277 "cwd": "[SLAVE_BUILD]", 277 "cwd": "[SLAVE_BUILD]",
278 "name": "gsutil ls (3)" 278 "name": "gsutil ls (3)"
279 }, 279 },
280 { 280 {
(...skipping 16 matching lines...) Expand all
297 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 297 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
298 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222" 298 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
299 } 299 }
300 } 300 }
301 ] 301 ]
302 }, 302 },
303 { 303 {
304 "cmd": [ 304 "cmd": [
305 "python", 305 "python",
306 "-u", 306 "-u",
307 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 307 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
308 "--", 308 "--",
309 "[DEPOT_TOOLS]/gsutil.py", 309 "[DEPOT_TOOLS]/gsutil.py",
310 "----", 310 "----",
311 "ls", 311 "ls",
312 "gs://chrome-perf/Win x64 Builder/full-build-win32_00316c9ddfb9d7b4e1ed2ff f9fe6d964d2111111.zip" 312 "gs://chrome-perf/Win x64 Builder/full-build-win32_00316c9ddfb9d7b4e1ed2ff f9fe6d964d2111111.zip"
313 ], 313 ],
314 "cwd": "[SLAVE_BUILD]", 314 "cwd": "[SLAVE_BUILD]",
315 "name": "gsutil ls (4)" 315 "name": "gsutil ls (4)"
316 }, 316 },
317 { 317 {
(...skipping 16 matching lines...) Expand all
334 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 334 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
335 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 335 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
336 } 336 }
337 } 337 }
338 ] 338 ]
339 }, 339 },
340 { 340 {
341 "cmd": [ 341 "cmd": [
342 "python", 342 "python",
343 "-u", 343 "-u",
344 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 344 "RECIPE_MODULE[build.auto_bisect]/resources/wait_for_any.py",
345 "[DEPOT_TOOLS]/gsutil.py" 345 "[DEPOT_TOOLS]/gsutil.py"
346 ], 346 ],
347 "cwd": "[SLAVE_BUILD]", 347 "cwd": "[SLAVE_BUILD]",
348 "name": "Waiting for revision 314015 and 1 other revision(s). (2)", 348 "name": "Waiting for revision 314015 and 1 other revision(s). (2)",
349 "stdin": "{\"jobs\": [{\"builder\": \"chromium_rel_win7_x64\", \"job_name\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222-test\", \"master\": \"tryserver.chro mium.perf\", \"type\": \"buildbot\"}, {\"builder\": \"chromium_rel_win7_x64\", \ "job_name\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test\", \"master\": \"tr yserver.chromium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-p erf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results\", \"ty pe\": \"gs\"}, {\"location\": \"gs://chrome-perf/bisect-results/00316c9ddfb9d7b4 e1ed2fff9fe6d964d2111111-test.results\", \"type\": \"gs\"}]}", 349 "stdin": "{\"jobs\": [{\"builder\": \"chromium_rel_win7_x64\", \"job_name\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222-test\", \"master\": \"tryserver.chro mium.perf\", \"type\": \"buildbot\"}, {\"builder\": \"chromium_rel_win7_x64\", \ "job_name\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test\", \"master\": \"tr yserver.chromium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-p erf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results\", \"ty pe\": \"gs\"}, {\"location\": \"gs://chrome-perf/bisect-results/00316c9ddfb9d7b4 e1ed2fff9fe6d964d2111111-test.results\", \"type\": \"gs\"}]}",
350 "stdout": "/path/to/tmp/json", 350 "stdout": "/path/to/tmp/json",
351 "~followup_annotations": [ 351 "~followup_annotations": [
352 "@@@STEP_LOG_LINE@json.output@{@@@", 352 "@@@STEP_LOG_LINE@json.output@{@@@",
353 "@@@STEP_LOG_LINE@json.output@ \"completed\": [@@@", 353 "@@@STEP_LOG_LINE@json.output@ \"completed\": [@@@",
354 "@@@STEP_LOG_LINE@json.output@ {@@@", 354 "@@@STEP_LOG_LINE@json.output@ {@@@",
355 "@@@STEP_LOG_LINE@json.output@ \"location\": \"gs://chrome-perf/bisec t-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results\", @@@", 355 "@@@STEP_LOG_LINE@json.output@ \"location\": \"gs://chrome-perf/bisec t-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results\", @@@",
356 "@@@STEP_LOG_LINE@json.output@ \"type\": \"gs\"@@@", 356 "@@@STEP_LOG_LINE@json.output@ \"type\": \"gs\"@@@",
357 "@@@STEP_LOG_LINE@json.output@ }@@@", 357 "@@@STEP_LOG_LINE@json.output@ }@@@",
358 "@@@STEP_LOG_LINE@json.output@ ]@@@", 358 "@@@STEP_LOG_LINE@json.output@ ]@@@",
359 "@@@STEP_LOG_LINE@json.output@}@@@", 359 "@@@STEP_LOG_LINE@json.output@}@@@",
360 "@@@STEP_LOG_END@json.output@@@" 360 "@@@STEP_LOG_END@json.output@@@"
361 ] 361 ]
362 }, 362 },
363 { 363 {
364 "cmd": [ 364 "cmd": [
365 "python", 365 "python",
366 "-u", 366 "-u",
367 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 367 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
368 "--", 368 "--",
369 "[DEPOT_TOOLS]/gsutil.py", 369 "[DEPOT_TOOLS]/gsutil.py",
370 "----", 370 "----",
371 "ls", 371 "ls",
372 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 372 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
373 ], 373 ],
374 "cwd": "[SLAVE_BUILD]", 374 "cwd": "[SLAVE_BUILD]",
375 "name": "gsutil ls (5)" 375 "name": "gsutil ls (5)"
376 }, 376 },
377 { 377 {
378 "cmd": [ 378 "cmd": [
379 "python", 379 "python",
380 "-u", 380 "-u",
381 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 381 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
382 "--", 382 "--",
383 "[DEPOT_TOOLS]/gsutil.py", 383 "[DEPOT_TOOLS]/gsutil.py",
384 "----", 384 "----",
385 "cat", 385 "cat",
386 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 386 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
387 ], 387 ],
388 "cwd": "[SLAVE_BUILD]", 388 "cwd": "[SLAVE_BUILD]",
389 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222", 389 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
390 "stdout": "/path/to/tmp/" 390 "stdout": "/path/to/tmp/"
391 }, 391 },
392 { 392 {
393 "cmd": [ 393 "cmd": [
394 "python", 394 "python",
395 "-u", 395 "-u",
396 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 396 "RECIPE_MODULE[build.auto_bisect]/resources/wait_for_any.py",
397 "[DEPOT_TOOLS]/gsutil.py" 397 "[DEPOT_TOOLS]/gsutil.py"
398 ], 398 ],
399 "cwd": "[SLAVE_BUILD]", 399 "cwd": "[SLAVE_BUILD]",
400 "name": "Waiting for revision 314017", 400 "name": "Waiting for revision 314017",
401 "stdin": "{\"jobs\": [{\"builder\": \"chromium_rel_win7_x64\", \"job_name\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test\", \"master\": \"tryserver.chro mium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/bisect-r esults/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test.results\", \"type\": \"gs\" }]}", 401 "stdin": "{\"jobs\": [{\"builder\": \"chromium_rel_win7_x64\", \"job_name\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test\", \"master\": \"tryserver.chro mium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/bisect-r esults/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test.results\", \"type\": \"gs\" }]}",
402 "stdout": "/path/to/tmp/json", 402 "stdout": "/path/to/tmp/json",
403 "~followup_annotations": [ 403 "~followup_annotations": [
404 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 404 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
405 "@@@STEP_LOG_END@json.output (invalid)@@@" 405 "@@@STEP_LOG_END@json.output (invalid)@@@"
406 ] 406 ]
407 }, 407 },
408 { 408 {
409 "cmd": [ 409 "cmd": [
410 "python", 410 "python",
411 "-u", 411 "-u",
412 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 412 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
413 "--", 413 "--",
414 "[DEPOT_TOOLS]/gsutil.py", 414 "[DEPOT_TOOLS]/gsutil.py",
415 "----", 415 "----",
416 "ls", 416 "ls",
417 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 417 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
418 ], 418 ],
419 "cwd": "[SLAVE_BUILD]", 419 "cwd": "[SLAVE_BUILD]",
420 "name": "gsutil ls (6)" 420 "name": "gsutil ls (6)"
421 }, 421 },
422 { 422 {
423 "cmd": [ 423 "cmd": [
424 "python", 424 "python",
425 "-u", 425 "-u",
426 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 426 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
427 "--", 427 "--",
428 "[DEPOT_TOOLS]/gsutil.py", 428 "[DEPOT_TOOLS]/gsutil.py",
429 "----", 429 "----",
430 "cat", 430 "cat",
431 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 431 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
432 ], 432 ],
433 "cwd": "[SLAVE_BUILD]", 433 "cwd": "[SLAVE_BUILD]",
434 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111", 434 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
435 "stdout": "/path/to/tmp/" 435 "stdout": "/path/to/tmp/"
436 }, 436 },
437 { 437 {
438 "cmd": [ 438 "cmd": [
439 "python", 439 "python",
440 "-u", 440 "-u",
441 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 441 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
442 "--", 442 "--",
443 "[DEPOT_TOOLS]/gsutil.py", 443 "[DEPOT_TOOLS]/gsutil.py",
444 "----", 444 "----",
445 "ls", 445 "ls",
446 "gs://chrome-perf/Win x64 Builder/full-build-win32_dcdcdc0ff11222123231348 79ddceeb1240b0988.zip" 446 "gs://chrome-perf/Win x64 Builder/full-build-win32_dcdcdc0ff11222123231348 79ddceeb1240b0988.zip"
447 ], 447 ],
448 "cwd": "[SLAVE_BUILD]", 448 "cwd": "[SLAVE_BUILD]",
449 "name": "gsutil ls (7)" 449 "name": "gsutil ls (7)"
450 }, 450 },
451 { 451 {
(...skipping 14 matching lines...) Expand all
466 "--diff", 466 "--diff",
467 "/dev/null" 467 "/dev/null"
468 ], 468 ],
469 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 469 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
470 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try." 470 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try."
471 }, 471 },
472 { 472 {
473 "cmd": [ 473 "cmd": [
474 "python", 474 "python",
475 "-u", 475 "-u",
476 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 476 "RECIPE_MODULE[build.auto_bisect]/resources/wait_for_any.py",
477 "[DEPOT_TOOLS]/gsutil.py" 477 "[DEPOT_TOOLS]/gsutil.py"
478 ], 478 ],
479 "cwd": "[SLAVE_BUILD]", 479 "cwd": "[SLAVE_BUILD]",
480 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988", 480 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988",
481 "stdin": "{\"jobs\": [{\"builder\": \"winx64_bisect_builder\", \"job_name\": \"dcdcdc0ff1122212323134879ddceeb1240b0988-build\", \"master\": \"tryserver.chr omium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/Win x64 Builder/full-build-win32_dcdcdc0ff1122212323134879ddceeb1240b0988.zip\", \"type \": \"gs\"}]}", 481 "stdin": "{\"jobs\": [{\"builder\": \"winx64_bisect_builder\", \"job_name\": \"dcdcdc0ff1122212323134879ddceeb1240b0988-build\", \"master\": \"tryserver.chr omium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/Win x64 Builder/full-build-win32_dcdcdc0ff1122212323134879ddceeb1240b0988.zip\", \"type \": \"gs\"}]}",
482 "stdout": "/path/to/tmp/json", 482 "stdout": "/path/to/tmp/json",
483 "~followup_annotations": [ 483 "~followup_annotations": [
484 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 484 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
485 "@@@STEP_LOG_END@json.output (invalid)@@@" 485 "@@@STEP_LOG_END@json.output (invalid)@@@"
486 ] 486 ]
487 }, 487 },
488 { 488 {
489 "cmd": [ 489 "cmd": [
490 "python", 490 "python",
491 "-u", 491 "-u",
492 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 492 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
493 "--", 493 "--",
494 "[DEPOT_TOOLS]/gsutil.py", 494 "[DEPOT_TOOLS]/gsutil.py",
495 "----", 495 "----",
496 "ls", 496 "ls",
497 "gs://chrome-perf/Win x64 Builder/full-build-win32_dcdcdc0ff11222123231348 79ddceeb1240b0988.zip" 497 "gs://chrome-perf/Win x64 Builder/full-build-win32_dcdcdc0ff11222123231348 79ddceeb1240b0988.zip"
498 ], 498 ],
499 "cwd": "[SLAVE_BUILD]", 499 "cwd": "[SLAVE_BUILD]",
500 "name": "gsutil ls (8)" 500 "name": "gsutil ls (8)"
501 }, 501 },
502 { 502 {
(...skipping 16 matching lines...) Expand all
519 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988", 519 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988",
520 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988" 520 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988"
521 } 521 }
522 } 522 }
523 ] 523 ]
524 }, 524 },
525 { 525 {
526 "cmd": [ 526 "cmd": [
527 "python", 527 "python",
528 "-u", 528 "-u",
529 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 529 "RECIPE_MODULE[build.auto_bisect]/resources/wait_for_any.py",
530 "[DEPOT_TOOLS]/gsutil.py" 530 "[DEPOT_TOOLS]/gsutil.py"
531 ], 531 ],
532 "cwd": "[SLAVE_BUILD]", 532 "cwd": "[SLAVE_BUILD]",
533 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988 (2)", 533 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988 (2)",
534 "stdin": "{\"jobs\": [{\"builder\": \"chromium_rel_win7_x64\", \"job_name\": \"dcdcdc0ff1122212323134879ddceeb1240b0988-test\", \"master\": \"tryserver.chro mium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/bisect-r esults/dcdcdc0ff1122212323134879ddceeb1240b0988-test.results\", \"type\": \"gs\" }]}", 534 "stdin": "{\"jobs\": [{\"builder\": \"chromium_rel_win7_x64\", \"job_name\": \"dcdcdc0ff1122212323134879ddceeb1240b0988-test\", \"master\": \"tryserver.chro mium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/bisect-r esults/dcdcdc0ff1122212323134879ddceeb1240b0988-test.results\", \"type\": \"gs\" }]}",
535 "stdout": "/path/to/tmp/json", 535 "stdout": "/path/to/tmp/json",
536 "~followup_annotations": [ 536 "~followup_annotations": [
537 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 537 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
538 "@@@STEP_LOG_END@json.output (invalid)@@@" 538 "@@@STEP_LOG_END@json.output (invalid)@@@"
539 ] 539 ]
540 }, 540 },
541 { 541 {
542 "cmd": [ 542 "cmd": [
543 "python", 543 "python",
544 "-u", 544 "-u",
545 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 545 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
546 "--", 546 "--",
547 "[DEPOT_TOOLS]/gsutil.py", 547 "[DEPOT_TOOLS]/gsutil.py",
548 "----", 548 "----",
549 "ls", 549 "ls",
550 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 550 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
551 ], 551 ],
552 "cwd": "[SLAVE_BUILD]", 552 "cwd": "[SLAVE_BUILD]",
553 "name": "gsutil ls (9)" 553 "name": "gsutil ls (9)"
554 }, 554 },
555 { 555 {
556 "cmd": [ 556 "cmd": [
557 "python", 557 "python",
558 "-u", 558 "-u",
559 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 559 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
560 "--", 560 "--",
561 "[DEPOT_TOOLS]/gsutil.py", 561 "[DEPOT_TOOLS]/gsutil.py",
562 "----", 562 "----",
563 "cat", 563 "cat",
564 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 564 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
565 ], 565 ],
566 "cwd": "[SLAVE_BUILD]", 566 "cwd": "[SLAVE_BUILD]",
567 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988", 567 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988",
568 "stdout": "/path/to/tmp/" 568 "stdout": "/path/to/tmp/"
569 }, 569 },
570 { 570 {
571 "cmd": [ 571 "cmd": [
572 "git", 572 "git",
573 "show", 573 "show",
574 "--name-only", 574 "--name-only",
575 "--pretty=format:", 575 "--pretty=format:",
576 "dcdcdc0ff1122212323134879ddceeb1240b0988" 576 "dcdcdc0ff1122212323134879ddceeb1240b0988"
577 ], 577 ],
578 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 578 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
579 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988", 579 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
580 "stdout": "/path/to/tmp/" 580 "stdout": "/path/to/tmp/"
581 }, 581 },
582 { 582 {
583 "cmd": [ 583 "cmd": [
584 "python", 584 "python",
585 "-u", 585 "-u",
586 "RECIPE_MODULE[auto_bisect]/resources/fetch_file.py", 586 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_file.py",
587 "DEPS", 587 "DEPS",
588 "--commit", 588 "--commit",
589 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 589 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
590 ], 590 ],
591 "cwd": "[SLAVE_BUILD]", 591 "cwd": "[SLAVE_BUILD]",
592 "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 592 "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
593 "stdout": "/path/to/tmp/" 593 "stdout": "/path/to/tmp/"
594 }, 594 },
595 { 595 {
596 "cmd": [ 596 "cmd": [
597 "python", 597 "python",
598 "-u", 598 "-u",
599 "RECIPE_MODULE[auto_bisect]/resources/fetch_file.py", 599 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_file.py",
600 "DEPS", 600 "DEPS",
601 "--commit", 601 "--commit",
602 "dcdcdc0ff1122212323134879ddceeb1240b0988" 602 "dcdcdc0ff1122212323134879ddceeb1240b0988"
603 ], 603 ],
604 "cwd": "[SLAVE_BUILD]", 604 "cwd": "[SLAVE_BUILD]",
605 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS", 605 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS",
606 "stdout": "/path/to/tmp/" 606 "stdout": "/path/to/tmp/"
607 }, 607 },
608 { 608 {
609 "cmd": [ 609 "cmd": [
610 "python", 610 "python",
611 "-u", 611 "-u",
612 "RECIPE_MODULE[auto_bisect]/resources/fetch_intervening_revisions.py", 612 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_intervening_revisions.py ",
613 "001", 613 "001",
614 "004", 614 "004",
615 "v8" 615 "v8"
616 ], 616 ],
617 "cwd": "[SLAVE_BUILD]", 617 "cwd": "[SLAVE_BUILD]",
618 "name": "Expanding revision range for revision 004 on depot v8", 618 "name": "Expanding revision range for revision 004 on depot v8",
619 "stdout": "/path/to/tmp/json", 619 "stdout": "/path/to/tmp/json",
620 "~followup_annotations": [ 620 "~followup_annotations": [
621 "@@@STEP_LOG_LINE@json.output@[@@@", 621 "@@@STEP_LOG_LINE@json.output@[@@@",
622 "@@@STEP_LOG_LINE@json.output@ [@@@", 622 "@@@STEP_LOG_LINE@json.output@ [@@@",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 }, 687 },
688 { 688 {
689 "cmd": [], 689 "cmd": [],
690 "cwd": "[SLAVE_BUILD]", 690 "cwd": "[SLAVE_BUILD]",
691 "name": "Wiggling revision 314015,v8@003" 691 "name": "Wiggling revision 314015,v8@003"
692 }, 692 },
693 { 693 {
694 "cmd": [ 694 "cmd": [
695 "python", 695 "python",
696 "-u", 696 "-u",
697 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 697 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
698 "--", 698 "--",
699 "[DEPOT_TOOLS]/gsutil.py", 699 "[DEPOT_TOOLS]/gsutil.py",
700 "----", 700 "----",
701 "ls", 701 "ls",
702 "gs://chrome-perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755e a6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip" 702 "gs://chrome-perf/Win x64 Builder/full-build-win32_a6298e4afedbf2cd461755e a6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip"
703 ], 703 ],
704 "cwd": "[SLAVE_BUILD]", 704 "cwd": "[SLAVE_BUILD]",
705 "name": "gsutil ls (10)" 705 "name": "gsutil ls (10)"
706 }, 706 },
707 { 707 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 "@@@STEP_LOG_LINE@python.inline@import os@@@", 750 "@@@STEP_LOG_LINE@python.inline@import os@@@",
751 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 751 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
752 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 752 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
753 "@@@STEP_LOG_END@python.inline@@@" 753 "@@@STEP_LOG_END@python.inline@@@"
754 ] 754 ]
755 }, 755 },
756 { 756 {
757 "cmd": [ 757 "cmd": [
758 "python", 758 "python",
759 "-u", 759 "-u",
760 "RECIPE_MODULE[auto_bisect]/resources/fetch_revision_info.py", 760 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_revision_info.py",
761 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 761 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
762 "chromium" 762 "chromium"
763 ], 763 ],
764 "cwd": "[SLAVE_BUILD]", 764 "cwd": "[SLAVE_BUILD]",
765 "name": "Reading culprit cl information.", 765 "name": "Reading culprit cl information.",
766 "stdout": "/path/to/tmp/json", 766 "stdout": "/path/to/tmp/json",
767 "~followup_annotations": [ 767 "~followup_annotations": [
768 "@@@STEP_LOG_LINE@json.output@{@@@", 768 "@@@STEP_LOG_LINE@json.output@{@@@",
769 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", 769 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
770 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@", 770 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
771 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", 771 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
772 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", 772 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
773 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", 773 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
774 "@@@STEP_LOG_LINE@json.output@}@@@", 774 "@@@STEP_LOG_LINE@json.output@}@@@",
775 "@@@STEP_LOG_END@json.output@@@" 775 "@@@STEP_LOG_END@json.output@@@"
776 ] 776 ]
777 }, 777 },
778 { 778 {
779 "name": "$result", 779 "name": "$result",
780 "recipe_result": null, 780 "recipe_result": null,
781 "status_code": 0 781 "status_code": 0
782 } 782 }
783 ] 783 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698