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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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
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 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "--gsutil-py-path", 280 "--gsutil-py-path",
281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
282 "--ninja-path", 282 "--ninja-path",
283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
284 "--target", 284 "--target",
285 "Release-iphoneos", 285 "Release-iphoneos",
286 "--src-dir", 286 "--src-dir",
287 "[SLAVE_BUILD]/src", 287 "[SLAVE_BUILD]/src",
288 "--goma-cache-dir", 288 "--goma-cache-dir",
289 "[GOMA_CACHE]", 289 "[GOMA_CACHE]",
290 "--build-tool",
291 "ninja",
292 "--compiler", 290 "--compiler",
293 "goma-clang", 291 "goma-clang",
294 "--goma-jsonstatus", 292 "--goma-jsonstatus",
295 "/path/to/tmp/json", 293 "/path/to/tmp/json",
296 "--goma-service-account-json-file", 294 "--goma-service-account-json-file",
297 "/creds/service_accounts/service-account-goma-client.json", 295 "/creds/service_accounts/service-account-goma-client.json",
298 "--goma-dir", 296 "--goma-dir",
299 "[CACHE]/cipd/goma", 297 "[CACHE]/cipd/goma",
300 "--", 298 "--",
301 "All" 299 "All"
302 ], 300 ],
303 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 301 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
304 "env": { 302 "env": {
305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
306 }, 304 },
307 "name": "compile", 305 "name": "compile",
308 "~followup_annotations": [ 306 "~followup_annotations": [
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
310 "@@@STEP_LOG_END@json.output (invalid)@@@" 308 "@@@STEP_LOG_END@json.output (invalid)@@@"
311 ] 309 ]
312 }, 310 },
313 { 311 {
314 "name": "$result", 312 "name": "$result",
315 "recipe_result": null, 313 "recipe_result": null,
316 "status_code": 0 314 "status_code": 0
317 } 315 }
318 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698