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/build/android/test_runner.py", | 747 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", |
748 "gtest", | |
749 "-s", | |
750 "unittests", | |
751 "--blacklist-file", | 748 "--blacklist-file", |
752 "[SLAVE_BUILD]/src/out/bad_devices.json", | 749 "[SLAVE_BUILD]/src/out/bad_devices.json", |
753 "--verbose", | 750 "--verbose", |
754 "--release", | |
755 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 751 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
756 "--gtest_filter=WebRtc*", | 752 "--gtest_filter=WebRtc*", |
757 "--tool=asan" | 753 "--tool=asan" |
758 ], | 754 ], |
759 "cwd": "[SLAVE_BUILD]", | 755 "cwd": "[SLAVE_BUILD]", |
760 "env": { | 756 "env": { |
761 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | |
762 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 757 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
763 }, | 758 }, |
764 "name": "unittests" | 759 "name": "unittests" |
765 }, | 760 }, |
766 { | 761 { |
767 "cmd": [ | 762 "cmd": [ |
768 "python", | 763 "python", |
769 "-u", | 764 "-u", |
770 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", | 765 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", |
771 "[SLAVE_BUILD]/src/out/Release/full_log", | 766 "[SLAVE_BUILD]/src/out/Release/full_log", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
817 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 812 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
818 }, | 813 }, |
819 "name": "stack_tool_for_asan" | 814 "name": "stack_tool_for_asan" |
820 }, | 815 }, |
821 { | 816 { |
822 "name": "$result", | 817 "name": "$result", |
823 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 818 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
824 "status_code": 1 | 819 "status_code": 1 |
825 } | 820 } |
826 ] | 821 ] |
OLD | NEW |