| 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 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 745 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 746 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 746 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 747 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 747 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 748 }, | 748 }, |
| 749 "name": "stack_tool_with_logcat_dump" | 749 "name": "stack_tool_with_logcat_dump" |
| 750 }, | 750 }, |
| 751 { | 751 { |
| 752 "cmd": [ | 752 "cmd": [ |
| 753 "python", | 753 "python", |
| 754 "-u", | 754 "-u", |
| 755 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 755 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 756 "[SLAVE_BUILD]/src/chrome/VERSION", | 756 "[SLAVE_BUILD]/src/chrome/VERSION", |
| 757 "/path/to/tmp/" | 757 "/path/to/tmp/" |
| 758 ], | 758 ], |
| 759 "name": "get version" | 759 "name": "get version" |
| 760 }, | 760 }, |
| 761 { | 761 { |
| 762 "cmd": [ | 762 "cmd": [ |
| 763 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 763 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 764 "-a", | 764 "-a", |
| 765 "-s", | 765 "-s", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 824 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 825 "@@@STEP_LOG_END@python.inline@@@" | 825 "@@@STEP_LOG_END@python.inline@@@" |
| 826 ] | 826 ] |
| 827 }, | 827 }, |
| 828 { | 828 { |
| 829 "name": "$result", | 829 "name": "$result", |
| 830 "recipe_result": null, | 830 "recipe_result": null, |
| 831 "status_code": 0 | 831 "status_code": 0 |
| 832 } | 832 } |
| 833 ] | 833 ] |
| OLD | NEW |