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", |
| 583 "--test-apk", |
| 584 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 585 "--apk-under-test", |
| 586 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 587 "--additional-apk", |
| 588 "Additional.apk", |
| 589 "--isolate-file-path", |
| 590 "android_webview/android_webview_test_apk.isolate", |
| 591 "--release", |
590 "--official-build" | 592 "--official-build" |
591 ], | 593 ], |
592 "cwd": "[SLAVE_BUILD]", | 594 "cwd": "[SLAVE_BUILD]", |
593 "name": "Instrumentation test SmallTest", | 595 "name": "Instrumentation test SmallTest", |
594 "~followup_annotations": [ | 596 "~followup_annotations": [ |
595 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 597 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
596 "@@@STEP_LOG_LINE@logcat@beep@@@", | 598 "@@@STEP_LOG_LINE@logcat@beep@@@", |
597 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 599 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
598 "@@@STEP_LOG_END@logcat@@@" | 600 "@@@STEP_LOG_END@logcat@@@" |
599 ] | 601 ] |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 707 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
706 "@@@STEP_LOG_END@python.inline@@@" | 708 "@@@STEP_LOG_END@python.inline@@@" |
707 ] | 709 ] |
708 }, | 710 }, |
709 { | 711 { |
710 "name": "$result", | 712 "name": "$result", |
711 "reason": "Failed to parse the CTS output for the xml report file location", | 713 "reason": "Failed to parse the CTS output for the xml report file location", |
712 "status_code": 1 | 714 "status_code": 1 |
713 } | 715 } |
714 ] | 716 ] |
OLD | NEW |