| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 690 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 691 "@@@STEP_LOG_END@python.inline@@@" | 691 "@@@STEP_LOG_END@python.inline@@@" |
| 692 ] | 692 ] |
| 693 }, | 693 }, |
| 694 { | 694 { |
| 695 "name": "$result", | 695 "name": "$result", |
| 696 "reason": "Failed to parse the CTS output for the xml report file location", | 696 "reason": "Failed to parse the CTS output for the xml report file location", |
| 697 "status_code": 1 | 697 "status_code": 1 |
| 698 } | 698 } |
| 699 ] | 699 ] |
| OLD | NEW |