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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_tester.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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "name": "generate_build_files" 185 "name": "generate_build_files"
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 191 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
192 "--show-path", 192 "--show-path",
193 "python", 193 "python",
194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
195 "--gsutil-py-path",
196 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
195 "--ninja-path", 197 "--ninja-path",
196 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 198 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
197 "--target", 199 "--target",
198 "Debug", 200 "Debug",
199 "--src-dir", 201 "--src-dir",
200 "[SLAVE_BUILD]/src", 202 "[SLAVE_BUILD]/src",
201 "--goma-cache-dir", 203 "--goma-cache-dir",
202 "[GOMA_CACHE]", 204 "[GOMA_CACHE]",
203 "--build-tool", 205 "--build-tool",
204 "ninja", 206 "ninja",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 584 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
583 "@@@STEP_LOG_END@python.inline@@@" 585 "@@@STEP_LOG_END@python.inline@@@"
584 ] 586 ]
585 }, 587 },
586 { 588 {
587 "name": "$result", 589 "name": "$result",
588 "recipe_result": null, 590 "recipe_result": null,
589 "status_code": 0 591 "status_code": 0
590 } 592 }
591 ] 593 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698