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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 "--screenshot", | 575 "--screenshot", |
576 "--host-driven-root", | 576 "--host-driven-root", |
577 "[SLAVE_BUILD]/src/chrome/test", | 577 "[SLAVE_BUILD]/src/chrome/test", |
578 "--test-apk", | 578 "--test-apk", |
579 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 579 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
580 "--apk-under-test", | 580 "--apk-under-test", |
581 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 581 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
582 "--additional-apk", | 582 "--additional-apk", |
583 "Additional.apk", | 583 "Additional.apk", |
584 "--isolate-file-path", | 584 "--isolate-file-path", |
585 "android_webview/android_webview_test_apk.isolate", | 585 "android_webview/android_webview_test_data.isolate", |
586 "--release", | 586 "--release", |
587 "--official-build" | 587 "--official-build" |
588 ], | 588 ], |
589 "cwd": "[SLAVE_BUILD]", | 589 "cwd": "[SLAVE_BUILD]", |
590 "env": { | 590 "env": { |
591 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 591 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
592 }, | 592 }, |
593 "name": "Instrumentation test SmallTest" | 593 "name": "Instrumentation test SmallTest" |
594 }, | 594 }, |
595 { | 595 { |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 "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" |
691 }, | 691 }, |
692 "name": "stack_tool_for_asan" | 692 "name": "stack_tool_for_asan" |
693 }, | 693 }, |
694 { | 694 { |
695 "name": "$result", | 695 "name": "$result", |
696 "recipe_result": null, | 696 "recipe_result": null, |
697 "status_code": 0 | 697 "status_code": 0 |
698 } | 698 } |
699 ] | 699 ] |
OLD | NEW |