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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "--gsutil-py-path", 213 "--gsutil-py-path",
214 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 214 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
215 "--ninja-path", 215 "--ninja-path",
216 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 216 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
217 "--target", 217 "--target",
218 "Release-iphoneos", 218 "Release-iphoneos",
219 "--src-dir", 219 "--src-dir",
220 "[SLAVE_BUILD]/src", 220 "[SLAVE_BUILD]/src",
221 "--goma-cache-dir", 221 "--goma-cache-dir",
222 "[GOMA_CACHE]", 222 "[GOMA_CACHE]",
223 "--build-tool",
224 "ninja",
225 "--compiler", 223 "--compiler",
226 "goma-clang", 224 "goma-clang",
227 "--goma-jsonstatus", 225 "--goma-jsonstatus",
228 "/path/to/tmp/json", 226 "/path/to/tmp/json",
229 "--goma-service-account-json-file", 227 "--goma-service-account-json-file",
230 "/creds/service_accounts/service-account-goma-client.json", 228 "/creds/service_accounts/service-account-goma-client.json",
231 "--goma-dir", 229 "--goma-dir",
232 "[CACHE]/cipd/goma", 230 "[CACHE]/cipd/goma",
233 "--", 231 "--",
234 "All" 232 "All"
235 ], 233 ],
236 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 234 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
237 "env": { 235 "env": {
238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
239 }, 237 },
240 "name": "compile", 238 "name": "compile",
241 "~followup_annotations": [ 239 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
243 "@@@STEP_LOG_END@json.output (invalid)@@@" 241 "@@@STEP_LOG_END@json.output (invalid)@@@"
244 ] 242 ]
245 }, 243 },
246 { 244 {
247 "name": "$result", 245 "name": "$result",
248 "recipe_result": null, 246 "recipe_result": null,
249 "status_code": 0 247 "status_code": 0
250 } 248 }
251 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698