OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android GN", | 10 "Android GN", |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 "cwd": "[SLAVE_BUILD]", | 626 "cwd": "[SLAVE_BUILD]", |
627 "name": "Instrumentation test MojoTest", | 627 "name": "Instrumentation test MojoTest", |
628 "~followup_annotations": [ | 628 "~followup_annotations": [ |
629 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 629 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
630 ] | 630 ] |
631 }, | 631 }, |
632 { | 632 { |
633 "cmd": [ | 633 "cmd": [ |
634 "python", | 634 "python", |
635 "-u", | 635 "-u", |
636 "[SLAVE_BUILD]/src/out/Release/bin/run_breakpad_unittests", | 636 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 637 "gtest", |
| 638 "-s", |
| 639 "breakpad_unittests", |
637 "--blacklist-file", | 640 "--blacklist-file", |
638 "[SLAVE_BUILD]/src/out/bad_devices.json", | 641 "[SLAVE_BUILD]/src/out/bad_devices.json", |
639 "--verbose", | 642 "--verbose", |
| 643 "--release", |
640 "--flakiness-dashboard-server=test-results.appspot.com", | 644 "--flakiness-dashboard-server=test-results.appspot.com", |
641 "--json-results-file", | 645 "--json-results-file", |
642 "/path/to/tmp/json" | 646 "/path/to/tmp/json" |
643 ], | 647 ], |
644 "cwd": "[SLAVE_BUILD]", | 648 "cwd": "[SLAVE_BUILD]", |
645 "env": { | 649 "env": { |
| 650 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
646 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 651 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
647 }, | 652 }, |
648 "name": "breakpad_unittests" | 653 "name": "breakpad_unittests" |
649 }, | 654 }, |
650 { | 655 { |
651 "cmd": [ | 656 "cmd": [ |
652 "python", | 657 "python", |
653 "-u", | 658 "-u", |
654 "[SLAVE_BUILD]/src/out/Release/bin/run_sandbox_linux_unittests", | 659 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 660 "gtest", |
| 661 "-s", |
| 662 "sandbox_linux_unittests", |
655 "--blacklist-file", | 663 "--blacklist-file", |
656 "[SLAVE_BUILD]/src/out/bad_devices.json", | 664 "[SLAVE_BUILD]/src/out/bad_devices.json", |
657 "--verbose", | 665 "--verbose", |
| 666 "--release", |
658 "--flakiness-dashboard-server=test-results.appspot.com", | 667 "--flakiness-dashboard-server=test-results.appspot.com", |
659 "--json-results-file", | 668 "--json-results-file", |
660 "/path/to/tmp/json" | 669 "/path/to/tmp/json" |
661 ], | 670 ], |
662 "cwd": "[SLAVE_BUILD]", | 671 "cwd": "[SLAVE_BUILD]", |
663 "env": { | 672 "env": { |
| 673 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
664 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 674 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
665 }, | 675 }, |
666 "name": "sandbox_linux_unittests" | 676 "name": "sandbox_linux_unittests" |
667 }, | 677 }, |
668 { | 678 { |
669 "cmd": [ | 679 "cmd": [ |
670 "python", | 680 "python", |
671 "-u", | 681 "-u", |
672 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 682 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
673 "junit", | 683 "junit", |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 954 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
945 "@@@STEP_LOG_END@python.inline@@@" | 955 "@@@STEP_LOG_END@python.inline@@@" |
946 ] | 956 ] |
947 }, | 957 }, |
948 { | 958 { |
949 "name": "$result", | 959 "name": "$result", |
950 "recipe_result": null, | 960 "recipe_result": null, |
951 "status_code": 0 | 961 "status_code": 0 |
952 } | 962 } |
953 ] | 963 ] |
OLD | NEW |