OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.perf.fyi", | 8 "chromium.perf.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux CT Top1k RR Perf", | 10 "Linux CT Top1k RR Perf", |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "chromium.perf.fyi" | 279 "chromium.perf.fyi" |
280 ], | 280 ], |
281 "name": "Download and Extract Binary" | 281 "name": "Download and Extract Binary" |
282 }, | 282 }, |
283 { | 283 { |
284 "cmd": [ | 284 "cmd": [ |
285 "python", | 285 "python", |
286 "-u", | 286 "-u", |
287 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 287 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
288 "--", | 288 "--", |
289 "[DEPOT_TOOLS]/gsutil.py", | 289 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
290 "----", | 290 "----", |
291 "cp", | 291 "cp", |
292 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming", | 292 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming", |
293 "[SLAVE_BUILD]/src/content/test/ct/run_chromium_perf_swarming" | 293 "[SLAVE_BUILD]/src/content/test/ct/run_chromium_perf_swarming" |
294 ], | 294 ], |
295 "name": "gsutil download run_chromium_perf_swarming" | 295 "name": "gsutil download run_chromium_perf_swarming" |
296 }, | 296 }, |
297 { | 297 { |
298 "cmd": [ | 298 "cmd": [ |
299 "python", | 299 "python", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 350 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
351 "@@@STEP_LOG_END@python.inline@@@" | 351 "@@@STEP_LOG_END@python.inline@@@" |
352 ] | 352 ] |
353 }, | 353 }, |
354 { | 354 { |
355 "cmd": [ | 355 "cmd": [ |
356 "python", | 356 "python", |
357 "-u", | 357 "-u", |
358 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 358 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
359 "--", | 359 "--", |
360 "[DEPOT_TOOLS]/gsutil.py", | 360 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
361 "----", | 361 "----", |
362 "cp", | 362 "cp", |
363 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*", | 363 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*", |
364 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets" | 364 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets" |
365 ], | 365 ], |
366 "name": "gsutil download" | 366 "name": "gsutil download" |
367 }, | 367 }, |
368 { | 368 { |
369 "cmd": [ | 369 "cmd": [ |
370 "python", | 370 "python", |
(...skipping 15 matching lines...) Expand all Loading... |
386 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 386 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
387 "@@@STEP_LOG_END@python.inline@@@" | 387 "@@@STEP_LOG_END@python.inline@@@" |
388 ] | 388 ] |
389 }, | 389 }, |
390 { | 390 { |
391 "cmd": [ | 391 "cmd": [ |
392 "python", | 392 "python", |
393 "-u", | 393 "-u", |
394 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 394 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
395 "--", | 395 "--", |
396 "[DEPOT_TOOLS]/gsutil.py", | 396 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
397 "----", | 397 "----", |
398 "cp", | 398 "cp", |
399 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*", | 399 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*", |
400 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data" | 400 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data" |
401 ], | 401 ], |
402 "name": "gsutil download (2)" | 402 "name": "gsutil download (2)" |
403 }, | 403 }, |
404 { | 404 { |
405 "cmd": [ | 405 "cmd": [ |
406 "python", | 406 "python", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 454 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
455 "@@@STEP_LOG_END@python.inline@@@" | 455 "@@@STEP_LOG_END@python.inline@@@" |
456 ] | 456 ] |
457 }, | 457 }, |
458 { | 458 { |
459 "cmd": [ | 459 "cmd": [ |
460 "python", | 460 "python", |
461 "-u", | 461 "-u", |
462 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 462 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
463 "--", | 463 "--", |
464 "[DEPOT_TOOLS]/gsutil.py", | 464 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
465 "----", | 465 "----", |
466 "cp", | 466 "cp", |
467 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*", | 467 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*", |
468 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets" | 468 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets" |
469 ], | 469 ], |
470 "name": "gsutil download (3)" | 470 "name": "gsutil download (3)" |
471 }, | 471 }, |
472 { | 472 { |
473 "cmd": [ | 473 "cmd": [ |
474 "python", | 474 "python", |
(...skipping 15 matching lines...) Expand all Loading... |
490 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 490 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
491 "@@@STEP_LOG_END@python.inline@@@" | 491 "@@@STEP_LOG_END@python.inline@@@" |
492 ] | 492 ] |
493 }, | 493 }, |
494 { | 494 { |
495 "cmd": [ | 495 "cmd": [ |
496 "python", | 496 "python", |
497 "-u", | 497 "-u", |
498 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 498 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
499 "--", | 499 "--", |
500 "[DEPOT_TOOLS]/gsutil.py", | 500 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
501 "----", | 501 "----", |
502 "cp", | 502 "cp", |
503 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*", | 503 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*", |
504 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data" | 504 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data" |
505 ], | 505 ], |
506 "name": "gsutil download (4)" | 506 "name": "gsutil download (4)" |
507 }, | 507 }, |
508 { | 508 { |
509 "cmd": [ | 509 "cmd": [ |
510 "python", | 510 "python", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 558 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
559 "@@@STEP_LOG_END@python.inline@@@" | 559 "@@@STEP_LOG_END@python.inline@@@" |
560 ] | 560 ] |
561 }, | 561 }, |
562 { | 562 { |
563 "cmd": [ | 563 "cmd": [ |
564 "python", | 564 "python", |
565 "-u", | 565 "-u", |
566 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 566 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
567 "--", | 567 "--", |
568 "[DEPOT_TOOLS]/gsutil.py", | 568 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
569 "----", | 569 "----", |
570 "cp", | 570 "cp", |
571 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*", | 571 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*", |
572 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets" | 572 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets" |
573 ], | 573 ], |
574 "name": "gsutil download (5)" | 574 "name": "gsutil download (5)" |
575 }, | 575 }, |
576 { | 576 { |
577 "cmd": [ | 577 "cmd": [ |
578 "python", | 578 "python", |
(...skipping 15 matching lines...) Expand all Loading... |
594 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 594 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
595 "@@@STEP_LOG_END@python.inline@@@" | 595 "@@@STEP_LOG_END@python.inline@@@" |
596 ] | 596 ] |
597 }, | 597 }, |
598 { | 598 { |
599 "cmd": [ | 599 "cmd": [ |
600 "python", | 600 "python", |
601 "-u", | 601 "-u", |
602 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 602 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
603 "--", | 603 "--", |
604 "[DEPOT_TOOLS]/gsutil.py", | 604 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
605 "----", | 605 "----", |
606 "cp", | 606 "cp", |
607 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*", | 607 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*", |
608 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data" | 608 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data" |
609 ], | 609 ], |
610 "name": "gsutil download (6)" | 610 "name": "gsutil download (6)" |
611 }, | 611 }, |
612 { | 612 { |
613 "cmd": [ | 613 "cmd": [ |
614 "python", | 614 "python", |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1126 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1126 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
1127 "@@@STEP_FAILURE@@@" | 1127 "@@@STEP_FAILURE@@@" |
1128 ] | 1128 ] |
1129 }, | 1129 }, |
1130 { | 1130 { |
1131 "name": "$result", | 1131 "name": "$result", |
1132 "reason": "Step('ct-2 on Ubuntu-14.04') failed with return_code 1", | 1132 "reason": "Step('ct-2 on Ubuntu-14.04') failed with return_code 1", |
1133 "status_code": 1 | 1133 "status_code": 1 |
1134 } | 1134 } |
1135 ] | 1135 ] |
OLD | NEW |