| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" | 225 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" |
| 226 ] | 226 ] |
| 227 }, | 227 }, |
| 228 { | 228 { |
| 229 "cmd": [ | 229 "cmd": [ |
| 230 "git", | 230 "git", |
| 231 "diff", | 231 "diff", |
| 232 "--cached", | 232 "--cached", |
| 233 "--name-only" | 233 "--name-only" |
| 234 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]/src", | 235 "cwd": "[BUILDER_CACHE]/ios_simulator/src", |
| 236 "name": "git diff to analyze patch", | 236 "name": "git diff to analyze patch", |
| 237 "stdout": "/path/to/tmp/", | 237 "stdout": "/path/to/tmp/", |
| 238 "~followup_annotations": [ | 238 "~followup_annotations": [ |
| 239 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 239 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 240 "@@@STEP_LOG_END@files@@@" | 240 "@@@STEP_LOG_END@files@@@" |
| 241 ] | 241 ] |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 "cmd": [ | 244 "cmd": [ |
| 245 "python", | 245 "python", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "~followup_annotations": [ | 309 "~followup_annotations": [ |
| 310 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 310 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" |
| 311 ] | 311 ] |
| 312 }, | 312 }, |
| 313 { | 313 { |
| 314 "name": "$result", | 314 "name": "$result", |
| 315 "recipe_result": null, | 315 "recipe_result": null, |
| 316 "status_code": 0 | 316 "status_code": 0 |
| 317 } | 317 } |
| 318 ] | 318 ] |
| OLD | NEW |