| 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 561 }, | 561 }, |
| 562 "name": "install AndroidWebView.apk" | 562 "name": "install AndroidWebView.apk" |
| 563 }, | 563 }, |
| 564 { | 564 { |
| 565 "cmd": [ | 565 "cmd": [ |
| 566 "python", | 566 "python", |
| 567 "-u", | 567 "-u", |
| 568 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 568 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 569 "instrumentation", | 569 "instrumentation", |
| 570 "--test-apk", | |
| 571 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 572 "--blacklist-file", | 570 "--blacklist-file", |
| 573 "[SLAVE_BUILD]/src/out/bad_devices.json", | 571 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 574 "--logcat-output-file", | 572 "--logcat-output-file", |
| 575 "/path/to/tmp/", | 573 "/path/to/tmp/", |
| 576 "--apk-under-test", | |
| 577 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 578 "--isolate-file-path", | |
| 579 "android_webview/android_webview_test_apk.isolate", | |
| 580 "--flakiness-dashboard-server", | 574 "--flakiness-dashboard-server", |
| 581 "test-results.appspot.com", | 575 "test-results.appspot.com", |
| 582 "-A", | 576 "-A", |
| 583 "SmallTest", | 577 "SmallTest", |
| 584 "-E", | 578 "-E", |
| 585 "FlakyTest", | 579 "FlakyTest", |
| 586 "--screenshot", | 580 "--screenshot", |
| 587 "--release", | |
| 588 "--host-driven-root", | 581 "--host-driven-root", |
| 589 "[SLAVE_BUILD]/src/chrome/test", | 582 "[SLAVE_BUILD]/src/chrome/test", |
| 590 "--official-build", | |
| 591 "--device-flags", | 583 "--device-flags", |
| 592 "device_flags_file" | 584 "device_flags_file", |
| 585 "--test-apk", |
| 586 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 587 "--apk-under-test", |
| 588 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 589 "--additional-apk", |
| 590 "Additional.apk", |
| 591 "--isolate-file-path", |
| 592 "android_webview/android_webview_test_apk.isolate", |
| 593 "--release", |
| 594 "--official-build" |
| 593 ], | 595 ], |
| 594 "cwd": "[SLAVE_BUILD]", | 596 "cwd": "[SLAVE_BUILD]", |
| 595 "name": "Instrumentation test SmallTest", | 597 "name": "Instrumentation test SmallTest", |
| 596 "~followup_annotations": [ | 598 "~followup_annotations": [ |
| 597 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 599 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
| 598 "@@@STEP_LOG_LINE@logcat@beep@@@", | 600 "@@@STEP_LOG_LINE@logcat@beep@@@", |
| 599 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 601 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
| 600 "@@@STEP_LOG_END@logcat@@@" | 602 "@@@STEP_LOG_END@logcat@@@" |
| 601 ] | 603 ] |
| 602 }, | 604 }, |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 700 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 699 }, | 701 }, |
| 700 "name": "stack_tool_for_asan" | 702 "name": "stack_tool_for_asan" |
| 701 }, | 703 }, |
| 702 { | 704 { |
| 703 "name": "$result", | 705 "name": "$result", |
| 704 "recipe_result": null, | 706 "recipe_result": null, |
| 705 "status_code": 0 | 707 "status_code": 0 |
| 706 } | 708 } |
| 707 ] | 709 ] |
| OLD | NEW |