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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 688 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
689 }, | 689 }, |
690 "name": "stack_tool_for_asan" | 690 "name": "stack_tool_for_asan" |
691 }, | 691 }, |
692 { | 692 { |
693 "name": "$result", | 693 "name": "$result", |
694 "recipe_result": null, | 694 "recipe_result": null, |
695 "status_code": 0 | 695 "status_code": 0 |
696 } | 696 } |
697 ] | 697 ] |
OLD | NEW |