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