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

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

Issue 2415543004: Download the hermetic xcode toolchain on all bots that target mac. (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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "ios debug", 243 "ios debug",
244 "--config-file", 244 "--config-file",
245 "[BUILDER_CACHE]/ios_debug/src/webrtc/build/mb_config.pyl", 245 "[BUILDER_CACHE]/ios_debug/src/webrtc/build/mb_config.pyl",
246 "--goma-dir", 246 "--goma-dir",
247 "[CACHE]/cipd/goma", 247 "[CACHE]/cipd/goma",
248 "--gyp-script=[BUILDER_CACHE]/ios_debug/src/webrtc/build/gyp_webrtc.py", 248 "--gyp-script=[BUILDER_CACHE]/ios_debug/src/webrtc/build/gyp_webrtc.py",
249 "//out/Debug-iphonesimulator" 249 "//out/Debug-iphonesimulator"
250 ], 250 ],
251 "cwd": "[BUILDER_CACHE]/ios_debug/src", 251 "cwd": "[BUILDER_CACHE]/ios_debug/src",
252 "env": { 252 "env": {
253 "FORCE_MAC_TOOLCHAIN": "1",
253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
254 }, 255 },
255 "name": "generate_build_files" 256 "name": "generate_build_files"
256 }, 257 },
257 { 258 {
258 "allow_subannotations": true, 259 "allow_subannotations": true,
259 "cmd": [ 260 "cmd": [
260 "python", 261 "python",
261 "-u", 262 "-u",
262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 263 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
263 "--src-dir", 264 "--src-dir",
264 "[BUILDER_CACHE]/ios_debug/src", 265 "[BUILDER_CACHE]/ios_debug/src",
265 "--output-json", 266 "--output-json",
266 "/path/to/tmp/json" 267 "/path/to/tmp/json"
267 ], 268 ],
268 "env": { 269 "env": {
270 "FORCE_MAC_TOOLCHAIN": "1",
269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 271 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
270 }, 272 },
271 "name": "clang_revision", 273 "name": "clang_revision",
272 "~followup_annotations": [ 274 "~followup_annotations": [
273 "@@@STEP_LOG_LINE@json.output@{@@@", 275 "@@@STEP_LOG_LINE@json.output@{@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 276 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
275 "@@@STEP_LOG_LINE@json.output@}@@@", 277 "@@@STEP_LOG_LINE@json.output@}@@@",
276 "@@@STEP_LOG_END@json.output@@@" 278 "@@@STEP_LOG_END@json.output@@@"
277 ] 279 ]
278 }, 280 },
(...skipping 29 matching lines...) Expand all
308 "/path/to/tmp/json", 310 "/path/to/tmp/json",
309 "--goma-service-account-json-file", 311 "--goma-service-account-json-file",
310 "/creds/service_accounts/service-account-goma-client.json", 312 "/creds/service_accounts/service-account-goma-client.json",
311 "--goma-dir", 313 "--goma-dir",
312 "[CACHE]/cipd/goma", 314 "[CACHE]/cipd/goma",
313 "--", 315 "--",
314 "All" 316 "All"
315 ], 317 ],
316 "cwd": "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator", 318 "cwd": "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator",
317 "env": { 319 "env": {
320 "FORCE_MAC_TOOLCHAIN": "1",
318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
319 }, 322 },
320 "name": "compile", 323 "name": "compile",
321 "~followup_annotations": [ 324 "~followup_annotations": [
322 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
323 "@@@STEP_LOG_END@json.output (invalid)@@@" 326 "@@@STEP_LOG_END@json.output (invalid)@@@"
324 ] 327 ]
325 }, 328 },
326 { 329 {
327 "cmd": [ 330 "cmd": [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "@@@STEP_LOG_END@fake log@@@", 393 "@@@STEP_LOG_END@fake log@@@",
391 "@@@STEP_LINK@fake URL text@fake URL@@@" 394 "@@@STEP_LINK@fake URL text@fake URL@@@"
392 ] 395 ]
393 }, 396 },
394 { 397 {
395 "name": "$result", 398 "name": "$result",
396 "recipe_result": null, 399 "recipe_result": null,
397 "status_code": 0 400 "status_code": 0
398 } 401 }
399 ] 402 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698