Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "name": "get version" 171 "name": "get version"
172 }, 172 },
173 { 173 {
174 "cmd": [ 174 "cmd": [
175 "python", 175 "python",
176 "-u", 176 "-u",
177 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 177 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
178 "--show-path", 178 "--show-path",
179 "python", 179 "python",
180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
181 "--gsutil-py-path",
182 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
181 "--ninja-path", 183 "--ninja-path",
182 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 184 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
183 "--target", 185 "--target",
184 "Release", 186 "Release",
185 "--src-dir", 187 "--src-dir",
186 "[SLAVE_BUILD]/src", 188 "[SLAVE_BUILD]/src",
187 "--goma-cache-dir", 189 "--goma-cache-dir",
188 "[GOMA_CACHE]", 190 "[GOMA_CACHE]",
189 "--build-tool", 191 "--build-tool",
190 "ninja", 192 "ninja",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 702 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
701 }, 703 },
702 "name": "stack_tool_for_asan" 704 "name": "stack_tool_for_asan"
703 }, 705 },
704 { 706 {
705 "name": "$result", 707 "name": "$result",
706 "recipe_result": null, 708 "recipe_result": null,
707 "status_code": 0 709 "status_code": 0
708 } 710 }
709 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698