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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 "[SLAVE_BUILD]/src/out/bad_devices.json" | 558 "[SLAVE_BUILD]/src/out/bad_devices.json" |
559 ], | 559 ], |
560 "cwd": "[SLAVE_BUILD]", | 560 "cwd": "[SLAVE_BUILD]", |
561 "env": { | 561 "env": { |
562 "BUILDTYPE": "Release" | 562 "BUILDTYPE": "Release" |
563 }, | 563 }, |
564 "name": "Monkey Test" | 564 "name": "Monkey Test" |
565 }, | 565 }, |
566 { | 566 { |
567 "cmd": [ | 567 "cmd": [ |
568 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
569 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
570 "-v", | |
571 "--blacklist-file", | |
572 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
573 "--release" | |
574 ], | |
575 "cwd": "[SLAVE_BUILD]", | |
576 "env": { | |
577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
578 }, | |
579 "name": "install AndroidWebView.apk" | |
580 }, | |
581 { | |
582 "cmd": [ | |
583 "python", | 568 "python", |
584 "-u", | 569 "-u", |
585 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 570 "out/Release/bin/run_android_webview_test_apk", |
586 "instrumentation", | 571 "instrumentation", |
587 "--test-apk", | |
588 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
589 "--blacklist-file", | 572 "--blacklist-file", |
590 "[SLAVE_BUILD]/src/out/bad_devices.json", | 573 "[SLAVE_BUILD]/src/out/bad_devices.json", |
591 "--logcat-output-file", | 574 "--logcat-output-file", |
592 "/path/to/tmp/", | 575 "/path/to/tmp/", |
593 "--apk-under-test", | |
594 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
595 "--isolate-file-path", | |
596 "android_webview/android_webview_test_apk.isolate", | |
597 "--flakiness-dashboard-server", | 576 "--flakiness-dashboard-server", |
598 "test-results.appspot.com", | 577 "test-results.appspot.com", |
599 "-A", | 578 "-A", |
600 "SmallTest", | 579 "SmallTest", |
601 "-E", | 580 "-E", |
602 "FlakyTest", | 581 "FlakyTest", |
603 "--screenshot", | 582 "--screenshot", |
604 "--release", | |
605 "--coverage-dir", | 583 "--coverage-dir", |
606 "[SLAVE_BUILD]/src/out/Release/coverage", | 584 "[SLAVE_BUILD]/src/out/Release/coverage", |
607 "--host-driven-root", | 585 "--host-driven-root", |
608 "[SLAVE_BUILD]/src/chrome/test", | 586 "[SLAVE_BUILD]/src/chrome/test" |
609 "--official-build" | |
610 ], | 587 ], |
611 "cwd": "[SLAVE_BUILD]", | 588 "cwd": "[SLAVE_BUILD]", |
612 "name": "Instrumentation test SmallTest", | 589 "name": "Instrumentation test SmallTest", |
613 "~followup_annotations": [ | 590 "~followup_annotations": [ |
614 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 591 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
615 "@@@STEP_LOG_LINE@logcat@beep@@@", | 592 "@@@STEP_LOG_LINE@logcat@beep@@@", |
616 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 593 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
617 "@@@STEP_LOG_END@logcat@@@" | 594 "@@@STEP_LOG_END@logcat@@@" |
618 ] | 595 ] |
619 }, | 596 }, |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 "~followup_annotations": [ | 738 "~followup_annotations": [ |
762 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" | 739 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" |
763 ] | 740 ] |
764 }, | 741 }, |
765 { | 742 { |
766 "name": "$result", | 743 "name": "$result", |
767 "recipe_result": null, | 744 "recipe_result": null, |
768 "status_code": 0 | 745 "status_code": 0 |
769 } | 746 } |
770 ] | 747 ] |
OLD | NEW |