| 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 576 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 577 }, | 577 }, |
| 578 "name": "install AndroidWebView.apk" | 578 "name": "install AndroidWebView.apk" |
| 579 }, | 579 }, |
| 580 { | 580 { |
| 581 "cmd": [ | 581 "cmd": [ |
| 582 "python", | 582 "python", |
| 583 "-u", | 583 "-u", |
| 584 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 584 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 585 "instrumentation", | 585 "instrumentation", |
| 586 "--test-apk", | |
| 587 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 588 "--blacklist-file", | 586 "--blacklist-file", |
| 589 "[SLAVE_BUILD]/src/out/bad_devices.json", | 587 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 590 "--logcat-output-file", | 588 "--logcat-output-file", |
| 591 "/path/to/tmp/", | 589 "/path/to/tmp/", |
| 592 "--apk-under-test", | |
| 593 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 594 "--isolate-file-path", | |
| 595 "android_webview/android_webview_test_apk.isolate", | |
| 596 "--flakiness-dashboard-server", | 590 "--flakiness-dashboard-server", |
| 597 "test-results.appspot.com", | 591 "test-results.appspot.com", |
| 598 "-A", | 592 "-A", |
| 599 "SmallTest", | 593 "SmallTest", |
| 600 "-E", | 594 "-E", |
| 601 "FlakyTest", | 595 "FlakyTest", |
| 602 "--screenshot", | 596 "--screenshot", |
| 603 "--release", | |
| 604 "--host-driven-root", | 597 "--host-driven-root", |
| 605 "[SLAVE_BUILD]/src/chrome/test", | 598 "[SLAVE_BUILD]/src/chrome/test", |
| 599 "--test-apk", |
| 600 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 601 "--apk-under-test", |
| 602 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 603 "--additional-apk", |
| 604 "Additional.apk", |
| 605 "--isolate-file-path", |
| 606 "android_webview/android_webview_test_apk.isolate", |
| 607 "--release", |
| 606 "--official-build" | 608 "--official-build" |
| 607 ], | 609 ], |
| 608 "cwd": "[SLAVE_BUILD]", | 610 "cwd": "[SLAVE_BUILD]", |
| 609 "name": "Instrumentation test SmallTest", | 611 "name": "Instrumentation test SmallTest", |
| 610 "~followup_annotations": [ | 612 "~followup_annotations": [ |
| 611 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 613 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
| 612 "@@@STEP_LOG_LINE@logcat@beep@@@", | 614 "@@@STEP_LOG_LINE@logcat@beep@@@", |
| 613 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 615 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
| 614 "@@@STEP_LOG_END@logcat@@@" | 616 "@@@STEP_LOG_END@logcat@@@" |
| 615 ] | 617 ] |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 714 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 713 }, | 715 }, |
| 714 "name": "stack_tool_for_asan" | 716 "name": "stack_tool_for_asan" |
| 715 }, | 717 }, |
| 716 { | 718 { |
| 717 "name": "$result", | 719 "name": "$result", |
| 718 "recipe_result": null, | 720 "recipe_result": null, |
| 719 "status_code": 0 | 721 "status_code": 0 |
| 720 } | 722 } |
| 721 ] | 723 ] |
| OLD | NEW |