| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests", | 10 "Android Tests", |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 263 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
| 264 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 264 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
| 265 "@@@STEP_LOG_END@python.inline@@@" | 265 "@@@STEP_LOG_END@python.inline@@@" |
| 266 ] | 266 ] |
| 267 }, | 267 }, |
| 268 { | 268 { |
| 269 "cmd": [ | 269 "cmd": [ |
| 270 "[BUILD]/scripts/slave/daemonizer.py", | 270 "[BUILD]/scripts/slave/daemonizer.py", |
| 271 "--", | 271 "--", |
| 272 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 272 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 273 "[SLAVE_BUILD]/src/out/logcat_dir" | 273 "[SLAVE_BUILD]/src/out/logcat" |
| 274 ], | 274 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 275 "cwd": "[SLAVE_BUILD]", |
| 276 "env": { | 276 "env": { |
| 277 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 277 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 278 }, | 278 }, |
| 279 "name": "spawn_logcat_monitor" | 279 "name": "spawn_logcat_monitor" |
| 280 }, | 280 }, |
| 281 { | 281 { |
| 282 "cmd": [ | 282 "cmd": [ |
| 283 "python", | 283 "python", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 "[\"07a00ca4\"]", | 434 "[\"07a00ca4\"]", |
| 435 "chromium.linux", | 435 "chromium.linux", |
| 436 "Android Tests", | 436 "Android Tests", |
| 437 "--blacklist-file", | 437 "--blacklist-file", |
| 438 "[SLAVE_BUILD]/src/out/bad_devices.json" | 438 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 439 ], | 439 ], |
| 440 "cwd": "[SLAVE_BUILD]", | 440 "cwd": "[SLAVE_BUILD]", |
| 441 "name": "spawn_device_monitor" | 441 "name": "spawn_device_monitor" |
| 442 }, | 442 }, |
| 443 { | 443 { |
| 444 "cmd": [], | |
| 445 "cwd": "[SLAVE_BUILD]", | |
| 446 "name": "AndroidWebViewTest" | |
| 447 }, | |
| 448 { | |
| 449 "cmd": [ | |
| 450 "[BUILD]/scripts/slave/daemonizer.py", | |
| 451 "--", | |
| 452 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 453 "[TMP_BASE]/logcat_tmp_1" | |
| 454 ], | |
| 455 "cwd": "[SLAVE_BUILD]", | |
| 456 "env": { | |
| 457 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 458 }, | |
| 459 "name": "AndroidWebViewTest.spawn_logcat_monitor", | |
| 460 "~followup_annotations": [ | |
| 461 "@@@STEP_NEST_LEVEL@1@@@" | |
| 462 ] | |
| 463 }, | |
| 464 { | |
| 465 "cmd": [ | 444 "cmd": [ |
| 466 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 445 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 467 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 446 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 468 "-v", | 447 "-v", |
| 469 "--blacklist-file", | 448 "--blacklist-file", |
| 470 "[SLAVE_BUILD]/src/out/bad_devices.json", | 449 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 471 "--release" | 450 "--release" |
| 472 ], | 451 ], |
| 473 "cwd": "[SLAVE_BUILD]", | 452 "cwd": "[SLAVE_BUILD]", |
| 474 "env": { | 453 "env": { |
| 475 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 454 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 476 }, | 455 }, |
| 477 "name": "AndroidWebViewTest.install AndroidWebView.apk", | 456 "name": "install AndroidWebView.apk" |
| 478 "~followup_annotations": [ | |
| 479 "@@@STEP_NEST_LEVEL@1@@@" | |
| 480 ] | |
| 481 }, | 457 }, |
| 482 { | 458 { |
| 483 "cmd": [ | 459 "cmd": [ |
| 484 "python", | 460 "python", |
| 485 "-u", | 461 "-u", |
| 486 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 462 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 487 "instrumentation", | 463 "instrumentation", |
| 488 "--test-apk", | 464 "--test-apk", |
| 489 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 465 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 490 "--blacklist-file", | 466 "--blacklist-file", |
| 491 "[SLAVE_BUILD]/src/out/bad_devices.json", | 467 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 492 "--apk-under-test", | 468 "--apk-under-test", |
| 493 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 469 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 494 "--isolate-file-path", | 470 "--isolate-file-path", |
| 495 "android_webview/android_webview_test_apk.isolate", | 471 "android_webview/android_webview_test_apk.isolate", |
| 496 "--flakiness-dashboard-server", | 472 "--flakiness-dashboard-server", |
| 497 "test-results.appspot.com", | 473 "test-results.appspot.com", |
| 498 "--verbose", | 474 "--verbose", |
| 499 "--release", | 475 "--release", |
| 500 "--json-results-file", | 476 "--json-results-file", |
| 501 "/path/to/tmp/json" | 477 "/path/to/tmp/json" |
| 502 ], | 478 ], |
| 503 "cwd": "[SLAVE_BUILD]", | 479 "cwd": "[SLAVE_BUILD]", |
| 504 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", | 480 "name": "Instrumentation test AndroidWebViewTest", |
| 505 "~followup_annotations": [ | 481 "~followup_annotations": [ |
| 506 "@@@STEP_NEST_LEVEL@1@@@" | 482 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 507 ] | 483 ] |
| 508 }, | 484 }, |
| 509 { | 485 { |
| 510 "cmd": [ | |
| 511 "python", | |
| 512 "-u", | |
| 513 "[BUILD]/scripts/slave/tee.py", | |
| 514 "/path/to/tmp/logcat", | |
| 515 "--", | |
| 516 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 517 "[TMP_BASE]/logcat_tmp_1" | |
| 518 ], | |
| 519 "cwd": "[SLAVE_BUILD]", | |
| 520 "name": "AndroidWebViewTest.logcat_dump", | |
| 521 "~followup_annotations": [ | |
| 522 "@@@STEP_NEST_LEVEL@1@@@" | |
| 523 ] | |
| 524 }, | |
| 525 { | |
| 526 "cmd": [], | |
| 527 "cwd": "[SLAVE_BUILD]", | |
| 528 "name": "ChromePublicTest" | |
| 529 }, | |
| 530 { | |
| 531 "cmd": [ | |
| 532 "[BUILD]/scripts/slave/daemonizer.py", | |
| 533 "--", | |
| 534 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 535 "[TMP_BASE]/logcat_tmp_2" | |
| 536 ], | |
| 537 "cwd": "[SLAVE_BUILD]", | |
| 538 "env": { | |
| 539 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 540 }, | |
| 541 "name": "ChromePublicTest.spawn_logcat_monitor", | |
| 542 "~followup_annotations": [ | |
| 543 "@@@STEP_NEST_LEVEL@1@@@" | |
| 544 ] | |
| 545 }, | |
| 546 { | |
| 547 "cmd": [ | 486 "cmd": [ |
| 548 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 487 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 549 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 488 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 550 "-v", | 489 "-v", |
| 551 "--blacklist-file", | 490 "--blacklist-file", |
| 552 "[SLAVE_BUILD]/src/out/bad_devices.json", | 491 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 553 "--release" | 492 "--release" |
| 554 ], | 493 ], |
| 555 "cwd": "[SLAVE_BUILD]", | 494 "cwd": "[SLAVE_BUILD]", |
| 556 "env": { | 495 "env": { |
| 557 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 496 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 558 }, | 497 }, |
| 559 "name": "ChromePublicTest.install ChromePublic.apk", | 498 "name": "install ChromePublic.apk" |
| 560 "~followup_annotations": [ | |
| 561 "@@@STEP_NEST_LEVEL@1@@@" | |
| 562 ] | |
| 563 }, | 499 }, |
| 564 { | 500 { |
| 565 "cmd": [ | 501 "cmd": [ |
| 566 "python", | 502 "python", |
| 567 "-u", | 503 "-u", |
| 568 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 504 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 569 "instrumentation", | 505 "instrumentation", |
| 570 "--test-apk", | 506 "--test-apk", |
| 571 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | 507 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", |
| 572 "--blacklist-file", | 508 "--blacklist-file", |
| 573 "[SLAVE_BUILD]/src/out/bad_devices.json", | 509 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 574 "--apk-under-test", | 510 "--apk-under-test", |
| 575 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 511 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 576 "--isolate-file-path", | 512 "--isolate-file-path", |
| 577 "chrome/chrome_public_test_apk.isolate", | 513 "chrome/chrome_public_test_apk.isolate", |
| 578 "--flakiness-dashboard-server", | 514 "--flakiness-dashboard-server", |
| 579 "test-results.appspot.com", | 515 "test-results.appspot.com", |
| 580 "--verbose", | 516 "--verbose", |
| 581 "--release", | 517 "--release", |
| 582 "--json-results-file", | 518 "--json-results-file", |
| 583 "/path/to/tmp/json" | 519 "/path/to/tmp/json" |
| 584 ], | 520 ], |
| 585 "cwd": "[SLAVE_BUILD]", | 521 "cwd": "[SLAVE_BUILD]", |
| 586 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", | 522 "name": "Instrumentation test ChromePublicTest", |
| 587 "~followup_annotations": [ | 523 "~followup_annotations": [ |
| 588 "@@@STEP_NEST_LEVEL@1@@@" | 524 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 589 ] | 525 ] |
| 590 }, | 526 }, |
| 591 { | 527 { |
| 592 "cmd": [ | |
| 593 "python", | |
| 594 "-u", | |
| 595 "[BUILD]/scripts/slave/tee.py", | |
| 596 "/path/to/tmp/logcat", | |
| 597 "--", | |
| 598 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 599 "[TMP_BASE]/logcat_tmp_2" | |
| 600 ], | |
| 601 "cwd": "[SLAVE_BUILD]", | |
| 602 "name": "ChromePublicTest.logcat_dump", | |
| 603 "~followup_annotations": [ | |
| 604 "@@@STEP_NEST_LEVEL@1@@@" | |
| 605 ] | |
| 606 }, | |
| 607 { | |
| 608 "cmd": [], | |
| 609 "cwd": "[SLAVE_BUILD]", | |
| 610 "name": "ContentShellTest" | |
| 611 }, | |
| 612 { | |
| 613 "cmd": [ | |
| 614 "[BUILD]/scripts/slave/daemonizer.py", | |
| 615 "--", | |
| 616 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 617 "[TMP_BASE]/logcat_tmp_3" | |
| 618 ], | |
| 619 "cwd": "[SLAVE_BUILD]", | |
| 620 "env": { | |
| 621 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 622 }, | |
| 623 "name": "ContentShellTest.spawn_logcat_monitor", | |
| 624 "~followup_annotations": [ | |
| 625 "@@@STEP_NEST_LEVEL@1@@@" | |
| 626 ] | |
| 627 }, | |
| 628 { | |
| 629 "cmd": [ | 528 "cmd": [ |
| 630 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 529 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 631 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 530 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 632 "-v", | 531 "-v", |
| 633 "--blacklist-file", | 532 "--blacklist-file", |
| 634 "[SLAVE_BUILD]/src/out/bad_devices.json", | 533 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 635 "--release" | 534 "--release" |
| 636 ], | 535 ], |
| 637 "cwd": "[SLAVE_BUILD]", | 536 "cwd": "[SLAVE_BUILD]", |
| 638 "env": { | 537 "env": { |
| 639 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 538 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 640 }, | 539 }, |
| 641 "name": "ContentShellTest.install ContentShell.apk", | 540 "name": "install ContentShell.apk" |
| 642 "~followup_annotations": [ | |
| 643 "@@@STEP_NEST_LEVEL@1@@@" | |
| 644 ] | |
| 645 }, | 541 }, |
| 646 { | 542 { |
| 647 "cmd": [ | 543 "cmd": [ |
| 648 "python", | 544 "python", |
| 649 "-u", | 545 "-u", |
| 650 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 546 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 651 "instrumentation", | 547 "instrumentation", |
| 652 "--test-apk", | 548 "--test-apk", |
| 653 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | 549 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", |
| 654 "--blacklist-file", | 550 "--blacklist-file", |
| 655 "[SLAVE_BUILD]/src/out/bad_devices.json", | 551 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 656 "--apk-under-test", | 552 "--apk-under-test", |
| 657 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 553 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 658 "--isolate-file-path", | 554 "--isolate-file-path", |
| 659 "content/content_shell_test_apk.isolate", | 555 "content/content_shell_test_apk.isolate", |
| 660 "--flakiness-dashboard-server", | 556 "--flakiness-dashboard-server", |
| 661 "test-results.appspot.com", | 557 "test-results.appspot.com", |
| 662 "--verbose", | 558 "--verbose", |
| 663 "--release", | 559 "--release", |
| 664 "--json-results-file", | 560 "--json-results-file", |
| 665 "/path/to/tmp/json" | 561 "/path/to/tmp/json" |
| 666 ], | 562 ], |
| 667 "cwd": "[SLAVE_BUILD]", | 563 "cwd": "[SLAVE_BUILD]", |
| 668 "name": "ContentShellTest.Instrumentation test ContentShellTest", | 564 "name": "Instrumentation test ContentShellTest", |
| 669 "~followup_annotations": [ | 565 "~followup_annotations": [ |
| 670 "@@@STEP_NEST_LEVEL@1@@@" | 566 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 671 ] | 567 ] |
| 672 }, | 568 }, |
| 673 { | 569 { |
| 674 "cmd": [ | |
| 675 "python", | |
| 676 "-u", | |
| 677 "[BUILD]/scripts/slave/tee.py", | |
| 678 "/path/to/tmp/logcat", | |
| 679 "--", | |
| 680 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 681 "[TMP_BASE]/logcat_tmp_3" | |
| 682 ], | |
| 683 "cwd": "[SLAVE_BUILD]", | |
| 684 "name": "ContentShellTest.logcat_dump", | |
| 685 "~followup_annotations": [ | |
| 686 "@@@STEP_NEST_LEVEL@1@@@" | |
| 687 ] | |
| 688 }, | |
| 689 { | |
| 690 "cmd": [], | |
| 691 "cwd": "[SLAVE_BUILD]", | |
| 692 "name": "ChromeSyncShellTest" | |
| 693 }, | |
| 694 { | |
| 695 "cmd": [ | |
| 696 "[BUILD]/scripts/slave/daemonizer.py", | |
| 697 "--", | |
| 698 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 699 "[TMP_BASE]/logcat_tmp_4" | |
| 700 ], | |
| 701 "cwd": "[SLAVE_BUILD]", | |
| 702 "env": { | |
| 703 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 704 }, | |
| 705 "name": "ChromeSyncShellTest.spawn_logcat_monitor", | |
| 706 "~followup_annotations": [ | |
| 707 "@@@STEP_NEST_LEVEL@1@@@" | |
| 708 ] | |
| 709 }, | |
| 710 { | |
| 711 "cmd": [ | 570 "cmd": [ |
| 712 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 571 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 713 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 572 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 714 "-v", | 573 "-v", |
| 715 "--blacklist-file", | 574 "--blacklist-file", |
| 716 "[SLAVE_BUILD]/src/out/bad_devices.json", | 575 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 717 "--release" | 576 "--release" |
| 718 ], | 577 ], |
| 719 "cwd": "[SLAVE_BUILD]", | 578 "cwd": "[SLAVE_BUILD]", |
| 720 "env": { | 579 "env": { |
| 721 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 580 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 722 }, | 581 }, |
| 723 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", | 582 "name": "install ChromeSyncShell.apk" |
| 724 "~followup_annotations": [ | |
| 725 "@@@STEP_NEST_LEVEL@1@@@" | |
| 726 ] | |
| 727 }, | 583 }, |
| 728 { | 584 { |
| 729 "cmd": [ | 585 "cmd": [ |
| 730 "python", | 586 "python", |
| 731 "-u", | 587 "-u", |
| 732 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 588 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 733 "instrumentation", | 589 "instrumentation", |
| 734 "--test-apk", | 590 "--test-apk", |
| 735 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | 591 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", |
| 736 "--blacklist-file", | 592 "--blacklist-file", |
| 737 "[SLAVE_BUILD]/src/out/bad_devices.json", | 593 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 738 "--apk-under-test", | 594 "--apk-under-test", |
| 739 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 595 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 740 "--flakiness-dashboard-server", | 596 "--flakiness-dashboard-server", |
| 741 "test-results.appspot.com", | 597 "test-results.appspot.com", |
| 742 "--verbose", | 598 "--verbose", |
| 743 "--release", | 599 "--release", |
| 744 "--json-results-file", | 600 "--json-results-file", |
| 745 "/path/to/tmp/json" | 601 "/path/to/tmp/json" |
| 746 ], | 602 ], |
| 747 "cwd": "[SLAVE_BUILD]", | 603 "cwd": "[SLAVE_BUILD]", |
| 748 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest", | 604 "name": "Instrumentation test ChromeSyncShellTest", |
| 749 "~followup_annotations": [ | 605 "~followup_annotations": [ |
| 750 "@@@STEP_NEST_LEVEL@1@@@" | 606 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 751 ] | 607 ] |
| 752 }, | 608 }, |
| 753 { | 609 { |
| 754 "cmd": [ | 610 "cmd": [ |
| 755 "python", | 611 "python", |
| 756 "-u", | 612 "-u", |
| 757 "[BUILD]/scripts/slave/tee.py", | 613 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 758 "/path/to/tmp/logcat", | 614 "gtest", |
| 759 "--", | 615 "-s", |
| 760 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 616 "android_webview_unittests", |
| 761 "[TMP_BASE]/logcat_tmp_4" | 617 "--blacklist-file", |
| 762 ], | 618 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 763 "cwd": "[SLAVE_BUILD]", | 619 "--verbose", |
| 764 "name": "ChromeSyncShellTest.logcat_dump", | 620 "--release", |
| 765 "~followup_annotations": [ | 621 "--flakiness-dashboard-server=test-results.appspot.com", |
| 766 "@@@STEP_NEST_LEVEL@1@@@" | 622 "--json-results-file", |
| 767 ] | 623 "/path/to/tmp/json" |
| 768 }, | |
| 769 { | |
| 770 "cmd": [], | |
| 771 "cwd": "[SLAVE_BUILD]", | |
| 772 "name": "android_webview_unittests" | |
| 773 }, | |
| 774 { | |
| 775 "cmd": [ | |
| 776 "[BUILD]/scripts/slave/daemonizer.py", | |
| 777 "--", | |
| 778 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 779 "[TMP_BASE]/logcat_tmp_5" | |
| 780 ], | 624 ], |
| 781 "cwd": "[SLAVE_BUILD]", | 625 "cwd": "[SLAVE_BUILD]", |
| 782 "env": { | 626 "env": { |
| 783 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 627 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 784 }, | 628 }, |
| 785 "name": "android_webview_unittests.spawn_logcat_monitor", | 629 "name": "android_webview_unittests" |
| 786 "~followup_annotations": [ | |
| 787 "@@@STEP_NEST_LEVEL@1@@@" | |
| 788 ] | |
| 789 }, | 630 }, |
| 790 { | 631 { |
| 791 "cmd": [ | 632 "cmd": [ |
| 792 "python", | 633 "python", |
| 793 "-u", | 634 "-u", |
| 794 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 635 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 795 "gtest", | 636 "gtest", |
| 796 "-s", | 637 "-s", |
| 797 "android_webview_unittests", | 638 "base_unittests", |
| 798 "--blacklist-file", | 639 "--blacklist-file", |
| 799 "[SLAVE_BUILD]/src/out/bad_devices.json", | 640 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 800 "--verbose", | 641 "--verbose", |
| 801 "--release", | 642 "--release", |
| 643 "--isolate_file_path=[SLAVE_BUILD]/src/base/base_unittests.isolate", |
| 802 "--flakiness-dashboard-server=test-results.appspot.com", | 644 "--flakiness-dashboard-server=test-results.appspot.com", |
| 803 "--json-results-file", | 645 "--json-results-file", |
| 804 "/path/to/tmp/json" | 646 "/path/to/tmp/json" |
| 805 ], | 647 ], |
| 806 "cwd": "[SLAVE_BUILD]", | 648 "cwd": "[SLAVE_BUILD]", |
| 807 "env": { | 649 "env": { |
| 808 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 650 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 809 }, | 651 }, |
| 810 "name": "android_webview_unittests.android_webview_unittests", | 652 "name": "base_unittests" |
| 811 "~followup_annotations": [ | |
| 812 "@@@STEP_NEST_LEVEL@1@@@" | |
| 813 ] | |
| 814 }, | 653 }, |
| 815 { | 654 { |
| 816 "cmd": [ | 655 "cmd": [ |
| 817 "python", | 656 "python", |
| 818 "-u", | 657 "-u", |
| 819 "[BUILD]/scripts/slave/tee.py", | 658 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 820 "/path/to/tmp/logcat", | 659 "gtest", |
| 821 "--", | 660 "-s", |
| 822 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 661 "breakpad_unittests", |
| 823 "[TMP_BASE]/logcat_tmp_5" | 662 "--blacklist-file", |
| 824 ], | 663 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 825 "cwd": "[SLAVE_BUILD]", | 664 "--verbose", |
| 826 "name": "android_webview_unittests.logcat_dump", | 665 "--release", |
| 827 "~followup_annotations": [ | 666 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 828 "@@@STEP_NEST_LEVEL@1@@@" | 667 "--flakiness-dashboard-server=test-results.appspot.com", |
| 829 ] | 668 "--json-results-file", |
| 830 }, | 669 "/path/to/tmp/json" |
| 831 { | |
| 832 "cmd": [], | |
| 833 "cwd": "[SLAVE_BUILD]", | |
| 834 "name": "base_unittests" | |
| 835 }, | |
| 836 { | |
| 837 "cmd": [ | |
| 838 "[BUILD]/scripts/slave/daemonizer.py", | |
| 839 "--", | |
| 840 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 841 "[TMP_BASE]/logcat_tmp_6" | |
| 842 ], | 670 ], |
| 843 "cwd": "[SLAVE_BUILD]", | 671 "cwd": "[SLAVE_BUILD]", |
| 844 "env": { | 672 "env": { |
| 845 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 673 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 846 }, | 674 }, |
| 847 "name": "base_unittests.spawn_logcat_monitor", | 675 "name": "breakpad_unittests" |
| 848 "~followup_annotations": [ | |
| 849 "@@@STEP_NEST_LEVEL@1@@@" | |
| 850 ] | |
| 851 }, | 676 }, |
| 852 { | 677 { |
| 853 "cmd": [ | 678 "cmd": [ |
| 854 "python", | 679 "python", |
| 855 "-u", | 680 "-u", |
| 856 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 681 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 857 "gtest", | 682 "gtest", |
| 858 "-s", | 683 "-s", |
| 859 "base_unittests", | 684 "cc_unittests", |
| 860 "--blacklist-file", | 685 "--blacklist-file", |
| 861 "[SLAVE_BUILD]/src/out/bad_devices.json", | 686 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 862 "--verbose", | 687 "--verbose", |
| 863 "--release", | 688 "--release", |
| 864 "--isolate_file_path=[SLAVE_BUILD]/src/base/base_unittests.isolate", | |
| 865 "--flakiness-dashboard-server=test-results.appspot.com", | 689 "--flakiness-dashboard-server=test-results.appspot.com", |
| 866 "--json-results-file", | 690 "--json-results-file", |
| 867 "/path/to/tmp/json" | 691 "/path/to/tmp/json" |
| 868 ], | 692 ], |
| 869 "cwd": "[SLAVE_BUILD]", | 693 "cwd": "[SLAVE_BUILD]", |
| 870 "env": { | 694 "env": { |
| 871 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 695 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 872 }, | 696 }, |
| 873 "name": "base_unittests.base_unittests", | 697 "name": "cc_unittests" |
| 874 "~followup_annotations": [ | |
| 875 "@@@STEP_NEST_LEVEL@1@@@" | |
| 876 ] | |
| 877 }, | 698 }, |
| 878 { | 699 { |
| 879 "cmd": [ | 700 "cmd": [ |
| 880 "python", | 701 "python", |
| 881 "-u", | 702 "-u", |
| 882 "[BUILD]/scripts/slave/tee.py", | 703 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 883 "/path/to/tmp/logcat", | 704 "gtest", |
| 884 "--", | 705 "-s", |
| 885 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 706 "components_browsertests", |
| 886 "[TMP_BASE]/logcat_tmp_6" | 707 "--blacklist-file", |
| 887 ], | 708 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 888 "cwd": "[SLAVE_BUILD]", | 709 "--verbose", |
| 889 "name": "base_unittests.logcat_dump", | 710 "--release", |
| 890 "~followup_annotations": [ | 711 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", |
| 891 "@@@STEP_NEST_LEVEL@1@@@" | 712 "--flakiness-dashboard-server=test-results.appspot.com", |
| 892 ] | 713 "--json-results-file", |
| 893 }, | 714 "/path/to/tmp/json" |
| 894 { | |
| 895 "cmd": [], | |
| 896 "cwd": "[SLAVE_BUILD]", | |
| 897 "name": "breakpad_unittests" | |
| 898 }, | |
| 899 { | |
| 900 "cmd": [ | |
| 901 "[BUILD]/scripts/slave/daemonizer.py", | |
| 902 "--", | |
| 903 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 904 "[TMP_BASE]/logcat_tmp_7" | |
| 905 ], | 715 ], |
| 906 "cwd": "[SLAVE_BUILD]", | 716 "cwd": "[SLAVE_BUILD]", |
| 907 "env": { | 717 "env": { |
| 908 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 718 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 909 }, | 719 }, |
| 910 "name": "breakpad_unittests.spawn_logcat_monitor", | 720 "name": "components_browsertests" |
| 911 "~followup_annotations": [ | |
| 912 "@@@STEP_NEST_LEVEL@1@@@" | |
| 913 ] | |
| 914 }, | 721 }, |
| 915 { | 722 { |
| 916 "cmd": [ | 723 "cmd": [ |
| 917 "python", | 724 "python", |
| 918 "-u", | 725 "-u", |
| 919 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 726 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 920 "gtest", | 727 "gtest", |
| 921 "-s", | 728 "-s", |
| 922 "breakpad_unittests", | 729 "components_unittests", |
| 923 "--blacklist-file", | 730 "--blacklist-file", |
| 924 "[SLAVE_BUILD]/src/out/bad_devices.json", | 731 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 925 "--verbose", | 732 "--verbose", |
| 926 "--release", | 733 "--release", |
| 927 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | 734 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_unittests.iso
late", |
| 928 "--flakiness-dashboard-server=test-results.appspot.com", | 735 "--flakiness-dashboard-server=test-results.appspot.com", |
| 929 "--json-results-file", | 736 "--json-results-file", |
| 930 "/path/to/tmp/json" | 737 "/path/to/tmp/json" |
| 931 ], | 738 ], |
| 932 "cwd": "[SLAVE_BUILD]", | 739 "cwd": "[SLAVE_BUILD]", |
| 933 "env": { | 740 "env": { |
| 934 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 741 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 935 }, | 742 }, |
| 936 "name": "breakpad_unittests.breakpad_unittests", | 743 "name": "components_unittests" |
| 937 "~followup_annotations": [ | |
| 938 "@@@STEP_NEST_LEVEL@1@@@" | |
| 939 ] | |
| 940 }, | 744 }, |
| 941 { | 745 { |
| 942 "cmd": [ | 746 "cmd": [ |
| 943 "python", | 747 "python", |
| 944 "-u", | 748 "-u", |
| 945 "[BUILD]/scripts/slave/tee.py", | 749 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 946 "/path/to/tmp/logcat", | 750 "gtest", |
| 947 "--", | 751 "-s", |
| 948 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 752 "content_browsertests", |
| 949 "[TMP_BASE]/logcat_tmp_7" | 753 "--blacklist-file", |
| 950 ], | 754 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 951 "cwd": "[SLAVE_BUILD]", | 755 "--verbose", |
| 952 "name": "breakpad_unittests.logcat_dump", | 756 "--release", |
| 953 "~followup_annotations": [ | 757 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_browsertests.isolat
e", |
| 954 "@@@STEP_NEST_LEVEL@1@@@" | 758 "--flakiness-dashboard-server=test-results.appspot.com", |
| 955 ] | 759 "--json-results-file", |
| 956 }, | 760 "/path/to/tmp/json" |
| 957 { | |
| 958 "cmd": [], | |
| 959 "cwd": "[SLAVE_BUILD]", | |
| 960 "name": "cc_unittests" | |
| 961 }, | |
| 962 { | |
| 963 "cmd": [ | |
| 964 "[BUILD]/scripts/slave/daemonizer.py", | |
| 965 "--", | |
| 966 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 967 "[TMP_BASE]/logcat_tmp_8" | |
| 968 ], | 761 ], |
| 969 "cwd": "[SLAVE_BUILD]", | 762 "cwd": "[SLAVE_BUILD]", |
| 970 "env": { | 763 "env": { |
| 971 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 764 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 972 }, | 765 }, |
| 973 "name": "cc_unittests.spawn_logcat_monitor", | 766 "name": "content_browsertests" |
| 974 "~followup_annotations": [ | |
| 975 "@@@STEP_NEST_LEVEL@1@@@" | |
| 976 ] | |
| 977 }, | 767 }, |
| 978 { | 768 { |
| 979 "cmd": [ | 769 "cmd": [ |
| 980 "python", | 770 "python", |
| 981 "-u", | 771 "-u", |
| 982 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 772 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 983 "gtest", | 773 "gtest", |
| 984 "-s", | 774 "-s", |
| 985 "cc_unittests", | 775 "content_unittests", |
| 986 "--blacklist-file", | 776 "--blacklist-file", |
| 987 "[SLAVE_BUILD]/src/out/bad_devices.json", | 777 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 988 "--verbose", | 778 "--verbose", |
| 989 "--release", | 779 "--release", |
| 780 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate", |
| 990 "--flakiness-dashboard-server=test-results.appspot.com", | 781 "--flakiness-dashboard-server=test-results.appspot.com", |
| 991 "--json-results-file", | 782 "--json-results-file", |
| 992 "/path/to/tmp/json" | 783 "/path/to/tmp/json" |
| 993 ], | 784 ], |
| 994 "cwd": "[SLAVE_BUILD]", | 785 "cwd": "[SLAVE_BUILD]", |
| 995 "env": { | 786 "env": { |
| 996 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 787 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 997 }, | 788 }, |
| 998 "name": "cc_unittests.cc_unittests", | 789 "name": "content_unittests" |
| 999 "~followup_annotations": [ | |
| 1000 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1001 ] | |
| 1002 }, | 790 }, |
| 1003 { | 791 { |
| 1004 "cmd": [ | 792 "cmd": [ |
| 1005 "python", | 793 "python", |
| 1006 "-u", | 794 "-u", |
| 1007 "[BUILD]/scripts/slave/tee.py", | 795 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1008 "/path/to/tmp/logcat", | 796 "gtest", |
| 1009 "--", | 797 "-s", |
| 1010 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 798 "device_unittests", |
| 1011 "[TMP_BASE]/logcat_tmp_8" | 799 "--blacklist-file", |
| 1012 ], | 800 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1013 "cwd": "[SLAVE_BUILD]", | 801 "--verbose", |
| 1014 "name": "cc_unittests.logcat_dump", | 802 "--release", |
| 1015 "~followup_annotations": [ | 803 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1016 "@@@STEP_NEST_LEVEL@1@@@" | 804 "--json-results-file", |
| 1017 ] | 805 "/path/to/tmp/json" |
| 1018 }, | |
| 1019 { | |
| 1020 "cmd": [], | |
| 1021 "cwd": "[SLAVE_BUILD]", | |
| 1022 "name": "components_browsertests" | |
| 1023 }, | |
| 1024 { | |
| 1025 "cmd": [ | |
| 1026 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1027 "--", | |
| 1028 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1029 "[TMP_BASE]/logcat_tmp_9" | |
| 1030 ], | 806 ], |
| 1031 "cwd": "[SLAVE_BUILD]", | 807 "cwd": "[SLAVE_BUILD]", |
| 1032 "env": { | 808 "env": { |
| 1033 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 809 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1034 }, | 810 }, |
| 1035 "name": "components_browsertests.spawn_logcat_monitor", | 811 "name": "device_unittests" |
| 1036 "~followup_annotations": [ | |
| 1037 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1038 ] | |
| 1039 }, | 812 }, |
| 1040 { | 813 { |
| 1041 "cmd": [ | 814 "cmd": [ |
| 1042 "python", | 815 "python", |
| 1043 "-u", | 816 "-u", |
| 1044 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 817 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1045 "gtest", | 818 "gtest", |
| 1046 "-s", | 819 "-s", |
| 1047 "components_browsertests", | 820 "events_unittests", |
| 1048 "--blacklist-file", | 821 "--blacklist-file", |
| 1049 "[SLAVE_BUILD]/src/out/bad_devices.json", | 822 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1050 "--verbose", | 823 "--verbose", |
| 1051 "--release", | 824 "--release", |
| 1052 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", | |
| 1053 "--flakiness-dashboard-server=test-results.appspot.com", | 825 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1054 "--json-results-file", | 826 "--json-results-file", |
| 1055 "/path/to/tmp/json" | 827 "/path/to/tmp/json" |
| 1056 ], | 828 ], |
| 1057 "cwd": "[SLAVE_BUILD]", | 829 "cwd": "[SLAVE_BUILD]", |
| 1058 "env": { | 830 "env": { |
| 1059 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 831 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1060 }, | 832 }, |
| 1061 "name": "components_browsertests.components_browsertests", | 833 "name": "events_unittests" |
| 1062 "~followup_annotations": [ | |
| 1063 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1064 ] | |
| 1065 }, | 834 }, |
| 1066 { | 835 { |
| 1067 "cmd": [ | 836 "cmd": [ |
| 1068 "python", | 837 "python", |
| 1069 "-u", | 838 "-u", |
| 1070 "[BUILD]/scripts/slave/tee.py", | 839 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1071 "/path/to/tmp/logcat", | 840 "gtest", |
| 1072 "--", | 841 "-s", |
| 1073 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 842 "gl_tests", |
| 1074 "[TMP_BASE]/logcat_tmp_9" | 843 "--blacklist-file", |
| 1075 ], | 844 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1076 "cwd": "[SLAVE_BUILD]", | 845 "--verbose", |
| 1077 "name": "components_browsertests.logcat_dump", | 846 "--release", |
| 1078 "~followup_annotations": [ | 847 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1079 "@@@STEP_NEST_LEVEL@1@@@" | 848 "--json-results-file", |
| 1080 ] | 849 "/path/to/tmp/json" |
| 1081 }, | |
| 1082 { | |
| 1083 "cmd": [], | |
| 1084 "cwd": "[SLAVE_BUILD]", | |
| 1085 "name": "components_unittests" | |
| 1086 }, | |
| 1087 { | |
| 1088 "cmd": [ | |
| 1089 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1090 "--", | |
| 1091 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1092 "[TMP_BASE]/logcat_tmp_10" | |
| 1093 ], | 850 ], |
| 1094 "cwd": "[SLAVE_BUILD]", | 851 "cwd": "[SLAVE_BUILD]", |
| 1095 "env": { | 852 "env": { |
| 1096 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 853 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1097 }, | 854 }, |
| 1098 "name": "components_unittests.spawn_logcat_monitor", | 855 "name": "gl_tests" |
| 1099 "~followup_annotations": [ | |
| 1100 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1101 ] | |
| 1102 }, | 856 }, |
| 1103 { | 857 { |
| 1104 "cmd": [ | 858 "cmd": [ |
| 1105 "python", | 859 "python", |
| 1106 "-u", | 860 "-u", |
| 1107 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 861 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1108 "gtest", | 862 "gtest", |
| 1109 "-s", | 863 "-s", |
| 1110 "components_unittests", | 864 "gl_unittests", |
| 1111 "--blacklist-file", | 865 "--blacklist-file", |
| 1112 "[SLAVE_BUILD]/src/out/bad_devices.json", | 866 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1113 "--verbose", | 867 "--verbose", |
| 1114 "--release", | 868 "--release", |
| 1115 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_unittests.iso
late", | |
| 1116 "--flakiness-dashboard-server=test-results.appspot.com", | 869 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1117 "--json-results-file", | 870 "--json-results-file", |
| 1118 "/path/to/tmp/json" | 871 "/path/to/tmp/json" |
| 1119 ], | 872 ], |
| 1120 "cwd": "[SLAVE_BUILD]", | 873 "cwd": "[SLAVE_BUILD]", |
| 1121 "env": { | 874 "env": { |
| 1122 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 875 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1123 }, | 876 }, |
| 1124 "name": "components_unittests.components_unittests", | 877 "name": "gl_unittests" |
| 1125 "~followup_annotations": [ | |
| 1126 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1127 ] | |
| 1128 }, | 878 }, |
| 1129 { | 879 { |
| 1130 "cmd": [ | 880 "cmd": [ |
| 1131 "python", | 881 "python", |
| 1132 "-u", | 882 "-u", |
| 1133 "[BUILD]/scripts/slave/tee.py", | 883 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1134 "/path/to/tmp/logcat", | 884 "gtest", |
| 1135 "--", | 885 "-s", |
| 1136 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 886 "gpu_unittests", |
| 1137 "[TMP_BASE]/logcat_tmp_10" | 887 "--blacklist-file", |
| 1138 ], | 888 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1139 "cwd": "[SLAVE_BUILD]", | 889 "--verbose", |
| 1140 "name": "components_unittests.logcat_dump", | 890 "--release", |
| 1141 "~followup_annotations": [ | 891 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1142 "@@@STEP_NEST_LEVEL@1@@@" | 892 "--json-results-file", |
| 1143 ] | 893 "/path/to/tmp/json" |
| 1144 }, | |
| 1145 { | |
| 1146 "cmd": [], | |
| 1147 "cwd": "[SLAVE_BUILD]", | |
| 1148 "name": "content_browsertests" | |
| 1149 }, | |
| 1150 { | |
| 1151 "cmd": [ | |
| 1152 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1153 "--", | |
| 1154 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1155 "[TMP_BASE]/logcat_tmp_11" | |
| 1156 ], | 894 ], |
| 1157 "cwd": "[SLAVE_BUILD]", | 895 "cwd": "[SLAVE_BUILD]", |
| 1158 "env": { | 896 "env": { |
| 1159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 897 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1160 }, | 898 }, |
| 1161 "name": "content_browsertests.spawn_logcat_monitor", | 899 "name": "gpu_unittests" |
| 1162 "~followup_annotations": [ | |
| 1163 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1164 ] | |
| 1165 }, | 900 }, |
| 1166 { | 901 { |
| 1167 "cmd": [ | 902 "cmd": [ |
| 1168 "python", | 903 "python", |
| 1169 "-u", | 904 "-u", |
| 1170 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 905 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1171 "gtest", | 906 "gtest", |
| 1172 "-s", | 907 "-s", |
| 1173 "content_browsertests", | 908 "ipc_tests", |
| 1174 "--blacklist-file", | 909 "--blacklist-file", |
| 1175 "[SLAVE_BUILD]/src/out/bad_devices.json", | 910 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1176 "--verbose", | 911 "--verbose", |
| 1177 "--release", | 912 "--release", |
| 1178 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_browsertests.isolat
e", | |
| 1179 "--flakiness-dashboard-server=test-results.appspot.com", | 913 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1180 "--json-results-file", | 914 "--json-results-file", |
| 1181 "/path/to/tmp/json" | 915 "/path/to/tmp/json" |
| 1182 ], | 916 ], |
| 1183 "cwd": "[SLAVE_BUILD]", | 917 "cwd": "[SLAVE_BUILD]", |
| 1184 "env": { | 918 "env": { |
| 1185 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 919 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1186 }, | 920 }, |
| 1187 "name": "content_browsertests.content_browsertests", | 921 "name": "ipc_tests" |
| 1188 "~followup_annotations": [ | |
| 1189 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1190 ] | |
| 1191 }, | 922 }, |
| 1192 { | 923 { |
| 1193 "cmd": [ | 924 "cmd": [ |
| 1194 "python", | 925 "python", |
| 1195 "-u", | 926 "-u", |
| 1196 "[BUILD]/scripts/slave/tee.py", | 927 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1197 "/path/to/tmp/logcat", | 928 "gtest", |
| 1198 "--", | 929 "-s", |
| 1199 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 930 "media_unittests", |
| 1200 "[TMP_BASE]/logcat_tmp_11" | 931 "--blacklist-file", |
| 1201 ], | 932 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1202 "cwd": "[SLAVE_BUILD]", | 933 "--verbose", |
| 1203 "name": "content_browsertests.logcat_dump", | 934 "--release", |
| 1204 "~followup_annotations": [ | 935 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate", |
| 1205 "@@@STEP_NEST_LEVEL@1@@@" | 936 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1206 ] | 937 "--json-results-file", |
| 1207 }, | 938 "/path/to/tmp/json" |
| 1208 { | |
| 1209 "cmd": [], | |
| 1210 "cwd": "[SLAVE_BUILD]", | |
| 1211 "name": "content_unittests" | |
| 1212 }, | |
| 1213 { | |
| 1214 "cmd": [ | |
| 1215 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1216 "--", | |
| 1217 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1218 "[TMP_BASE]/logcat_tmp_12" | |
| 1219 ], | 939 ], |
| 1220 "cwd": "[SLAVE_BUILD]", | 940 "cwd": "[SLAVE_BUILD]", |
| 1221 "env": { | 941 "env": { |
| 1222 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 942 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1223 }, | 943 }, |
| 1224 "name": "content_unittests.spawn_logcat_monitor", | 944 "name": "media_unittests" |
| 1225 "~followup_annotations": [ | |
| 1226 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1227 ] | |
| 1228 }, | 945 }, |
| 1229 { | 946 { |
| 1230 "cmd": [ | 947 "cmd": [ |
| 1231 "python", | 948 "python", |
| 1232 "-u", | 949 "-u", |
| 1233 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 950 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1234 "gtest", | 951 "gtest", |
| 1235 "-s", | 952 "-s", |
| 1236 "content_unittests", | 953 "net_unittests", |
| 1237 "--blacklist-file", | 954 "--blacklist-file", |
| 1238 "[SLAVE_BUILD]/src/out/bad_devices.json", | 955 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1239 "--verbose", | 956 "--verbose", |
| 1240 "--release", | 957 "--release", |
| 1241 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate", | 958 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", |
| 1242 "--flakiness-dashboard-server=test-results.appspot.com", | 959 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1243 "--json-results-file", | 960 "--json-results-file", |
| 1244 "/path/to/tmp/json" | 961 "/path/to/tmp/json" |
| 1245 ], | 962 ], |
| 1246 "cwd": "[SLAVE_BUILD]", | 963 "cwd": "[SLAVE_BUILD]", |
| 1247 "env": { | 964 "env": { |
| 1248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 965 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1249 }, | 966 }, |
| 1250 "name": "content_unittests.content_unittests", | 967 "name": "net_unittests" |
| 1251 "~followup_annotations": [ | |
| 1252 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1253 ] | |
| 1254 }, | 968 }, |
| 1255 { | 969 { |
| 1256 "cmd": [ | 970 "cmd": [ |
| 1257 "python", | 971 "python", |
| 1258 "-u", | 972 "-u", |
| 1259 "[BUILD]/scripts/slave/tee.py", | 973 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1260 "/path/to/tmp/logcat", | 974 "gtest", |
| 1261 "--", | 975 "-s", |
| 1262 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 976 "sandbox_linux_unittests", |
| 1263 "[TMP_BASE]/logcat_tmp_12" | 977 "--blacklist-file", |
| 1264 ], | 978 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1265 "cwd": "[SLAVE_BUILD]", | 979 "--verbose", |
| 1266 "name": "content_unittests.logcat_dump", | 980 "--release", |
| 1267 "~followup_annotations": [ | 981 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1268 "@@@STEP_NEST_LEVEL@1@@@" | 982 "--json-results-file", |
| 1269 ] | 983 "/path/to/tmp/json" |
| 1270 }, | |
| 1271 { | |
| 1272 "cmd": [], | |
| 1273 "cwd": "[SLAVE_BUILD]", | |
| 1274 "name": "device_unittests" | |
| 1275 }, | |
| 1276 { | |
| 1277 "cmd": [ | |
| 1278 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1279 "--", | |
| 1280 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1281 "[TMP_BASE]/logcat_tmp_13" | |
| 1282 ], | 984 ], |
| 1283 "cwd": "[SLAVE_BUILD]", | 985 "cwd": "[SLAVE_BUILD]", |
| 1284 "env": { | 986 "env": { |
| 1285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 987 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1286 }, | 988 }, |
| 1287 "name": "device_unittests.spawn_logcat_monitor", | 989 "name": "sandbox_linux_unittests" |
| 1288 "~followup_annotations": [ | |
| 1289 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1290 ] | |
| 1291 }, | 990 }, |
| 1292 { | 991 { |
| 1293 "cmd": [ | 992 "cmd": [ |
| 1294 "python", | 993 "python", |
| 1295 "-u", | 994 "-u", |
| 1296 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 995 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1297 "gtest", | 996 "gtest", |
| 1298 "-s", | 997 "-s", |
| 1299 "device_unittests", | 998 "sql_unittests", |
| 1300 "--blacklist-file", | 999 "--blacklist-file", |
| 1301 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1000 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1302 "--verbose", | 1001 "--verbose", |
| 1303 "--release", | 1002 "--release", |
| 1003 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate", |
| 1304 "--flakiness-dashboard-server=test-results.appspot.com", | 1004 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1305 "--json-results-file", | 1005 "--json-results-file", |
| 1306 "/path/to/tmp/json" | 1006 "/path/to/tmp/json" |
| 1307 ], | 1007 ], |
| 1308 "cwd": "[SLAVE_BUILD]", | 1008 "cwd": "[SLAVE_BUILD]", |
| 1309 "env": { | 1009 "env": { |
| 1310 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1010 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1311 }, | 1011 }, |
| 1312 "name": "device_unittests.device_unittests", | 1012 "name": "sql_unittests" |
| 1313 "~followup_annotations": [ | |
| 1314 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1315 ] | |
| 1316 }, | 1013 }, |
| 1317 { | 1014 { |
| 1318 "cmd": [ | 1015 "cmd": [ |
| 1319 "python", | 1016 "python", |
| 1320 "-u", | 1017 "-u", |
| 1321 "[BUILD]/scripts/slave/tee.py", | 1018 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1322 "/path/to/tmp/logcat", | 1019 "gtest", |
| 1323 "--", | 1020 "-s", |
| 1324 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1021 "sync_unit_tests", |
| 1325 "[TMP_BASE]/logcat_tmp_13" | 1022 "--blacklist-file", |
| 1326 ], | 1023 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1327 "cwd": "[SLAVE_BUILD]", | 1024 "--verbose", |
| 1328 "name": "device_unittests.logcat_dump", | 1025 "--release", |
| 1329 "~followup_annotations": [ | 1026 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate", |
| 1330 "@@@STEP_NEST_LEVEL@1@@@" | 1027 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1331 ] | 1028 "--json-results-file", |
| 1332 }, | 1029 "/path/to/tmp/json" |
| 1333 { | |
| 1334 "cmd": [], | |
| 1335 "cwd": "[SLAVE_BUILD]", | |
| 1336 "name": "events_unittests" | |
| 1337 }, | |
| 1338 { | |
| 1339 "cmd": [ | |
| 1340 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1341 "--", | |
| 1342 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1343 "[TMP_BASE]/logcat_tmp_14" | |
| 1344 ], | 1030 ], |
| 1345 "cwd": "[SLAVE_BUILD]", | 1031 "cwd": "[SLAVE_BUILD]", |
| 1346 "env": { | 1032 "env": { |
| 1347 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1033 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1348 }, | 1034 }, |
| 1349 "name": "events_unittests.spawn_logcat_monitor", | 1035 "name": "sync_unit_tests" |
| 1350 "~followup_annotations": [ | |
| 1351 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1352 ] | |
| 1353 }, | 1036 }, |
| 1354 { | 1037 { |
| 1355 "cmd": [ | 1038 "cmd": [ |
| 1356 "python", | 1039 "python", |
| 1357 "-u", | 1040 "-u", |
| 1358 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1041 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1359 "gtest", | 1042 "gtest", |
| 1360 "-s", | 1043 "-s", |
| 1361 "events_unittests", | 1044 "ui_android_unittests", |
| 1362 "--blacklist-file", | 1045 "--blacklist-file", |
| 1363 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1046 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1364 "--verbose", | 1047 "--verbose", |
| 1365 "--release", | 1048 "--release", |
| 1366 "--flakiness-dashboard-server=test-results.appspot.com", | 1049 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1367 "--json-results-file", | 1050 "--json-results-file", |
| 1368 "/path/to/tmp/json" | 1051 "/path/to/tmp/json" |
| 1369 ], | 1052 ], |
| 1370 "cwd": "[SLAVE_BUILD]", | 1053 "cwd": "[SLAVE_BUILD]", |
| 1371 "env": { | 1054 "env": { |
| 1372 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1055 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1373 }, | 1056 }, |
| 1374 "name": "events_unittests.events_unittests", | 1057 "name": "ui_android_unittests" |
| 1375 "~followup_annotations": [ | |
| 1376 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1377 ] | |
| 1378 }, | 1058 }, |
| 1379 { | 1059 { |
| 1380 "cmd": [ | 1060 "cmd": [ |
| 1381 "python", | 1061 "python", |
| 1382 "-u", | 1062 "-u", |
| 1383 "[BUILD]/scripts/slave/tee.py", | 1063 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1384 "/path/to/tmp/logcat", | 1064 "gtest", |
| 1385 "--", | 1065 "-s", |
| 1386 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1066 "ui_base_unittests", |
| 1387 "[TMP_BASE]/logcat_tmp_14" | 1067 "--blacklist-file", |
| 1388 ], | 1068 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1389 "cwd": "[SLAVE_BUILD]", | 1069 "--verbose", |
| 1390 "name": "events_unittests.logcat_dump", | 1070 "--release", |
| 1391 "~followup_annotations": [ | 1071 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate", |
| 1392 "@@@STEP_NEST_LEVEL@1@@@" | 1072 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1393 ] | 1073 "--json-results-file", |
| 1394 }, | 1074 "/path/to/tmp/json" |
| 1395 { | |
| 1396 "cmd": [], | |
| 1397 "cwd": "[SLAVE_BUILD]", | |
| 1398 "name": "gl_tests" | |
| 1399 }, | |
| 1400 { | |
| 1401 "cmd": [ | |
| 1402 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1403 "--", | |
| 1404 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1405 "[TMP_BASE]/logcat_tmp_15" | |
| 1406 ], | 1075 ], |
| 1407 "cwd": "[SLAVE_BUILD]", | 1076 "cwd": "[SLAVE_BUILD]", |
| 1408 "env": { | 1077 "env": { |
| 1409 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1078 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1410 }, | 1079 }, |
| 1411 "name": "gl_tests.spawn_logcat_monitor", | 1080 "name": "ui_base_unittests" |
| 1412 "~followup_annotations": [ | |
| 1413 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1414 ] | |
| 1415 }, | 1081 }, |
| 1416 { | 1082 { |
| 1417 "cmd": [ | 1083 "cmd": [ |
| 1418 "python", | 1084 "python", |
| 1419 "-u", | 1085 "-u", |
| 1420 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1086 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1421 "gtest", | 1087 "gtest", |
| 1422 "-s", | 1088 "-s", |
| 1423 "gl_tests", | 1089 "ui_touch_selection_unittests", |
| 1424 "--blacklist-file", | 1090 "--blacklist-file", |
| 1425 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1091 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1426 "--verbose", | 1092 "--verbose", |
| 1427 "--release", | 1093 "--release", |
| 1428 "--flakiness-dashboard-server=test-results.appspot.com", | 1094 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1429 "--json-results-file", | 1095 "--json-results-file", |
| 1430 "/path/to/tmp/json" | 1096 "/path/to/tmp/json" |
| 1431 ], | 1097 ], |
| 1432 "cwd": "[SLAVE_BUILD]", | 1098 "cwd": "[SLAVE_BUILD]", |
| 1433 "env": { | 1099 "env": { |
| 1434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1100 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1435 }, | 1101 }, |
| 1436 "name": "gl_tests.gl_tests", | |
| 1437 "~followup_annotations": [ | |
| 1438 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1439 ] | |
| 1440 }, | |
| 1441 { | |
| 1442 "cmd": [ | |
| 1443 "python", | |
| 1444 "-u", | |
| 1445 "[BUILD]/scripts/slave/tee.py", | |
| 1446 "/path/to/tmp/logcat", | |
| 1447 "--", | |
| 1448 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1449 "[TMP_BASE]/logcat_tmp_15" | |
| 1450 ], | |
| 1451 "cwd": "[SLAVE_BUILD]", | |
| 1452 "name": "gl_tests.logcat_dump", | |
| 1453 "~followup_annotations": [ | |
| 1454 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1455 ] | |
| 1456 }, | |
| 1457 { | |
| 1458 "cmd": [], | |
| 1459 "cwd": "[SLAVE_BUILD]", | |
| 1460 "name": "gl_unittests" | |
| 1461 }, | |
| 1462 { | |
| 1463 "cmd": [ | |
| 1464 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1465 "--", | |
| 1466 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1467 "[TMP_BASE]/logcat_tmp_16" | |
| 1468 ], | |
| 1469 "cwd": "[SLAVE_BUILD]", | |
| 1470 "env": { | |
| 1471 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1472 }, | |
| 1473 "name": "gl_unittests.spawn_logcat_monitor", | |
| 1474 "~followup_annotations": [ | |
| 1475 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1476 ] | |
| 1477 }, | |
| 1478 { | |
| 1479 "cmd": [ | |
| 1480 "python", | |
| 1481 "-u", | |
| 1482 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1483 "gtest", | |
| 1484 "-s", | |
| 1485 "gl_unittests", | |
| 1486 "--blacklist-file", | |
| 1487 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1488 "--verbose", | |
| 1489 "--release", | |
| 1490 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1491 "--json-results-file", | |
| 1492 "/path/to/tmp/json" | |
| 1493 ], | |
| 1494 "cwd": "[SLAVE_BUILD]", | |
| 1495 "env": { | |
| 1496 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1497 }, | |
| 1498 "name": "gl_unittests.gl_unittests", | |
| 1499 "~followup_annotations": [ | |
| 1500 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1501 ] | |
| 1502 }, | |
| 1503 { | |
| 1504 "cmd": [ | |
| 1505 "python", | |
| 1506 "-u", | |
| 1507 "[BUILD]/scripts/slave/tee.py", | |
| 1508 "/path/to/tmp/logcat", | |
| 1509 "--", | |
| 1510 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1511 "[TMP_BASE]/logcat_tmp_16" | |
| 1512 ], | |
| 1513 "cwd": "[SLAVE_BUILD]", | |
| 1514 "name": "gl_unittests.logcat_dump", | |
| 1515 "~followup_annotations": [ | |
| 1516 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1517 ] | |
| 1518 }, | |
| 1519 { | |
| 1520 "cmd": [], | |
| 1521 "cwd": "[SLAVE_BUILD]", | |
| 1522 "name": "gpu_unittests" | |
| 1523 }, | |
| 1524 { | |
| 1525 "cmd": [ | |
| 1526 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1527 "--", | |
| 1528 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1529 "[TMP_BASE]/logcat_tmp_17" | |
| 1530 ], | |
| 1531 "cwd": "[SLAVE_BUILD]", | |
| 1532 "env": { | |
| 1533 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1534 }, | |
| 1535 "name": "gpu_unittests.spawn_logcat_monitor", | |
| 1536 "~followup_annotations": [ | |
| 1537 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1538 ] | |
| 1539 }, | |
| 1540 { | |
| 1541 "cmd": [ | |
| 1542 "python", | |
| 1543 "-u", | |
| 1544 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1545 "gtest", | |
| 1546 "-s", | |
| 1547 "gpu_unittests", | |
| 1548 "--blacklist-file", | |
| 1549 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1550 "--verbose", | |
| 1551 "--release", | |
| 1552 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1553 "--json-results-file", | |
| 1554 "/path/to/tmp/json" | |
| 1555 ], | |
| 1556 "cwd": "[SLAVE_BUILD]", | |
| 1557 "env": { | |
| 1558 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1559 }, | |
| 1560 "name": "gpu_unittests.gpu_unittests", | |
| 1561 "~followup_annotations": [ | |
| 1562 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1563 ] | |
| 1564 }, | |
| 1565 { | |
| 1566 "cmd": [ | |
| 1567 "python", | |
| 1568 "-u", | |
| 1569 "[BUILD]/scripts/slave/tee.py", | |
| 1570 "/path/to/tmp/logcat", | |
| 1571 "--", | |
| 1572 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1573 "[TMP_BASE]/logcat_tmp_17" | |
| 1574 ], | |
| 1575 "cwd": "[SLAVE_BUILD]", | |
| 1576 "name": "gpu_unittests.logcat_dump", | |
| 1577 "~followup_annotations": [ | |
| 1578 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1579 ] | |
| 1580 }, | |
| 1581 { | |
| 1582 "cmd": [], | |
| 1583 "cwd": "[SLAVE_BUILD]", | |
| 1584 "name": "ipc_tests" | |
| 1585 }, | |
| 1586 { | |
| 1587 "cmd": [ | |
| 1588 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1589 "--", | |
| 1590 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1591 "[TMP_BASE]/logcat_tmp_18" | |
| 1592 ], | |
| 1593 "cwd": "[SLAVE_BUILD]", | |
| 1594 "env": { | |
| 1595 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1596 }, | |
| 1597 "name": "ipc_tests.spawn_logcat_monitor", | |
| 1598 "~followup_annotations": [ | |
| 1599 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1600 ] | |
| 1601 }, | |
| 1602 { | |
| 1603 "cmd": [ | |
| 1604 "python", | |
| 1605 "-u", | |
| 1606 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1607 "gtest", | |
| 1608 "-s", | |
| 1609 "ipc_tests", | |
| 1610 "--blacklist-file", | |
| 1611 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1612 "--verbose", | |
| 1613 "--release", | |
| 1614 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1615 "--json-results-file", | |
| 1616 "/path/to/tmp/json" | |
| 1617 ], | |
| 1618 "cwd": "[SLAVE_BUILD]", | |
| 1619 "env": { | |
| 1620 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1621 }, | |
| 1622 "name": "ipc_tests.ipc_tests", | |
| 1623 "~followup_annotations": [ | |
| 1624 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1625 ] | |
| 1626 }, | |
| 1627 { | |
| 1628 "cmd": [ | |
| 1629 "python", | |
| 1630 "-u", | |
| 1631 "[BUILD]/scripts/slave/tee.py", | |
| 1632 "/path/to/tmp/logcat", | |
| 1633 "--", | |
| 1634 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1635 "[TMP_BASE]/logcat_tmp_18" | |
| 1636 ], | |
| 1637 "cwd": "[SLAVE_BUILD]", | |
| 1638 "name": "ipc_tests.logcat_dump", | |
| 1639 "~followup_annotations": [ | |
| 1640 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1641 ] | |
| 1642 }, | |
| 1643 { | |
| 1644 "cmd": [], | |
| 1645 "cwd": "[SLAVE_BUILD]", | |
| 1646 "name": "media_unittests" | |
| 1647 }, | |
| 1648 { | |
| 1649 "cmd": [ | |
| 1650 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1651 "--", | |
| 1652 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1653 "[TMP_BASE]/logcat_tmp_19" | |
| 1654 ], | |
| 1655 "cwd": "[SLAVE_BUILD]", | |
| 1656 "env": { | |
| 1657 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1658 }, | |
| 1659 "name": "media_unittests.spawn_logcat_monitor", | |
| 1660 "~followup_annotations": [ | |
| 1661 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1662 ] | |
| 1663 }, | |
| 1664 { | |
| 1665 "cmd": [ | |
| 1666 "python", | |
| 1667 "-u", | |
| 1668 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1669 "gtest", | |
| 1670 "-s", | |
| 1671 "media_unittests", | |
| 1672 "--blacklist-file", | |
| 1673 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1674 "--verbose", | |
| 1675 "--release", | |
| 1676 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate", | |
| 1677 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1678 "--json-results-file", | |
| 1679 "/path/to/tmp/json" | |
| 1680 ], | |
| 1681 "cwd": "[SLAVE_BUILD]", | |
| 1682 "env": { | |
| 1683 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1684 }, | |
| 1685 "name": "media_unittests.media_unittests", | |
| 1686 "~followup_annotations": [ | |
| 1687 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1688 ] | |
| 1689 }, | |
| 1690 { | |
| 1691 "cmd": [ | |
| 1692 "python", | |
| 1693 "-u", | |
| 1694 "[BUILD]/scripts/slave/tee.py", | |
| 1695 "/path/to/tmp/logcat", | |
| 1696 "--", | |
| 1697 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1698 "[TMP_BASE]/logcat_tmp_19" | |
| 1699 ], | |
| 1700 "cwd": "[SLAVE_BUILD]", | |
| 1701 "name": "media_unittests.logcat_dump", | |
| 1702 "~followup_annotations": [ | |
| 1703 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1704 ] | |
| 1705 }, | |
| 1706 { | |
| 1707 "cmd": [], | |
| 1708 "cwd": "[SLAVE_BUILD]", | |
| 1709 "name": "net_unittests" | |
| 1710 }, | |
| 1711 { | |
| 1712 "cmd": [ | |
| 1713 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1714 "--", | |
| 1715 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1716 "[TMP_BASE]/logcat_tmp_20" | |
| 1717 ], | |
| 1718 "cwd": "[SLAVE_BUILD]", | |
| 1719 "env": { | |
| 1720 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1721 }, | |
| 1722 "name": "net_unittests.spawn_logcat_monitor", | |
| 1723 "~followup_annotations": [ | |
| 1724 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1725 ] | |
| 1726 }, | |
| 1727 { | |
| 1728 "cmd": [ | |
| 1729 "python", | |
| 1730 "-u", | |
| 1731 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1732 "gtest", | |
| 1733 "-s", | |
| 1734 "net_unittests", | |
| 1735 "--blacklist-file", | |
| 1736 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1737 "--verbose", | |
| 1738 "--release", | |
| 1739 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", | |
| 1740 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1741 "--json-results-file", | |
| 1742 "/path/to/tmp/json" | |
| 1743 ], | |
| 1744 "cwd": "[SLAVE_BUILD]", | |
| 1745 "env": { | |
| 1746 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1747 }, | |
| 1748 "name": "net_unittests.net_unittests", | |
| 1749 "~followup_annotations": [ | |
| 1750 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1751 ] | |
| 1752 }, | |
| 1753 { | |
| 1754 "cmd": [ | |
| 1755 "python", | |
| 1756 "-u", | |
| 1757 "[BUILD]/scripts/slave/tee.py", | |
| 1758 "/path/to/tmp/logcat", | |
| 1759 "--", | |
| 1760 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1761 "[TMP_BASE]/logcat_tmp_20" | |
| 1762 ], | |
| 1763 "cwd": "[SLAVE_BUILD]", | |
| 1764 "name": "net_unittests.logcat_dump", | |
| 1765 "~followup_annotations": [ | |
| 1766 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1767 ] | |
| 1768 }, | |
| 1769 { | |
| 1770 "cmd": [], | |
| 1771 "cwd": "[SLAVE_BUILD]", | |
| 1772 "name": "sandbox_linux_unittests" | |
| 1773 }, | |
| 1774 { | |
| 1775 "cmd": [ | |
| 1776 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1777 "--", | |
| 1778 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1779 "[TMP_BASE]/logcat_tmp_21" | |
| 1780 ], | |
| 1781 "cwd": "[SLAVE_BUILD]", | |
| 1782 "env": { | |
| 1783 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1784 }, | |
| 1785 "name": "sandbox_linux_unittests.spawn_logcat_monitor", | |
| 1786 "~followup_annotations": [ | |
| 1787 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1788 ] | |
| 1789 }, | |
| 1790 { | |
| 1791 "cmd": [ | |
| 1792 "python", | |
| 1793 "-u", | |
| 1794 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1795 "gtest", | |
| 1796 "-s", | |
| 1797 "sandbox_linux_unittests", | |
| 1798 "--blacklist-file", | |
| 1799 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1800 "--verbose", | |
| 1801 "--release", | |
| 1802 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1803 "--json-results-file", | |
| 1804 "/path/to/tmp/json" | |
| 1805 ], | |
| 1806 "cwd": "[SLAVE_BUILD]", | |
| 1807 "env": { | |
| 1808 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1809 }, | |
| 1810 "name": "sandbox_linux_unittests.sandbox_linux_unittests", | |
| 1811 "~followup_annotations": [ | |
| 1812 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1813 ] | |
| 1814 }, | |
| 1815 { | |
| 1816 "cmd": [ | |
| 1817 "python", | |
| 1818 "-u", | |
| 1819 "[BUILD]/scripts/slave/tee.py", | |
| 1820 "/path/to/tmp/logcat", | |
| 1821 "--", | |
| 1822 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1823 "[TMP_BASE]/logcat_tmp_21" | |
| 1824 ], | |
| 1825 "cwd": "[SLAVE_BUILD]", | |
| 1826 "name": "sandbox_linux_unittests.logcat_dump", | |
| 1827 "~followup_annotations": [ | |
| 1828 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1829 ] | |
| 1830 }, | |
| 1831 { | |
| 1832 "cmd": [], | |
| 1833 "cwd": "[SLAVE_BUILD]", | |
| 1834 "name": "sql_unittests" | |
| 1835 }, | |
| 1836 { | |
| 1837 "cmd": [ | |
| 1838 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1839 "--", | |
| 1840 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1841 "[TMP_BASE]/logcat_tmp_22" | |
| 1842 ], | |
| 1843 "cwd": "[SLAVE_BUILD]", | |
| 1844 "env": { | |
| 1845 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1846 }, | |
| 1847 "name": "sql_unittests.spawn_logcat_monitor", | |
| 1848 "~followup_annotations": [ | |
| 1849 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1850 ] | |
| 1851 }, | |
| 1852 { | |
| 1853 "cmd": [ | |
| 1854 "python", | |
| 1855 "-u", | |
| 1856 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1857 "gtest", | |
| 1858 "-s", | |
| 1859 "sql_unittests", | |
| 1860 "--blacklist-file", | |
| 1861 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1862 "--verbose", | |
| 1863 "--release", | |
| 1864 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate", | |
| 1865 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1866 "--json-results-file", | |
| 1867 "/path/to/tmp/json" | |
| 1868 ], | |
| 1869 "cwd": "[SLAVE_BUILD]", | |
| 1870 "env": { | |
| 1871 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1872 }, | |
| 1873 "name": "sql_unittests.sql_unittests", | |
| 1874 "~followup_annotations": [ | |
| 1875 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1876 ] | |
| 1877 }, | |
| 1878 { | |
| 1879 "cmd": [ | |
| 1880 "python", | |
| 1881 "-u", | |
| 1882 "[BUILD]/scripts/slave/tee.py", | |
| 1883 "/path/to/tmp/logcat", | |
| 1884 "--", | |
| 1885 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1886 "[TMP_BASE]/logcat_tmp_22" | |
| 1887 ], | |
| 1888 "cwd": "[SLAVE_BUILD]", | |
| 1889 "name": "sql_unittests.logcat_dump", | |
| 1890 "~followup_annotations": [ | |
| 1891 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1892 ] | |
| 1893 }, | |
| 1894 { | |
| 1895 "cmd": [], | |
| 1896 "cwd": "[SLAVE_BUILD]", | |
| 1897 "name": "sync_unit_tests" | |
| 1898 }, | |
| 1899 { | |
| 1900 "cmd": [ | |
| 1901 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1902 "--", | |
| 1903 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1904 "[TMP_BASE]/logcat_tmp_23" | |
| 1905 ], | |
| 1906 "cwd": "[SLAVE_BUILD]", | |
| 1907 "env": { | |
| 1908 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1909 }, | |
| 1910 "name": "sync_unit_tests.spawn_logcat_monitor", | |
| 1911 "~followup_annotations": [ | |
| 1912 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1913 ] | |
| 1914 }, | |
| 1915 { | |
| 1916 "cmd": [ | |
| 1917 "python", | |
| 1918 "-u", | |
| 1919 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1920 "gtest", | |
| 1921 "-s", | |
| 1922 "sync_unit_tests", | |
| 1923 "--blacklist-file", | |
| 1924 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1925 "--verbose", | |
| 1926 "--release", | |
| 1927 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate", | |
| 1928 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1929 "--json-results-file", | |
| 1930 "/path/to/tmp/json" | |
| 1931 ], | |
| 1932 "cwd": "[SLAVE_BUILD]", | |
| 1933 "env": { | |
| 1934 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1935 }, | |
| 1936 "name": "sync_unit_tests.sync_unit_tests", | |
| 1937 "~followup_annotations": [ | |
| 1938 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1939 ] | |
| 1940 }, | |
| 1941 { | |
| 1942 "cmd": [ | |
| 1943 "python", | |
| 1944 "-u", | |
| 1945 "[BUILD]/scripts/slave/tee.py", | |
| 1946 "/path/to/tmp/logcat", | |
| 1947 "--", | |
| 1948 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1949 "[TMP_BASE]/logcat_tmp_23" | |
| 1950 ], | |
| 1951 "cwd": "[SLAVE_BUILD]", | |
| 1952 "name": "sync_unit_tests.logcat_dump", | |
| 1953 "~followup_annotations": [ | |
| 1954 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1955 ] | |
| 1956 }, | |
| 1957 { | |
| 1958 "cmd": [], | |
| 1959 "cwd": "[SLAVE_BUILD]", | |
| 1960 "name": "ui_android_unittests" | |
| 1961 }, | |
| 1962 { | |
| 1963 "cmd": [ | |
| 1964 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1965 "--", | |
| 1966 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1967 "[TMP_BASE]/logcat_tmp_24" | |
| 1968 ], | |
| 1969 "cwd": "[SLAVE_BUILD]", | |
| 1970 "env": { | |
| 1971 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1972 }, | |
| 1973 "name": "ui_android_unittests.spawn_logcat_monitor", | |
| 1974 "~followup_annotations": [ | |
| 1975 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1976 ] | |
| 1977 }, | |
| 1978 { | |
| 1979 "cmd": [ | |
| 1980 "python", | |
| 1981 "-u", | |
| 1982 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1983 "gtest", | |
| 1984 "-s", | |
| 1985 "ui_android_unittests", | |
| 1986 "--blacklist-file", | |
| 1987 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1988 "--verbose", | |
| 1989 "--release", | |
| 1990 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1991 "--json-results-file", | |
| 1992 "/path/to/tmp/json" | |
| 1993 ], | |
| 1994 "cwd": "[SLAVE_BUILD]", | |
| 1995 "env": { | |
| 1996 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1997 }, | |
| 1998 "name": "ui_android_unittests.ui_android_unittests", | |
| 1999 "~followup_annotations": [ | |
| 2000 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2001 ] | |
| 2002 }, | |
| 2003 { | |
| 2004 "cmd": [ | |
| 2005 "python", | |
| 2006 "-u", | |
| 2007 "[BUILD]/scripts/slave/tee.py", | |
| 2008 "/path/to/tmp/logcat", | |
| 2009 "--", | |
| 2010 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2011 "[TMP_BASE]/logcat_tmp_24" | |
| 2012 ], | |
| 2013 "cwd": "[SLAVE_BUILD]", | |
| 2014 "name": "ui_android_unittests.logcat_dump", | |
| 2015 "~followup_annotations": [ | |
| 2016 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2017 ] | |
| 2018 }, | |
| 2019 { | |
| 2020 "cmd": [], | |
| 2021 "cwd": "[SLAVE_BUILD]", | |
| 2022 "name": "ui_base_unittests" | |
| 2023 }, | |
| 2024 { | |
| 2025 "cmd": [ | |
| 2026 "[BUILD]/scripts/slave/daemonizer.py", | |
| 2027 "--", | |
| 2028 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 2029 "[TMP_BASE]/logcat_tmp_25" | |
| 2030 ], | |
| 2031 "cwd": "[SLAVE_BUILD]", | |
| 2032 "env": { | |
| 2033 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2034 }, | |
| 2035 "name": "ui_base_unittests.spawn_logcat_monitor", | |
| 2036 "~followup_annotations": [ | |
| 2037 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2038 ] | |
| 2039 }, | |
| 2040 { | |
| 2041 "cmd": [ | |
| 2042 "python", | |
| 2043 "-u", | |
| 2044 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 2045 "gtest", | |
| 2046 "-s", | |
| 2047 "ui_base_unittests", | |
| 2048 "--blacklist-file", | |
| 2049 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2050 "--verbose", | |
| 2051 "--release", | |
| 2052 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate", | |
| 2053 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 2054 "--json-results-file", | |
| 2055 "/path/to/tmp/json" | |
| 2056 ], | |
| 2057 "cwd": "[SLAVE_BUILD]", | |
| 2058 "env": { | |
| 2059 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2060 }, | |
| 2061 "name": "ui_base_unittests.ui_base_unittests", | |
| 2062 "~followup_annotations": [ | |
| 2063 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2064 ] | |
| 2065 }, | |
| 2066 { | |
| 2067 "cmd": [ | |
| 2068 "python", | |
| 2069 "-u", | |
| 2070 "[BUILD]/scripts/slave/tee.py", | |
| 2071 "/path/to/tmp/logcat", | |
| 2072 "--", | |
| 2073 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2074 "[TMP_BASE]/logcat_tmp_25" | |
| 2075 ], | |
| 2076 "cwd": "[SLAVE_BUILD]", | |
| 2077 "name": "ui_base_unittests.logcat_dump", | |
| 2078 "~followup_annotations": [ | |
| 2079 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2080 ] | |
| 2081 }, | |
| 2082 { | |
| 2083 "cmd": [], | |
| 2084 "cwd": "[SLAVE_BUILD]", | |
| 2085 "name": "ui_touch_selection_unittests" | 1102 "name": "ui_touch_selection_unittests" |
| 2086 }, | 1103 }, |
| 2087 { | 1104 { |
| 2088 "cmd": [ | 1105 "cmd": [ |
| 2089 "[BUILD]/scripts/slave/daemonizer.py", | |
| 2090 "--", | |
| 2091 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 2092 "[TMP_BASE]/logcat_tmp_26" | |
| 2093 ], | |
| 2094 "cwd": "[SLAVE_BUILD]", | |
| 2095 "env": { | |
| 2096 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2097 }, | |
| 2098 "name": "ui_touch_selection_unittests.spawn_logcat_monitor", | |
| 2099 "~followup_annotations": [ | |
| 2100 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2101 ] | |
| 2102 }, | |
| 2103 { | |
| 2104 "cmd": [ | |
| 2105 "python", | |
| 2106 "-u", | |
| 2107 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 2108 "gtest", | |
| 2109 "-s", | |
| 2110 "ui_touch_selection_unittests", | |
| 2111 "--blacklist-file", | |
| 2112 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2113 "--verbose", | |
| 2114 "--release", | |
| 2115 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 2116 "--json-results-file", | |
| 2117 "/path/to/tmp/json" | |
| 2118 ], | |
| 2119 "cwd": "[SLAVE_BUILD]", | |
| 2120 "env": { | |
| 2121 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2122 }, | |
| 2123 "name": "ui_touch_selection_unittests.ui_touch_selection_unittests", | |
| 2124 "~followup_annotations": [ | |
| 2125 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2126 ] | |
| 2127 }, | |
| 2128 { | |
| 2129 "cmd": [ | |
| 2130 "python", | |
| 2131 "-u", | |
| 2132 "[BUILD]/scripts/slave/tee.py", | |
| 2133 "/path/to/tmp/logcat", | |
| 2134 "--", | |
| 2135 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2136 "[TMP_BASE]/logcat_tmp_26" | |
| 2137 ], | |
| 2138 "cwd": "[SLAVE_BUILD]", | |
| 2139 "name": "ui_touch_selection_unittests.logcat_dump", | |
| 2140 "~followup_annotations": [ | |
| 2141 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2142 ] | |
| 2143 }, | |
| 2144 { | |
| 2145 "cmd": [], | |
| 2146 "cwd": "[SLAVE_BUILD]", | |
| 2147 "name": "unit_tests" | |
| 2148 }, | |
| 2149 { | |
| 2150 "cmd": [ | |
| 2151 "[BUILD]/scripts/slave/daemonizer.py", | |
| 2152 "--", | |
| 2153 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 2154 "[TMP_BASE]/logcat_tmp_27" | |
| 2155 ], | |
| 2156 "cwd": "[SLAVE_BUILD]", | |
| 2157 "env": { | |
| 2158 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2159 }, | |
| 2160 "name": "unit_tests.spawn_logcat_monitor", | |
| 2161 "~followup_annotations": [ | |
| 2162 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2163 ] | |
| 2164 }, | |
| 2165 { | |
| 2166 "cmd": [ | |
| 2167 "python", | 1106 "python", |
| 2168 "-u", | 1107 "-u", |
| 2169 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1108 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2170 "gtest", | 1109 "gtest", |
| 2171 "-s", | 1110 "-s", |
| 2172 "unit_tests", | 1111 "unit_tests", |
| 2173 "--blacklist-file", | 1112 "--blacklist-file", |
| 2174 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1113 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2175 "--verbose", | 1114 "--verbose", |
| 2176 "--release", | 1115 "--release", |
| 2177 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate", | 1116 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate", |
| 2178 "--flakiness-dashboard-server=test-results.appspot.com", | 1117 "--flakiness-dashboard-server=test-results.appspot.com", |
| 2179 "--json-results-file", | 1118 "--json-results-file", |
| 2180 "/path/to/tmp/json" | 1119 "/path/to/tmp/json" |
| 2181 ], | 1120 ], |
| 2182 "cwd": "[SLAVE_BUILD]", | 1121 "cwd": "[SLAVE_BUILD]", |
| 2183 "env": { | 1122 "env": { |
| 2184 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1123 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2185 }, | 1124 }, |
| 2186 "name": "unit_tests.unit_tests", | 1125 "name": "unit_tests" |
| 2187 "~followup_annotations": [ | |
| 2188 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2189 ] | |
| 2190 }, | 1126 }, |
| 2191 { | 1127 { |
| 2192 "cmd": [ | 1128 "cmd": [ |
| 2193 "python", | |
| 2194 "-u", | |
| 2195 "[BUILD]/scripts/slave/tee.py", | |
| 2196 "/path/to/tmp/logcat", | |
| 2197 "--", | |
| 2198 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2199 "[TMP_BASE]/logcat_tmp_27" | |
| 2200 ], | |
| 2201 "cwd": "[SLAVE_BUILD]", | |
| 2202 "name": "unit_tests.logcat_dump", | |
| 2203 "~followup_annotations": [ | |
| 2204 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2205 ] | |
| 2206 }, | |
| 2207 { | |
| 2208 "cmd": [ | |
| 2209 "python", | 1129 "python", |
| 2210 "-u", | 1130 "-u", |
| 2211 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1131 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2212 "junit", | 1132 "junit", |
| 2213 "-s", | 1133 "-s", |
| 2214 "base_junit_tests", | 1134 "base_junit_tests", |
| 2215 "--verbose", | 1135 "--verbose", |
| 2216 "--release", | 1136 "--release", |
| 2217 "--json-results-file", | 1137 "--json-results-file", |
| 2218 "/path/to/tmp/json" | 1138 "/path/to/tmp/json" |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2349 "cwd": "[SLAVE_BUILD]", | 1269 "cwd": "[SLAVE_BUILD]", |
| 2350 "name": "shutdown_device_monitor" | 1270 "name": "shutdown_device_monitor" |
| 2351 }, | 1271 }, |
| 2352 { | 1272 { |
| 2353 "cmd": [ | 1273 "cmd": [ |
| 2354 "python", | 1274 "python", |
| 2355 "-u", | 1275 "-u", |
| 2356 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1276 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 2357 "--output-path", | 1277 "--output-path", |
| 2358 "[SLAVE_BUILD]/src/out/Release/full_log", | 1278 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 2359 "[SLAVE_BUILD]/src/out/logcat_dir" | 1279 "[SLAVE_BUILD]/src/out/logcat" |
| 2360 ], | 1280 ], |
| 2361 "cwd": "[SLAVE_BUILD]", | 1281 "cwd": "[SLAVE_BUILD]", |
| 2362 "name": "logcat_dump" | 1282 "name": "logcat_dump" |
| 2363 }, | 1283 }, |
| 2364 { | 1284 { |
| 2365 "cmd": [ | 1285 "cmd": [ |
| 2366 "python", | 1286 "python", |
| 2367 "-u", | 1287 "-u", |
| 2368 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 1288 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 2369 "--timeout", | 1289 "--timeout", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2431 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1351 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2432 "@@@STEP_LOG_END@python.inline@@@" | 1352 "@@@STEP_LOG_END@python.inline@@@" |
| 2433 ] | 1353 ] |
| 2434 }, | 1354 }, |
| 2435 { | 1355 { |
| 2436 "name": "$result", | 1356 "name": "$result", |
| 2437 "recipe_result": null, | 1357 "recipe_result": null, |
| 2438 "status_code": 0 | 1358 "status_code": 0 |
| 2439 } | 1359 } |
| 2440 ] | 1360 ] |
| OLD | NEW |