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

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

Issue 2013133002: Avoid nesting steps called under waiting for x: (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Hiding changes behind optional parameter Created 4 years, 6 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "--svn_repo", 216 "--svn_repo",
217 "svn://svn.chromium.org/chrome-try/try-perf", 217 "svn://svn.chromium.org/chrome-try/try-perf",
218 "--diff", 218 "--diff",
219 "/dev/null" 219 "/dev/null"
220 ], 220 ],
221 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 221 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
222 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 222 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
223 }, 223 },
224 { 224 {
225 "cmd": [ 225 "cmd": [
226 "git",
227 "footers",
228 "--position",
229 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
230 ],
231 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
232 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
233 "stdout": "/path/to/tmp/"
234 },
235 {
236 "cmd": [],
237 "name": "Waiting for chromium@a6298e4afe"
238 },
239 {
240 "cmd": [
241 "python", 226 "python",
242 "-u", 227 "-u",
243 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 228 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
244 "--", 229 "--",
245 "[DEPOT_TOOLS]/gsutil.py", 230 "[DEPOT_TOOLS]/gsutil.py",
246 "----", 231 "----",
247 "ls", 232 "ls",
248 "gs://chrome-perf/android_perf_rel/full-build-linux_a6298e4afedbf2cd461755 ea6f45b0ad64222222.zip" 233 "gs://chrome-perf/android_perf_rel/full-build-linux_a6298e4afedbf2cd461755 ea6f45b0ad64222222.zip"
249 ], 234 ],
250 "name": "Waiting for chromium@a6298e4afe.gsutil ls", 235 "name": "gsutil ls (3)"
251 "~followup_annotations": [
252 "@@@STEP_NEST_LEVEL@1@@@"
253 ]
254 }, 236 },
255 { 237 {
256 "cmd": [], 238 "cmd": [],
257 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222", 239 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
258 "trigger_specs": [ 240 "trigger_specs": [
259 { 241 {
260 "builder_name": "android-nexus7", 242 "builder_name": "android-nexus7",
261 "properties": { 243 "properties": {
262 "bisect_config": { 244 "bisect_config": {
263 "command": "src/tools/perf/run_benchmark -v --browser=android-chromi um smoothness.tough_scrolling_cases", 245 "command": "src/tools/perf/run_benchmark -v --browser=android-chromi um smoothness.tough_scrolling_cases",
264 "metric": "mean_input_event_latency/mean_input_event_latency", 246 "metric": "mean_input_event_latency/mean_input_event_latency",
265 "repeat_count": 5, 247 "repeat_count": 5,
266 "test_type": "perf" 248 "test_type": "perf"
267 }, 249 },
268 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test", 250 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
269 "parent_build_archive_url": "gs://chrome-perf/android_perf_rel/full-bu ild-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip", 251 "parent_build_archive_url": "gs://chrome-perf/android_perf_rel/full-bu ild-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
270 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 252 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
271 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 253 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
272 "revision_ladder": { 254 "revision_ladder": {
273 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222" 255 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
274 } 256 }
275 } 257 }
276 } 258 }
277 ],
278 "~followup_annotations": [
279 "@@@STEP_NEST_LEVEL@1@@@"
280 ] 259 ]
281 }, 260 },
282 { 261 {
283 "cmd": [ 262 "cmd": [
284 "python", 263 "python",
285 "-u", 264 "-u",
286 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 265 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
287 ], 266 ],
288 "name": "Waiting for chromium@a6298e4afe.sleeping", 267 "name": "sleeping",
289 "~followup_annotations": [ 268 "~followup_annotations": [
290 "@@@STEP_NEST_LEVEL@1@@@",
291 "@@@STEP_LOG_LINE@python.inline@@@@", 269 "@@@STEP_LOG_LINE@python.inline@@@@",
292 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 270 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
293 "@@@STEP_LOG_LINE@python.inline@import time@@@", 271 "@@@STEP_LOG_LINE@python.inline@import time@@@",
294 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 272 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
295 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 273 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
296 "@@@STEP_LOG_END@python.inline@@@" 274 "@@@STEP_LOG_END@python.inline@@@"
297 ] 275 ]
298 }, 276 },
299 { 277 {
300 "cmd": [ 278 "cmd": [
301 "python", 279 "python",
302 "-u", 280 "-u",
303 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 281 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
304 "--", 282 "--",
305 "[DEPOT_TOOLS]/gsutil.py", 283 "[DEPOT_TOOLS]/gsutil.py",
306 "----", 284 "----",
307 "ls", 285 "ls",
308 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 286 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
309 ], 287 ],
310 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)", 288 "name": "gsutil ls (4)"
311 "~followup_annotations": [
312 "@@@STEP_NEST_LEVEL@1@@@"
313 ]
314 }, 289 },
315 { 290 {
316 "cmd": [ 291 "cmd": [
317 "python", 292 "python",
318 "-u", 293 "-u",
319 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
320 "--", 295 "--",
321 "[DEPOT_TOOLS]/gsutil.py", 296 "[DEPOT_TOOLS]/gsutil.py",
322 "----", 297 "----",
323 "cat", 298 "cat",
324 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 299 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
325 ], 300 ],
326 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222", 301 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
327 "stdout": "/path/to/tmp/",
328 "~followup_annotations": [
329 "@@@STEP_NEST_LEVEL@1@@@"
330 ]
331 },
332 {
333 "cmd": [
334 "git",
335 "footers",
336 "--position",
337 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
338 ],
339 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
340 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
341 "stdout": "/path/to/tmp/" 302 "stdout": "/path/to/tmp/"
342 }, 303 },
343 { 304 {
344 "cmd": [],
345 "name": "Waiting for chromium@00316c9ddf"
346 },
347 {
348 "cmd": [ 305 "cmd": [
349 "python", 306 "python",
350 "-u", 307 "-u",
351 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 308 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
352 "--", 309 "--",
353 "[DEPOT_TOOLS]/gsutil.py", 310 "[DEPOT_TOOLS]/gsutil.py",
354 "----", 311 "----",
355 "ls", 312 "ls",
356 "gs://chrome-perf/android_perf_rel/full-build-linux_00316c9ddfb9d7b4e1ed2f ff9fe6d964d2111111.zip" 313 "gs://chrome-perf/android_perf_rel/full-build-linux_00316c9ddfb9d7b4e1ed2f ff9fe6d964d2111111.zip"
357 ], 314 ],
358 "name": "Waiting for chromium@00316c9ddf.gsutil ls", 315 "name": "gsutil ls (5)"
359 "~followup_annotations": [
360 "@@@STEP_NEST_LEVEL@1@@@"
361 ]
362 }, 316 },
363 { 317 {
364 "cmd": [], 318 "cmd": [],
365 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111", 319 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
366 "trigger_specs": [ 320 "trigger_specs": [
367 { 321 {
368 "builder_name": "android-nexus7", 322 "builder_name": "android-nexus7",
369 "properties": { 323 "properties": {
370 "bisect_config": { 324 "bisect_config": {
371 "command": "src/tools/perf/run_benchmark -v --browser=android-chromi um smoothness.tough_scrolling_cases", 325 "command": "src/tools/perf/run_benchmark -v --browser=android-chromi um smoothness.tough_scrolling_cases",
372 "metric": "mean_input_event_latency/mean_input_event_latency", 326 "metric": "mean_input_event_latency/mean_input_event_latency",
373 "repeat_count": 5, 327 "repeat_count": 5,
374 "test_type": "perf" 328 "test_type": "perf"
375 }, 329 },
376 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test", 330 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
377 "parent_build_archive_url": "gs://chrome-perf/android_perf_rel/full-bu ild-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip", 331 "parent_build_archive_url": "gs://chrome-perf/android_perf_rel/full-bu ild-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
378 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 332 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
379 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 333 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
380 "revision_ladder": { 334 "revision_ladder": {
381 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 335 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
382 } 336 }
383 } 337 }
384 } 338 }
385 ],
386 "~followup_annotations": [
387 "@@@STEP_NEST_LEVEL@1@@@"
388 ] 339 ]
389 }, 340 },
390 { 341 {
391 "cmd": [ 342 "cmd": [
392 "python", 343 "python",
393 "-u", 344 "-u",
394 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 345 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
395 ], 346 ],
396 "name": "Waiting for chromium@00316c9ddf.sleeping", 347 "name": "sleeping (2)",
397 "~followup_annotations": [ 348 "~followup_annotations": [
398 "@@@STEP_NEST_LEVEL@1@@@",
399 "@@@STEP_LOG_LINE@python.inline@@@@", 349 "@@@STEP_LOG_LINE@python.inline@@@@",
400 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 350 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
401 "@@@STEP_LOG_LINE@python.inline@import time@@@", 351 "@@@STEP_LOG_LINE@python.inline@import time@@@",
402 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 352 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
403 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 353 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
404 "@@@STEP_LOG_END@python.inline@@@" 354 "@@@STEP_LOG_END@python.inline@@@"
405 ] 355 ]
406 }, 356 },
407 { 357 {
408 "cmd": [ 358 "cmd": [
409 "python", 359 "python",
410 "-u", 360 "-u",
411 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 361 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
412 "--", 362 "--",
413 "[DEPOT_TOOLS]/gsutil.py", 363 "[DEPOT_TOOLS]/gsutil.py",
414 "----", 364 "----",
415 "ls", 365 "ls",
416 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 366 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
417 ], 367 ],
418 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)", 368 "name": "gsutil ls (6)"
419 "~followup_annotations": [
420 "@@@STEP_NEST_LEVEL@1@@@"
421 ]
422 }, 369 },
423 { 370 {
424 "cmd": [ 371 "cmd": [
425 "python", 372 "python",
426 "-u", 373 "-u",
427 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 374 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
428 "--", 375 "--",
429 "[DEPOT_TOOLS]/gsutil.py", 376 "[DEPOT_TOOLS]/gsutil.py",
430 "----", 377 "----",
431 "cat", 378 "cat",
432 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 379 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
433 ], 380 ],
434 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 381 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
435 "stdout": "/path/to/tmp/", 382 "stdout": "/path/to/tmp/"
436 "~followup_annotations": [
437 "@@@STEP_NEST_LEVEL@1@@@"
438 ]
439 }, 383 },
440 { 384 {
441 "cmd": [ 385 "cmd": [
442 "python", 386 "python",
443 "-u", 387 "-u",
444 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 388 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
445 "--", 389 "--",
446 "[DEPOT_TOOLS]/gsutil.py", 390 "[DEPOT_TOOLS]/gsutil.py",
447 "----", 391 "----",
448 "ls", 392 "ls",
449 "gs://chrome-perf/android_perf_rel/full-build-linux_dcdcdc0ff1122212323134 879ddceeb1240b0988.zip" 393 "gs://chrome-perf/android_perf_rel/full-build-linux_dcdcdc0ff1122212323134 879ddceeb1240b0988.zip"
450 ], 394 ],
451 "name": "gsutil ls (3)" 395 "name": "gsutil ls (7)"
452 }, 396 },
453 { 397 {
454 "cmd": [ 398 "cmd": [
455 "git", 399 "git",
456 "-c", 400 "-c",
457 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 401 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
458 "try", 402 "try",
459 "--bot", 403 "--bot",
460 "android_perf_bisect_builder", 404 "android_perf_bisect_builder",
461 "--revision", 405 "--revision",
462 "dcdcdc0ff1122212323134879ddceeb1240b0988", 406 "dcdcdc0ff1122212323134879ddceeb1240b0988",
463 "--name", 407 "--name",
464 "dcdcdc0ff1122212323134879ddceeb1240b0988-build", 408 "dcdcdc0ff1122212323134879ddceeb1240b0988-build",
465 "--clobber", 409 "--clobber",
466 "--svn_repo", 410 "--svn_repo",
467 "svn://svn.chromium.org/chrome-try/try-perf", 411 "svn://svn.chromium.org/chrome-try/try-perf",
468 "--diff", 412 "--diff",
469 "/dev/null" 413 "/dev/null"
470 ], 414 ],
471 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 415 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
472 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try." 416 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try."
473 }, 417 },
474 { 418 {
475 "cmd": [ 419 "cmd": [
476 "git",
477 "footers",
478 "--position",
479 "dcdcdc0ff1122212323134879ddceeb1240b0988"
480 ],
481 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
482 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
483 "stdout": "/path/to/tmp/"
484 },
485 {
486 "cmd": [],
487 "name": "Waiting for chromium@dcdcdc0ff1"
488 },
489 {
490 "cmd": [
491 "python", 420 "python",
492 "-u", 421 "-u",
493 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 422 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
494 "--", 423 "--",
495 "[DEPOT_TOOLS]/gsutil.py", 424 "[DEPOT_TOOLS]/gsutil.py",
496 "----", 425 "----",
497 "ls", 426 "ls",
498 "gs://chrome-perf/android_perf_rel/full-build-linux_dcdcdc0ff1122212323134 879ddceeb1240b0988.zip" 427 "gs://chrome-perf/android_perf_rel/full-build-linux_dcdcdc0ff1122212323134 879ddceeb1240b0988.zip"
499 ], 428 ],
500 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls", 429 "name": "gsutil ls (8)"
501 "~followup_annotations": [
502 "@@@STEP_NEST_LEVEL@1@@@"
503 ]
504 }, 430 },
505 { 431 {
506 "cmd": [], 432 "cmd": [],
507 "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff11 22212323134879ddceeb1240b0988", 433 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988",
508 "trigger_specs": [ 434 "trigger_specs": [
509 { 435 {
510 "builder_name": "android-nexus7", 436 "builder_name": "android-nexus7",
511 "properties": { 437 "properties": {
512 "bisect_config": { 438 "bisect_config": {
513 "command": "src/tools/perf/run_benchmark -v --browser=android-chromi um smoothness.tough_scrolling_cases", 439 "command": "src/tools/perf/run_benchmark -v --browser=android-chromi um smoothness.tough_scrolling_cases",
514 "metric": "mean_input_event_latency/mean_input_event_latency", 440 "metric": "mean_input_event_latency/mean_input_event_latency",
515 "repeat_count": 5, 441 "repeat_count": 5,
516 "test_type": "perf" 442 "test_type": "perf"
517 }, 443 },
518 "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test", 444 "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test",
519 "parent_build_archive_url": "gs://chrome-perf/android_perf_rel/full-bu ild-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip", 445 "parent_build_archive_url": "gs://chrome-perf/android_perf_rel/full-bu ild-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip",
520 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988", 446 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988",
521 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988", 447 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988",
522 "revision_ladder": { 448 "revision_ladder": {
523 "chromium": "dcdcdc0ff1122212323134879ddceeb1240b0988" 449 "chromium": "dcdcdc0ff1122212323134879ddceeb1240b0988"
524 } 450 }
525 } 451 }
526 } 452 }
527 ],
528 "~followup_annotations": [
529 "@@@STEP_NEST_LEVEL@1@@@"
530 ] 453 ]
531 }, 454 },
532 { 455 {
533 "cmd": [ 456 "cmd": [
534 "python", 457 "python",
535 "-u", 458 "-u",
536 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 459 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
537 ], 460 ],
538 "name": "Waiting for chromium@dcdcdc0ff1.sleeping", 461 "name": "sleeping (3)",
539 "~followup_annotations": [ 462 "~followup_annotations": [
540 "@@@STEP_NEST_LEVEL@1@@@",
541 "@@@STEP_LOG_LINE@python.inline@@@@", 463 "@@@STEP_LOG_LINE@python.inline@@@@",
542 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 464 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
543 "@@@STEP_LOG_LINE@python.inline@import time@@@", 465 "@@@STEP_LOG_LINE@python.inline@import time@@@",
544 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 466 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
545 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 467 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
546 "@@@STEP_LOG_END@python.inline@@@" 468 "@@@STEP_LOG_END@python.inline@@@"
547 ] 469 ]
548 }, 470 },
549 { 471 {
550 "cmd": [ 472 "cmd": [
551 "python", 473 "python",
552 "-u", 474 "-u",
553 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 475 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
554 "--", 476 "--",
555 "[DEPOT_TOOLS]/gsutil.py", 477 "[DEPOT_TOOLS]/gsutil.py",
556 "----", 478 "----",
557 "ls", 479 "ls",
558 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 480 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
559 ], 481 ],
560 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)", 482 "name": "gsutil ls (9)"
561 "~followup_annotations": [
562 "@@@STEP_NEST_LEVEL@1@@@"
563 ]
564 }, 483 },
565 { 484 {
566 "cmd": [ 485 "cmd": [
567 "python", 486 "python",
568 "-u", 487 "-u",
569 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 488 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
570 "--", 489 "--",
571 "[DEPOT_TOOLS]/gsutil.py", 490 "[DEPOT_TOOLS]/gsutil.py",
572 "----", 491 "----",
573 "cat", 492 "cat",
574 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 493 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
575 ], 494 ],
576 "name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build d cdcdc0ff1122212323134879ddceeb1240b0988", 495 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988",
577 "stdout": "/path/to/tmp/", 496 "stdout": "/path/to/tmp/"
578 "~followup_annotations": [
579 "@@@STEP_NEST_LEVEL@1@@@"
580 ]
581 }, 497 },
582 { 498 {
583 "cmd": [ 499 "cmd": [
584 "python", 500 "python",
585 "-u", 501 "-u",
586 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 502 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
587 "[19, 20, 21, 22, 23]", 503 "[19, 20, 21, 22, 23]",
588 "[12, 13, 14, 15, 16]", 504 "[12, 13, 14, 15, 16]",
589 "0.01" 505 "0.01"
590 ], 506 ],
591 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference", 507 "name": "Checking sample difference",
592 "stdout": "/path/to/tmp/json", 508 "stdout": "/path/to/tmp/json",
593 "~followup_annotations": [ 509 "~followup_annotations": [
594 "@@@STEP_NEST_LEVEL@1@@@",
595 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 510 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
596 "@@@STEP_LOG_END@json.output (invalid)@@@" 511 "@@@STEP_LOG_END@json.output (invalid)@@@"
597 ] 512 ]
598 }, 513 },
599 { 514 {
600 "cmd": [ 515 "cmd": [
601 "python", 516 "python",
602 "-u", 517 "-u",
603 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 518 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
604 "[12, 13, 14, 15, 16]", 519 "[12, 13, 14, 15, 16]",
605 "[12, 13, 14, 15, 16]", 520 "[12, 13, 14, 15, 16]",
606 "0.01" 521 "0.01"
607 ], 522 ],
608 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference (2)", 523 "name": "Checking sample difference (2)",
609 "stdout": "/path/to/tmp/json", 524 "stdout": "/path/to/tmp/json",
610 "~followup_annotations": [ 525 "~followup_annotations": [
611 "@@@STEP_NEST_LEVEL@1@@@",
612 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 526 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
613 "@@@STEP_LOG_END@json.output (invalid)@@@" 527 "@@@STEP_LOG_END@json.output (invalid)@@@"
614 ] 528 ]
615 }, 529 },
616 { 530 {
617 "cmd": [ 531 "cmd": [
618 "git", 532 "git",
619 "show", 533 "show",
620 "--name-only", 534 "--name-only",
621 "--pretty=format:", 535 "--pretty=format:",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 636 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
723 "f412e8458", 637 "f412e8458",
724 "--src-prefix=IAMSRC:", 638 "--src-prefix=IAMSRC:",
725 "--dst-prefix=IAMDST:" 639 "--dst-prefix=IAMDST:"
726 ], 640 ],
727 "cwd": "[SLAVE_BUILD]/src", 641 "cwd": "[SLAVE_BUILD]/src",
728 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003", 642 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003",
729 "stdout": "/path/to/tmp/" 643 "stdout": "/path/to/tmp/"
730 }, 644 },
731 { 645 {
646 "cmd": [
647 "git",
648 "footers",
649 "--position",
650 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
651 ],
652 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
653 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
654 "stdout": "/path/to/tmp/"
655 },
656 {
732 "cmd": [], 657 "cmd": [],
733 "name": "Wiggling revision chromium@a6298e4afe,v8@003" 658 "name": "Wiggling revision chromium@a6298e4afe,v8@003"
734 }, 659 },
735 { 660 {
736 "cmd": [ 661 "cmd": [
737 "python", 662 "python",
738 "-u", 663 "-u",
739 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 664 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
740 "--", 665 "--",
741 "[DEPOT_TOOLS]/gsutil.py", 666 "[DEPOT_TOOLS]/gsutil.py",
742 "----", 667 "----",
743 "ls", 668 "ls",
744 "gs://chrome-perf/android_perf_rel/full-build-linux_a6298e4afedbf2cd461755 ea6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip" 669 "gs://chrome-perf/android_perf_rel/full-build-linux_a6298e4afedbf2cd461755 ea6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip"
745 ], 670 ],
746 "name": "gsutil ls (4)" 671 "name": "gsutil ls (10)"
747 }, 672 },
748 { 673 {
749 "cmd": [ 674 "cmd": [
750 "python", 675 "python",
751 "-u", 676 "-u",
752 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 677 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\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", 678 "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",
754 "[TMP_BASE]/003-build.diff" 679 "[TMP_BASE]/003-build.diff"
755 ], 680 ],
756 "name": "Saving diff patch for 003" 681 "name": "Saving diff patch for 003"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "@@@STEP_LOG_LINE@json.output@}@@@", 737 "@@@STEP_LOG_LINE@json.output@}@@@",
813 "@@@STEP_LOG_END@json.output@@@" 738 "@@@STEP_LOG_END@json.output@@@"
814 ] 739 ]
815 }, 740 },
816 { 741 {
817 "name": "$result", 742 "name": "$result",
818 "recipe_result": null, 743 "recipe_result": null,
819 "status_code": 0 744 "status_code": 0
820 } 745 }
821 ] 746 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698