| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 }, | 307 }, |
| 308 "name": "generate_build_files (with patch)" | 308 "name": "generate_build_files (with patch)" |
| 309 }, | 309 }, |
| 310 { | 310 { |
| 311 "cmd": [ | 311 "cmd": [ |
| 312 "git", | 312 "git", |
| 313 "diff", | 313 "diff", |
| 314 "--cached", | 314 "--cached", |
| 315 "--name-only" | 315 "--name-only" |
| 316 ], | 316 ], |
| 317 "cwd": "[SLAVE_BUILD]/src", | 317 "cwd": "[BUILDER_CACHE]/ios_simulator/src", |
| 318 "name": "git diff to analyze patch", | 318 "name": "git diff to analyze patch", |
| 319 "stdout": "/path/to/tmp/", | 319 "stdout": "/path/to/tmp/", |
| 320 "~followup_annotations": [ | 320 "~followup_annotations": [ |
| 321 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 321 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 322 "@@@STEP_LOG_END@files@@@" | 322 "@@@STEP_LOG_END@files@@@" |
| 323 ] | 323 ] |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 "cmd": [ | 326 "cmd": [ |
| 327 "python", | 327 "python", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 396 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 396 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" |
| 397 ] | 397 ] |
| 398 }, | 398 }, |
| 399 { | 399 { |
| 400 "name": "$result", | 400 "name": "$result", |
| 401 "recipe_result": null, | 401 "recipe_result": null, |
| 402 "status_code": 0 | 402 "status_code": 0 |
| 403 } | 403 } |
| 404 ] | 404 ] |
| OLD | NEW |