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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 "[SLAVE_BUILD]/src/out/bad_devices.json" | 543 "[SLAVE_BUILD]/src/out/bad_devices.json" |
544 ], | 544 ], |
545 "cwd": "[SLAVE_BUILD]", | 545 "cwd": "[SLAVE_BUILD]", |
546 "env": { | 546 "env": { |
547 "BUILDTYPE": "Release" | 547 "BUILDTYPE": "Release" |
548 }, | 548 }, |
549 "name": "Monkey Test" | 549 "name": "Monkey Test" |
550 }, | 550 }, |
551 { | 551 { |
552 "cmd": [ | 552 "cmd": [ |
553 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
554 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
555 "-v", | |
556 "--blacklist-file", | |
557 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
558 "--release" | |
559 ], | |
560 "cwd": "[SLAVE_BUILD]", | |
561 "env": { | |
562 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
563 }, | |
564 "name": "install AndroidWebView.apk" | |
565 }, | |
566 { | |
567 "cmd": [ | |
568 "python", | 553 "python", |
569 "-u", | 554 "-u", |
570 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 555 "out/Release/bin/run_android_webview_test_apk", |
571 "instrumentation", | 556 "instrumentation", |
572 "--test-apk", | |
573 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
574 "--blacklist-file", | 557 "--blacklist-file", |
575 "[SLAVE_BUILD]/src/out/bad_devices.json", | 558 "[SLAVE_BUILD]/src/out/bad_devices.json", |
576 "--logcat-output-file", | 559 "--logcat-output-file", |
577 "/path/to/tmp/", | 560 "/path/to/tmp/", |
578 "--apk-under-test", | |
579 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
580 "--isolate-file-path", | |
581 "android_webview/android_webview_test_apk.isolate", | |
582 "--flakiness-dashboard-server", | 561 "--flakiness-dashboard-server", |
583 "test-results.appspot.com", | 562 "test-results.appspot.com", |
584 "-A", | 563 "-A", |
585 "SmallTest", | 564 "SmallTest", |
586 "-E", | 565 "-E", |
587 "FlakyTest", | 566 "FlakyTest", |
588 "--screenshot", | 567 "--screenshot", |
589 "--release", | |
590 "--host-driven-root", | 568 "--host-driven-root", |
591 "[SLAVE_BUILD]/src/chrome/test", | 569 "[SLAVE_BUILD]/src/chrome/test" |
592 "--official-build" | |
593 ], | 570 ], |
594 "cwd": "[SLAVE_BUILD]", | 571 "cwd": "[SLAVE_BUILD]", |
595 "name": "Instrumentation test SmallTest", | 572 "name": "Instrumentation test SmallTest", |
596 "~followup_annotations": [ | 573 "~followup_annotations": [ |
597 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 574 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
598 "@@@STEP_LOG_LINE@logcat@beep@@@", | 575 "@@@STEP_LOG_LINE@logcat@beep@@@", |
599 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 576 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
600 "@@@STEP_LOG_END@logcat@@@" | 577 "@@@STEP_LOG_END@logcat@@@" |
601 ] | 578 ] |
602 }, | 579 }, |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 675 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
699 }, | 676 }, |
700 "name": "stack_tool_for_asan" | 677 "name": "stack_tool_for_asan" |
701 }, | 678 }, |
702 { | 679 { |
703 "name": "$result", | 680 "name": "$result", |
704 "recipe_result": null, | 681 "recipe_result": null, |
705 "status_code": 0 | 682 "status_code": 0 |
706 } | 683 } |
707 ] | 684 ] |
OLD | NEW |