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

Side by Side Diff: scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "name": "gclient runhooks" 139 "name": "gclient runhooks"
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
146 "--show-path", 146 "--show-path",
147 "python", 147 "python",
148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
149 "--gsutil-py-path",
150 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
149 "--ninja-path", 151 "--ninja-path",
150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 152 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
151 "--target", 153 "--target",
152 "Release", 154 "Release",
153 "--src-dir", 155 "--src-dir",
154 "[SLAVE_BUILD]/src", 156 "[SLAVE_BUILD]/src",
155 "--goma-cache-dir", 157 "--goma-cache-dir",
156 "[GOMA_CACHE]", 158 "[GOMA_CACHE]",
157 "--build-tool", 159 "--build-tool",
158 "ninja", 160 "ninja",
(...skipping 26 matching lines...) Expand all
185 ], 187 ],
186 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
187 "name": "dartium_test" 189 "name": "dartium_test"
188 }, 190 },
189 { 191 {
190 "name": "$result", 192 "name": "$result",
191 "recipe_result": null, 193 "recipe_result": null,
192 "status_code": 0 194 "status_code": 0
193 } 195 }
194 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698