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 23 matching lines...) Expand all Loading... |
623 "step returned non-zero exit code: 88", | 625 "step returned non-zero exit code: 88", |
624 "@@@STEP_WARNINGS@@@" | 626 "@@@STEP_WARNINGS@@@" |
625 ] | 627 ] |
626 }, | 628 }, |
627 { | 629 { |
628 "name": "$result", | 630 "name": "$result", |
629 "reason": "Warning: Step('unittests') returned 88", | 631 "reason": "Warning: Step('unittests') returned 88", |
630 "status_code": 88 | 632 "status_code": 88 |
631 } | 633 } |
632 ] | 634 ] |
OLD | NEW |