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

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

Powered by Google App Engine
This is Rietveld 408576698