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

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

Powered by Google App Engine
This is Rietveld 408576698