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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/no_tests.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "ios", 233 "ios",
234 "--config-file", 234 "--config-file",
235 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl", 235 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl",
236 "--goma-dir", 236 "--goma-dir",
237 "[CACHE]/cipd/goma", 237 "[CACHE]/cipd/goma",
238 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py", 238 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py",
239 "//out/Release-iphoneos" 239 "//out/Release-iphoneos"
240 ], 240 ],
241 "cwd": "[BUILDER_CACHE]/ios/src", 241 "cwd": "[BUILDER_CACHE]/ios/src",
242 "env": { 242 "env": {
243 "FORCE_MAC_TOOLCHAIN": "1",
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
245 }, 244 },
246 "name": "generate_build_files" 245 "name": "generate_build_files"
247 }, 246 },
248 { 247 {
249 "allow_subannotations": true, 248 "allow_subannotations": true,
250 "cmd": [ 249 "cmd": [
251 "python", 250 "python",
252 "-u", 251 "-u",
253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
254 "--src-dir", 253 "--src-dir",
255 "[BUILDER_CACHE]/ios/src", 254 "[BUILDER_CACHE]/ios/src",
256 "--output-json", 255 "--output-json",
257 "/path/to/tmp/json" 256 "/path/to/tmp/json"
258 ], 257 ],
259 "env": { 258 "env": {
260 "FORCE_MAC_TOOLCHAIN": "1",
261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 259 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
262 }, 260 },
263 "name": "clang_revision", 261 "name": "clang_revision",
264 "~followup_annotations": [ 262 "~followup_annotations": [
265 "@@@STEP_LOG_LINE@json.output@{@@@", 263 "@@@STEP_LOG_LINE@json.output@{@@@",
266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
267 "@@@STEP_LOG_LINE@json.output@}@@@", 265 "@@@STEP_LOG_LINE@json.output@}@@@",
268 "@@@STEP_LOG_END@json.output@@@" 266 "@@@STEP_LOG_END@json.output@@@"
269 ] 267 ]
270 }, 268 },
(...skipping 29 matching lines...) Expand all
300 "/path/to/tmp/json", 298 "/path/to/tmp/json",
301 "--goma-service-account-json-file", 299 "--goma-service-account-json-file",
302 "/creds/service_accounts/service-account-goma-client.json", 300 "/creds/service_accounts/service-account-goma-client.json",
303 "--goma-dir", 301 "--goma-dir",
304 "[CACHE]/cipd/goma", 302 "[CACHE]/cipd/goma",
305 "--", 303 "--",
306 "All" 304 "All"
307 ], 305 ],
308 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 306 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
309 "env": { 307 "env": {
310 "FORCE_MAC_TOOLCHAIN": "1",
311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
312 }, 309 },
313 "name": "compile", 310 "name": "compile",
314 "~followup_annotations": [ 311 "~followup_annotations": [
315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
316 "@@@STEP_LOG_END@json.output (invalid)@@@" 313 "@@@STEP_LOG_END@json.output (invalid)@@@"
317 ] 314 ]
318 }, 315 },
319 { 316 {
320 "name": "$result", 317 "name": "$result",
321 "recipe_result": null, 318 "recipe_result": null,
322 "status_code": 0 319 "status_code": 0
323 } 320 }
324 ] 321 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/no_tests.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698