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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gyp_goma.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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "-b", 294 "-b",
295 "ios-simulator", 295 "ios-simulator",
296 "--config-file", 296 "--config-file",
297 "[BUILDER_CACHE]/ios_simulator/src/tools/mb/mb_config.pyl", 297 "[BUILDER_CACHE]/ios_simulator/src/tools/mb/mb_config.pyl",
298 "--goma-dir", 298 "--goma-dir",
299 "[CACHE]/cipd/goma", 299 "[CACHE]/cipd/goma",
300 "//out/Debug-iphonesimulator" 300 "//out/Debug-iphonesimulator"
301 ], 301 ],
302 "cwd": "[BUILDER_CACHE]/ios_simulator/src", 302 "cwd": "[BUILDER_CACHE]/ios_simulator/src",
303 "env": { 303 "env": {
304 "FORCE_MAC_TOOLCHAIN": "1",
304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
305 }, 306 },
306 "name": "generate_build_files (with patch)" 307 "name": "generate_build_files (with patch)"
307 }, 308 },
308 { 309 {
309 "cmd": [ 310 "cmd": [
310 "git", 311 "git",
311 "diff", 312 "diff",
312 "--cached", 313 "--cached",
313 "--name-only" 314 "--name-only"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "cmd": [ 387 "cmd": [
387 "python", 388 "python",
388 "-u", 389 "-u",
389 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 390 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
390 "--src-dir", 391 "--src-dir",
391 "[BUILDER_CACHE]/ios_simulator/src", 392 "[BUILDER_CACHE]/ios_simulator/src",
392 "--output-json", 393 "--output-json",
393 "/path/to/tmp/json" 394 "/path/to/tmp/json"
394 ], 395 ],
395 "env": { 396 "env": {
397 "FORCE_MAC_TOOLCHAIN": "1",
396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
397 }, 399 },
398 "name": "clang_revision", 400 "name": "clang_revision",
399 "~followup_annotations": [ 401 "~followup_annotations": [
400 "@@@STEP_LOG_LINE@json.output@{@@@", 402 "@@@STEP_LOG_LINE@json.output@{@@@",
401 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 403 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
402 "@@@STEP_LOG_LINE@json.output@}@@@", 404 "@@@STEP_LOG_LINE@json.output@}@@@",
403 "@@@STEP_LOG_END@json.output@@@" 405 "@@@STEP_LOG_END@json.output@@@"
404 ] 406 ]
405 }, 407 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "--goma-dir", 440 "--goma-dir",
439 "[CACHE]/cipd/goma", 441 "[CACHE]/cipd/goma",
440 "--goma-fail-fast", 442 "--goma-fail-fast",
441 "--goma-disable-local-fallback", 443 "--goma-disable-local-fallback",
442 "--", 444 "--",
443 "All", 445 "All",
444 "fake tests" 446 "fake tests"
445 ], 447 ],
446 "cwd": "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator", 448 "cwd": "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator",
447 "env": { 449 "env": {
450 "FORCE_MAC_TOOLCHAIN": "1",
448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 451 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
449 }, 452 },
450 "name": "compile", 453 "name": "compile",
451 "~followup_annotations": [ 454 "~followup_annotations": [
452 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 455 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
453 "@@@STEP_LOG_END@json.output (invalid)@@@" 456 "@@@STEP_LOG_END@json.output (invalid)@@@"
454 ] 457 ]
455 }, 458 },
456 { 459 {
457 "cmd": [], 460 "cmd": [],
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "@@@STEP_LOG_END@json.output@@@", 826 "@@@STEP_LOG_END@json.output@@@",
824 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 827 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
825 ] 828 ]
826 }, 829 },
827 { 830 {
828 "name": "$result", 831 "name": "$result",
829 "recipe_result": null, 832 "recipe_result": null,
830 "status_code": 0 833 "status_code": 0
831 } 834 }
832 ] 835 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gn.json ('k') | scripts/slave/recipes/ios/unified_builder_tester.expected/goma.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698