| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTAndroidASan tester", | 10 "ClangToTAndroidASan tester", |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "env": { | 475 "env": { |
| 476 "LLVM_FORCE_HEAD_REVISION": "YES", | 476 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 477 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 477 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 478 }, | 478 }, |
| 479 "name": "base_junit_tests", | 479 "name": "base_junit_tests", |
| 480 "~followup_annotations": [ | 480 "~followup_annotations": [ |
| 481 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 481 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 482 ] | 482 ] |
| 483 }, | 483 }, |
| 484 { | 484 { |
| 485 "cmd": [], |
| 486 "cwd": "[SLAVE_BUILD]", |
| 487 "name": "components_browsertests" |
| 488 }, |
| 489 { |
| 490 "cmd": [ |
| 491 "[BUILD]/scripts/slave/daemonizer.py", |
| 492 "--", |
| 493 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 494 "[TMP_BASE]/test_logcat_tmp_1" |
| 495 ], |
| 496 "cwd": "[SLAVE_BUILD]", |
| 497 "env": { |
| 498 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 499 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 500 }, |
| 501 "name": "components_browsertests.spawn_logcat_monitor", |
| 502 "~followup_annotations": [ |
| 503 "@@@STEP_NEST_LEVEL@1@@@" |
| 504 ] |
| 505 }, |
| 506 { |
| 485 "cmd": [ | 507 "cmd": [ |
| 486 "python", | 508 "python", |
| 487 "-u", | 509 "-u", |
| 488 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 510 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 489 "gtest", | 511 "gtest", |
| 490 "-s", | 512 "-s", |
| 491 "components_browsertests", | 513 "components_browsertests", |
| 492 "--blacklist-file", | 514 "--blacklist-file", |
| 493 "[SLAVE_BUILD]/src/out/bad_devices.json", | 515 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 494 "--verbose", | 516 "--verbose", |
| 495 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", | 517 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests.
isolate", |
| 496 "--tool=asan", | 518 "--tool=asan", |
| 497 "--flakiness-dashboard-server=test-results.appspot.com", | 519 "--flakiness-dashboard-server=test-results.appspot.com", |
| 498 "--json-results-file", | 520 "--json-results-file", |
| 499 "/path/to/tmp/json" | 521 "/path/to/tmp/json" |
| 500 ], | 522 ], |
| 501 "cwd": "[SLAVE_BUILD]", | 523 "cwd": "[SLAVE_BUILD]", |
| 502 "env": { | 524 "env": { |
| 503 "LLVM_FORCE_HEAD_REVISION": "YES", | 525 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 504 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 526 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 505 }, | 527 }, |
| 506 "name": "components_browsertests" | 528 "name": "components_browsertests.components_browsertests", |
| 529 "~followup_annotations": [ |
| 530 "@@@STEP_NEST_LEVEL@1@@@" |
| 531 ] |
| 507 }, | 532 }, |
| 508 { | 533 { |
| 509 "cmd": [ | 534 "cmd": [ |
| 535 "python", |
| 536 "-u", |
| 537 "[BUILD]/scripts/slave/tee.py", |
| 538 "/path/to/tmp/logcat", |
| 539 "--", |
| 540 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 541 "[TMP_BASE]/test_logcat_tmp_1" |
| 542 ], |
| 543 "cwd": "[SLAVE_BUILD]", |
| 544 "name": "components_browsertests.logcat_dump", |
| 545 "~followup_annotations": [ |
| 546 "@@@STEP_NEST_LEVEL@1@@@" |
| 547 ] |
| 548 }, |
| 549 { |
| 550 "cmd": [], |
| 551 "cwd": "[SLAVE_BUILD]", |
| 552 "name": "gfx_unittests" |
| 553 }, |
| 554 { |
| 555 "cmd": [ |
| 556 "[BUILD]/scripts/slave/daemonizer.py", |
| 557 "--", |
| 558 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 559 "[TMP_BASE]/test_logcat_tmp_2" |
| 560 ], |
| 561 "cwd": "[SLAVE_BUILD]", |
| 562 "env": { |
| 563 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 564 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 565 }, |
| 566 "name": "gfx_unittests.spawn_logcat_monitor", |
| 567 "~followup_annotations": [ |
| 568 "@@@STEP_NEST_LEVEL@1@@@" |
| 569 ] |
| 570 }, |
| 571 { |
| 572 "cmd": [ |
| 510 "python", | 573 "python", |
| 511 "-u", | 574 "-u", |
| 512 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 575 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 513 "gtest", | 576 "gtest", |
| 514 "-s", | 577 "-s", |
| 515 "gfx_unittests", | 578 "gfx_unittests", |
| 516 "--blacklist-file", | 579 "--blacklist-file", |
| 517 "[SLAVE_BUILD]/src/out/bad_devices.json", | 580 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 518 "--verbose", | 581 "--verbose", |
| 519 "--tool=asan", | 582 "--tool=asan", |
| 520 "--flakiness-dashboard-server=test-results.appspot.com", | 583 "--flakiness-dashboard-server=test-results.appspot.com", |
| 521 "--json-results-file", | 584 "--json-results-file", |
| 522 "/path/to/tmp/json" | 585 "/path/to/tmp/json" |
| 523 ], | 586 ], |
| 524 "cwd": "[SLAVE_BUILD]", | 587 "cwd": "[SLAVE_BUILD]", |
| 525 "env": { | 588 "env": { |
| 526 "LLVM_FORCE_HEAD_REVISION": "YES", | 589 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 527 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 590 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 528 }, | 591 }, |
| 529 "name": "gfx_unittests" | 592 "name": "gfx_unittests.gfx_unittests", |
| 593 "~followup_annotations": [ |
| 594 "@@@STEP_NEST_LEVEL@1@@@" |
| 595 ] |
| 530 }, | 596 }, |
| 531 { | 597 { |
| 532 "cmd": [ | 598 "cmd": [ |
| 599 "python", |
| 600 "-u", |
| 601 "[BUILD]/scripts/slave/tee.py", |
| 602 "/path/to/tmp/logcat", |
| 603 "--", |
| 604 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 605 "[TMP_BASE]/test_logcat_tmp_2" |
| 606 ], |
| 607 "cwd": "[SLAVE_BUILD]", |
| 608 "name": "gfx_unittests.logcat_dump", |
| 609 "~followup_annotations": [ |
| 610 "@@@STEP_NEST_LEVEL@1@@@" |
| 611 ] |
| 612 }, |
| 613 { |
| 614 "cmd": [], |
| 615 "cwd": "[SLAVE_BUILD]", |
| 616 "name": "ChromePublicTest" |
| 617 }, |
| 618 { |
| 619 "cmd": [ |
| 620 "[BUILD]/scripts/slave/daemonizer.py", |
| 621 "--", |
| 622 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 623 "[TMP_BASE]/test_logcat_tmp_3" |
| 624 ], |
| 625 "cwd": "[SLAVE_BUILD]", |
| 626 "env": { |
| 627 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 628 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 629 }, |
| 630 "name": "ChromePublicTest.spawn_logcat_monitor", |
| 631 "~followup_annotations": [ |
| 632 "@@@STEP_NEST_LEVEL@1@@@" |
| 633 ] |
| 634 }, |
| 635 { |
| 636 "cmd": [ |
| 533 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 637 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 534 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | 638 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", |
| 535 "-v", | 639 "-v", |
| 536 "--blacklist-file", | 640 "--blacklist-file", |
| 537 "[SLAVE_BUILD]/src/out/bad_devices.json" | 641 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 538 ], | 642 ], |
| 539 "cwd": "[SLAVE_BUILD]", | 643 "cwd": "[SLAVE_BUILD]", |
| 540 "env": { | 644 "env": { |
| 541 "LLVM_FORCE_HEAD_REVISION": "YES", | 645 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 542 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 646 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 543 }, | 647 }, |
| 544 "name": "install ChromePublic.apk" | 648 "name": "ChromePublicTest.install ChromePublic.apk", |
| 649 "~followup_annotations": [ |
| 650 "@@@STEP_NEST_LEVEL@1@@@" |
| 651 ] |
| 545 }, | 652 }, |
| 546 { | 653 { |
| 547 "cmd": [ | 654 "cmd": [ |
| 548 "python", | 655 "python", |
| 549 "-u", | 656 "-u", |
| 550 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 657 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 551 "instrumentation", | 658 "instrumentation", |
| 552 "--test-apk", | 659 "--test-apk", |
| 553 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | 660 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", |
| 554 "--blacklist-file", | 661 "--blacklist-file", |
| 555 "[SLAVE_BUILD]/src/out/bad_devices.json", | 662 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 556 "--apk-under-test", | 663 "--apk-under-test", |
| 557 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | 664 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", |
| 558 "--isolate-file-path", | 665 "--isolate-file-path", |
| 559 "chrome/chrome_public_test_apk.isolate", | 666 "chrome/chrome_public_test_apk.isolate", |
| 560 "--tool=asan", | 667 "--tool=asan", |
| 561 "--flakiness-dashboard-server", | 668 "--flakiness-dashboard-server", |
| 562 "test-results.appspot.com", | 669 "test-results.appspot.com", |
| 563 "--verbose", | 670 "--verbose", |
| 564 "--json-results-file", | 671 "--json-results-file", |
| 565 "/path/to/tmp/json" | 672 "/path/to/tmp/json" |
| 566 ], | 673 ], |
| 567 "cwd": "[SLAVE_BUILD]", | 674 "cwd": "[SLAVE_BUILD]", |
| 568 "name": "Instrumentation test ChromePublicTest", | 675 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", |
| 569 "~followup_annotations": [ | 676 "~followup_annotations": [ |
| 570 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 677 "@@@STEP_NEST_LEVEL@1@@@" |
| 571 ] | 678 ] |
| 572 }, | 679 }, |
| 573 { | 680 { |
| 681 "cmd": [ |
| 682 "python", |
| 683 "-u", |
| 684 "[BUILD]/scripts/slave/tee.py", |
| 685 "/path/to/tmp/logcat", |
| 686 "--", |
| 687 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 688 "[TMP_BASE]/test_logcat_tmp_3" |
| 689 ], |
| 690 "cwd": "[SLAVE_BUILD]", |
| 691 "name": "ChromePublicTest.logcat_dump", |
| 692 "~followup_annotations": [ |
| 693 "@@@STEP_NEST_LEVEL@1@@@" |
| 694 ] |
| 695 }, |
| 696 { |
| 574 "cmd": [ | 697 "cmd": [ |
| 575 "python", | 698 "python", |
| 576 "-u", | 699 "-u", |
| 577 "[BUILD]/scripts/slave/daemonizer.py", | 700 "[BUILD]/scripts/slave/daemonizer.py", |
| 578 "--action", | 701 "--action", |
| 579 "stop", | 702 "stop", |
| 580 "--pid-file-path", | 703 "--pid-file-path", |
| 581 "/tmp/device_monitor.pid" | 704 "/tmp/device_monitor.pid" |
| 582 ], | 705 ], |
| 583 "cwd": "[SLAVE_BUILD]", | 706 "cwd": "[SLAVE_BUILD]", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 780 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 658 "@@@STEP_LOG_END@python.inline@@@" | 781 "@@@STEP_LOG_END@python.inline@@@" |
| 659 ] | 782 ] |
| 660 }, | 783 }, |
| 661 { | 784 { |
| 662 "name": "$result", | 785 "name": "$result", |
| 663 "recipe_result": null, | 786 "recipe_result": null, |
| 664 "status_code": 0 | 787 "status_code": 0 |
| 665 } | 788 } |
| 666 ] | 789 ] |
| OLD | NEW |