| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "--output_json", | 65 "--output_json", |
| 66 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 67 "--revision", | 67 "--revision", |
| 68 "src@HEAD", | 68 "src@HEAD", |
| 69 "--revision", | 69 "--revision", |
| 70 "src/third_party/icu@HEAD", | 70 "src/third_party/icu@HEAD", |
| 71 "--output_manifest" | 71 "--output_manifest" |
| 72 ], | 72 ], |
| 73 "cwd": "[BUILDER_CACHE]/ios_simulator", | 73 "cwd": "[BUILDER_CACHE]/ios_simulator", |
| 74 "env": { | 74 "env": { |
| 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 75 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 76 }, | 76 }, |
| 77 "name": "bot_update", | 77 "name": "bot_update", |
| 78 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 79 "@@@STEP_TEXT@Some step text@@@", | 79 "@@@STEP_TEXT@Some step text@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@{@@@", | 80 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/icu\": \"HEAD\"@@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/icu\": \"HEAD\"@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 85 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 { | 483 { |
| 484 "cmd": [], | 484 "cmd": [], |
| 485 "name": "trigger" | 485 "name": "trigger" |
| 486 }, | 486 }, |
| 487 { | 487 { |
| 488 "name": "$result", | 488 "name": "$result", |
| 489 "recipe_result": null, | 489 "recipe_result": null, |
| 490 "status_code": 0 | 490 "status_code": 0 |
| 491 } | 491 } |
| 492 ] | 492 ] |
| OLD | NEW |