| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "-m", | 271 "-m", |
| 272 "chromium.mac", | 272 "chromium.mac", |
| 273 "-b", | 273 "-b", |
| 274 "ios-simulator", | 274 "ios-simulator", |
| 275 "--config-file", | 275 "--config-file", |
| 276 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 276 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 277 "--goma-dir", | 277 "--goma-dir", |
| 278 "[CACHE]/cipd/goma", | 278 "[CACHE]/cipd/goma", |
| 279 "//out/Debug-iphonesimulator" | 279 "//out/Debug-iphonesimulator" |
| 280 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]/src", |
| 281 "env": { | 282 "env": { |
| 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 283 }, | 284 }, |
| 284 "name": "generate_build_files (with patch)" | 285 "name": "generate_build_files (with patch)" |
| 285 }, | 286 }, |
| 286 { | 287 { |
| 287 "cmd": [ | 288 "cmd": [ |
| 288 "git", | 289 "git", |
| 289 "diff", | 290 "diff", |
| 290 "--cached", | 291 "--cached", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "~followup_annotations": [ | 372 "~followup_annotations": [ |
| 372 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 373 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" |
| 373 ] | 374 ] |
| 374 }, | 375 }, |
| 375 { | 376 { |
| 376 "name": "$result", | 377 "name": "$result", |
| 377 "recipe_result": null, | 378 "recipe_result": null, |
| 378 "status_code": 0 | 379 "status_code": 0 |
| 379 } | 380 } |
| 380 ] | 381 ] |
| OLD | NEW |