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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 "--screenshot", | 573 "--screenshot", |
574 "--host-driven-root", | 574 "--host-driven-root", |
575 "[SLAVE_BUILD]/src/chrome/test", | 575 "[SLAVE_BUILD]/src/chrome/test", |
576 "--test-apk", | 576 "--test-apk", |
577 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 577 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
578 "--apk-under-test", | 578 "--apk-under-test", |
579 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 579 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
580 "--additional-apk", | 580 "--additional-apk", |
581 "Additional.apk", | 581 "Additional.apk", |
582 "--isolate-file-path", | 582 "--isolate-file-path", |
583 "android_webview/android_webview_test_apk.isolate", | 583 "android_webview/android_webview_test_data.isolate", |
584 "--release", | 584 "--release", |
585 "--official-build" | 585 "--official-build" |
586 ], | 586 ], |
587 "cwd": "[SLAVE_BUILD]", | 587 "cwd": "[SLAVE_BUILD]", |
588 "env": { | 588 "env": { |
589 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 589 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
590 }, | 590 }, |
591 "name": "Instrumentation test SmallTest" | 591 "name": "Instrumentation test SmallTest" |
592 }, | 592 }, |
593 { | 593 { |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 709 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
710 "@@@STEP_LOG_END@python.inline@@@" | 710 "@@@STEP_LOG_END@python.inline@@@" |
711 ] | 711 ] |
712 }, | 712 }, |
713 { | 713 { |
714 "name": "$result", | 714 "name": "$result", |
715 "reason": "Tests not executed.", | 715 "reason": "Tests not executed.", |
716 "status_code": 1 | 716 "status_code": 1 |
717 } | 717 } |
718 ] | 718 ] |
OLD | NEW |