| 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 "--screenshot", | 736 "--screenshot", |
| 737 "--host-driven-root", | 737 "--host-driven-root", |
| 738 "[SLAVE_BUILD]/src/chrome/test", | 738 "[SLAVE_BUILD]/src/chrome/test", |
| 739 "--test-apk", | 739 "--test-apk", |
| 740 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 740 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 741 "--apk-under-test", | 741 "--apk-under-test", |
| 742 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 742 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 743 "--additional-apk", | 743 "--additional-apk", |
| 744 "Additional.apk", | 744 "Additional.apk", |
| 745 "--isolate-file-path", | 745 "--isolate-file-path", |
| 746 "android_webview/android_webview_test_apk.isolate", | 746 "android_webview/android_webview_test_data.isolate", |
| 747 "--release", | 747 "--release", |
| 748 "--official-build" | 748 "--official-build" |
| 749 ], | 749 ], |
| 750 "cwd": "[SLAVE_BUILD]", | 750 "cwd": "[SLAVE_BUILD]", |
| 751 "env": { | 751 "env": { |
| 752 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 752 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
| 753 }, | 753 }, |
| 754 "name": "Instrumentation test SmallTest" | 754 "name": "Instrumentation test SmallTest" |
| 755 }, | 755 }, |
| 756 { | 756 { |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 829 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 830 }, | 830 }, |
| 831 "name": "stack_tool_for_asan" | 831 "name": "stack_tool_for_asan" |
| 832 }, | 832 }, |
| 833 { | 833 { |
| 834 "name": "$result", | 834 "name": "$result", |
| 835 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 835 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
| 836 "status_code": 1 | 836 "status_code": 1 |
| 837 } | 837 } |
| 838 ] | 838 ] |
| OLD | NEW |