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