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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.json

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

Powered by Google App Engine
This is Rietveld 408576698