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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 ] 211 ]
212 }, 212 },
213 { 213 {
214 "cmd": [ 214 "cmd": [
215 "python", 215 "python",
216 "-u", 216 "-u",
217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
218 "--show-path", 218 "--show-path",
219 "python", 219 "python",
220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
221 "--gsutil-py-path",
222 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
221 "--ninja-path", 223 "--ninja-path",
222 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 224 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
223 "--target", 225 "--target",
224 "Release-iphoneos", 226 "Release-iphoneos",
225 "--src-dir", 227 "--src-dir",
226 "[SLAVE_BUILD]/src", 228 "[SLAVE_BUILD]/src",
227 "--goma-cache-dir", 229 "--goma-cache-dir",
228 "[GOMA_CACHE]", 230 "[GOMA_CACHE]",
229 "--build-tool", 231 "--build-tool",
230 "ninja", 232 "ninja",
(...skipping 12 matching lines...) Expand all
243 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
244 "@@@STEP_LOG_END@json.output (invalid)@@@" 246 "@@@STEP_LOG_END@json.output (invalid)@@@"
245 ] 247 ]
246 }, 248 },
247 { 249 {
248 "name": "$result", 250 "name": "$result",
249 "recipe_result": null, 251 "recipe_result": null,
250 "status_code": 0 252 "status_code": 0
251 } 253 }
252 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698