OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 "cwd": "[SLAVE_BUILD]", | 737 "cwd": "[SLAVE_BUILD]", |
738 "env": { | 738 "env": { |
739 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 739 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
740 }, | 740 }, |
741 "name": "Instrumentation test SmallTest" | 741 "name": "Instrumentation test SmallTest" |
742 }, | 742 }, |
743 { | 743 { |
744 "cmd": [ | 744 "cmd": [ |
745 "python", | 745 "python", |
746 "-u", | 746 "-u", |
747 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 747 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 748 "gtest", |
| 749 "-s", |
| 750 "unittests", |
748 "--blacklist-file", | 751 "--blacklist-file", |
749 "[SLAVE_BUILD]/src/out/bad_devices.json", | 752 "[SLAVE_BUILD]/src/out/bad_devices.json", |
750 "--verbose", | 753 "--verbose", |
| 754 "--release", |
751 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 755 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
752 "--gtest_filter=WebRtc*", | 756 "--gtest_filter=WebRtc*", |
753 "--tool=asan" | 757 "--tool=asan" |
754 ], | 758 ], |
755 "cwd": "[SLAVE_BUILD]", | 759 "cwd": "[SLAVE_BUILD]", |
756 "env": { | 760 "env": { |
| 761 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
757 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 762 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
758 }, | 763 }, |
759 "name": "unittests" | 764 "name": "unittests" |
760 }, | 765 }, |
761 { | 766 { |
762 "cmd": [ | 767 "cmd": [ |
763 "python", | 768 "python", |
764 "-u", | 769 "-u", |
765 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", | 770 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", |
766 "[SLAVE_BUILD]/src/out/Release/full_log", | 771 "[SLAVE_BUILD]/src/out/Release/full_log", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
812 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 817 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
813 }, | 818 }, |
814 "name": "stack_tool_for_asan" | 819 "name": "stack_tool_for_asan" |
815 }, | 820 }, |
816 { | 821 { |
817 "name": "$result", | 822 "name": "$result", |
818 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 823 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
819 "status_code": 1 | 824 "status_code": 1 |
820 } | 825 } |
821 ] | 826 ] |
OLD | NEW |