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 "--host-driven-root", | 583 "--host-driven-root", |
606 "[SLAVE_BUILD]/src/chrome/test", | 584 "[SLAVE_BUILD]/src/chrome/test" |
607 "--official-build" | |
608 ], | 585 ], |
609 "cwd": "[SLAVE_BUILD]", | 586 "cwd": "[SLAVE_BUILD]", |
610 "name": "Instrumentation test SmallTest", | 587 "name": "Instrumentation test SmallTest", |
611 "~followup_annotations": [ | 588 "~followup_annotations": [ |
612 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 589 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
613 "@@@STEP_LOG_LINE@logcat@beep@@@", | 590 "@@@STEP_LOG_LINE@logcat@beep@@@", |
614 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 591 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
615 "@@@STEP_LOG_END@logcat@@@" | 592 "@@@STEP_LOG_END@logcat@@@" |
616 ] | 593 ] |
617 }, | 594 }, |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 690 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
714 }, | 691 }, |
715 "name": "stack_tool_for_asan" | 692 "name": "stack_tool_for_asan" |
716 }, | 693 }, |
717 { | 694 { |
718 "name": "$result", | 695 "name": "$result", |
719 "recipe_result": null, | 696 "recipe_result": null, |
720 "status_code": 0 | 697 "status_code": 0 |
721 } | 698 } |
722 ] | 699 ] |
OLD | NEW |