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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.json

Issue 2436723003: Never use the hermetic xcode toolchain for iOS recipes. (Closed)
Patch Set: Created 4 years, 2 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "ios", 232 "ios",
233 "--config-file", 233 "--config-file",
234 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl", 234 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl",
235 "--goma-dir", 235 "--goma-dir",
236 "[CACHE]/cipd/goma", 236 "[CACHE]/cipd/goma",
237 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py", 237 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py",
238 "//out/Release-iphoneos" 238 "//out/Release-iphoneos"
239 ], 239 ],
240 "cwd": "[BUILDER_CACHE]/ios/src", 240 "cwd": "[BUILDER_CACHE]/ios/src",
241 "env": { 241 "env": {
242 "FORCE_MAC_TOOLCHAIN": "1",
243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
244 }, 243 },
245 "name": "generate_build_files" 244 "name": "generate_build_files"
246 }, 245 },
247 { 246 {
248 "allow_subannotations": true, 247 "allow_subannotations": true,
249 "cmd": [ 248 "cmd": [
250 "python", 249 "python",
251 "-u", 250 "-u",
252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 251 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
253 "--src-dir", 252 "--src-dir",
254 "[BUILDER_CACHE]/ios/src", 253 "[BUILDER_CACHE]/ios/src",
255 "--output-json", 254 "--output-json",
256 "/path/to/tmp/json" 255 "/path/to/tmp/json"
257 ], 256 ],
258 "env": { 257 "env": {
259 "FORCE_MAC_TOOLCHAIN": "1",
260 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
261 }, 259 },
262 "name": "clang_revision", 260 "name": "clang_revision",
263 "~followup_annotations": [ 261 "~followup_annotations": [
264 "@@@STEP_LOG_LINE@json.output@{@@@", 262 "@@@STEP_LOG_LINE@json.output@{@@@",
265 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
266 "@@@STEP_LOG_LINE@json.output@}@@@", 264 "@@@STEP_LOG_LINE@json.output@}@@@",
267 "@@@STEP_LOG_END@json.output@@@" 265 "@@@STEP_LOG_END@json.output@@@"
268 ] 266 ]
269 }, 267 },
(...skipping 29 matching lines...) Expand all
299 "/path/to/tmp/json", 297 "/path/to/tmp/json",
300 "--goma-service-account-json-file", 298 "--goma-service-account-json-file",
301 "/creds/service_accounts/service-account-goma-client.json", 299 "/creds/service_accounts/service-account-goma-client.json",
302 "--goma-dir", 300 "--goma-dir",
303 "[CACHE]/cipd/goma", 301 "[CACHE]/cipd/goma",
304 "--", 302 "--",
305 "All" 303 "All"
306 ], 304 ],
307 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 305 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
308 "env": { 306 "env": {
309 "FORCE_MAC_TOOLCHAIN": "1",
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
311 }, 308 },
312 "name": "compile", 309 "name": "compile",
313 "~followup_annotations": [ 310 "~followup_annotations": [
314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
315 "@@@STEP_LOG_END@json.output (invalid)@@@" 312 "@@@STEP_LOG_END@json.output (invalid)@@@"
316 ] 313 ]
317 }, 314 },
318 { 315 {
319 "name": "$result", 316 "name": "$result",
320 "recipe_result": null, 317 "recipe_result": null,
321 "status_code": 0 318 "status_code": 0
322 } 319 }
323 ] 320 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/gyp_build.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