| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "host and tools info", | 9 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "tryserver.fake", | 270 "tryserver.fake", |
| 271 "-b", | 271 "-b", |
| 272 "ios", | 272 "ios", |
| 273 "--config-file", | 273 "--config-file", |
| 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 275 "--goma-dir", | 275 "--goma-dir", |
| 276 "[CACHE]/cipd/goma", | 276 "[CACHE]/cipd/goma", |
| 277 "//out/Debug-iphonesimulator" | 277 "//out/Debug-iphonesimulator" |
| 278 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
| 280 "env": { |
| 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 282 }, |
| 280 "name": "generate_build_files (with patch)" | 283 "name": "generate_build_files (with patch)" |
| 281 }, | 284 }, |
| 282 { | 285 { |
| 283 "cmd": [ | 286 "cmd": [ |
| 284 "git", | 287 "git", |
| 285 "diff", | 288 "diff", |
| 286 "--cached", | 289 "--cached", |
| 287 "--name-only" | 290 "--name-only" |
| 288 ], | 291 ], |
| 289 "cwd": "[SLAVE_BUILD]/src", | 292 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "@@@STEP_LOG_END@fake log@@@", | 460 "@@@STEP_LOG_END@fake log@@@", |
| 458 "@@@STEP_LINK@fake URL text@fake URL@@@" | 461 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 459 ] | 462 ] |
| 460 }, | 463 }, |
| 461 { | 464 { |
| 462 "name": "$result", | 465 "name": "$result", |
| 463 "recipe_result": null, | 466 "recipe_result": null, |
| 464 "status_code": 0 | 467 "status_code": 0 |
| 465 } | 468 } |
| 466 ] | 469 ] |
| OLD | NEW |