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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 "[SLAVE_BUILD]/src/out/bad_devices.json" | 559 "[SLAVE_BUILD]/src/out/bad_devices.json" |
560 ], | 560 ], |
561 "cwd": "[SLAVE_BUILD]", | 561 "cwd": "[SLAVE_BUILD]", |
562 "env": { | 562 "env": { |
563 "BUILDTYPE": "Release" | 563 "BUILDTYPE": "Release" |
564 }, | 564 }, |
565 "name": "Monkey Test" | 565 "name": "Monkey Test" |
566 }, | 566 }, |
567 { | 567 { |
568 "cmd": [ | 568 "cmd": [ |
569 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
570 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
571 "-v", | |
572 "--blacklist-file", | |
573 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
574 "--release" | |
575 ], | |
576 "cwd": "[SLAVE_BUILD]", | |
577 "env": { | |
578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
579 }, | |
580 "name": "install AndroidWebView.apk" | |
581 }, | |
582 { | |
583 "cmd": [ | |
584 "python", | 569 "python", |
585 "-u", | 570 "-u", |
586 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 571 "out/Release/bin/run_android_webview_test_apk", |
587 "instrumentation", | 572 "instrumentation", |
588 "--test-apk", | |
589 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
590 "--blacklist-file", | 573 "--blacklist-file", |
591 "[SLAVE_BUILD]/src/out/bad_devices.json", | 574 "[SLAVE_BUILD]/src/out/bad_devices.json", |
592 "--logcat-output-file", | 575 "--logcat-output-file", |
593 "/path/to/tmp/", | 576 "/path/to/tmp/", |
594 "--apk-under-test", | |
595 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
596 "--isolate-file-path", | |
597 "android_webview/android_webview_test_apk.isolate", | |
598 "--flakiness-dashboard-server", | 577 "--flakiness-dashboard-server", |
599 "test-results.appspot.com", | 578 "test-results.appspot.com", |
600 "-A", | 579 "-A", |
601 "SmallTest", | 580 "SmallTest", |
602 "-E", | 581 "-E", |
603 "FlakyTest", | 582 "FlakyTest", |
604 "--screenshot", | 583 "--screenshot", |
605 "--release", | |
606 "--host-driven-root", | 584 "--host-driven-root", |
607 "[SLAVE_BUILD]/src/chrome/test", | 585 "[SLAVE_BUILD]/src/chrome/test" |
608 "--official-build" | |
609 ], | 586 ], |
610 "cwd": "[SLAVE_BUILD]", | 587 "cwd": "[SLAVE_BUILD]", |
611 "name": "Instrumentation test SmallTest", | 588 "name": "Instrumentation test SmallTest", |
612 "~followup_annotations": [ | 589 "~followup_annotations": [ |
613 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 590 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
614 "@@@STEP_LOG_LINE@logcat@beep@@@", | 591 "@@@STEP_LOG_LINE@logcat@beep@@@", |
615 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 592 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
616 "@@@STEP_LOG_END@logcat@@@" | 593 "@@@STEP_LOG_END@logcat@@@" |
617 ] | 594 ] |
618 }, | 595 }, |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 691 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
715 }, | 692 }, |
716 "name": "stack_tool_for_asan" | 693 "name": "stack_tool_for_asan" |
717 }, | 694 }, |
718 { | 695 { |
719 "name": "$result", | 696 "name": "$result", |
720 "recipe_result": null, | 697 "recipe_result": null, |
721 "status_code": 0 | 698 "status_code": 0 |
722 } | 699 } |
723 ] | 700 ] |
OLD | NEW |