| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 { | 193 { |
| 194 "cmd": [ | 194 "cmd": [ |
| 195 "python", | 195 "python", |
| 196 "-u", | 196 "-u", |
| 197 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 197 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 198 "--root=[BUILDER_CACHE]/Mac64_Release__GN_/src", | 198 "--root=[BUILDER_CACHE]/Mac64_Release__GN_/src", |
| 199 "gen", | 199 "gen", |
| 200 "//out/Release", | 200 "//out/Release", |
| 201 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" | 201 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 202 ], | 202 ], |
| 203 "cwd": "[BUILDER_CACHE]/Mac64_Release__GN_/src", |
| 203 "name": "gn" | 204 "name": "gn" |
| 204 }, | 205 }, |
| 205 { | 206 { |
| 206 "allow_subannotations": true, | 207 "allow_subannotations": true, |
| 207 "cmd": [ | 208 "cmd": [ |
| 208 "python", | 209 "python", |
| 209 "-u", | 210 "-u", |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 211 "--src-dir", | 212 "--src-dir", |
| 212 "[BUILDER_CACHE]/Mac64_Release__GN_/src", | 213 "[BUILDER_CACHE]/Mac64_Release__GN_/src", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 264 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 264 "@@@STEP_LOG_END@json.output (invalid)@@@" | 265 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 265 ] | 266 ] |
| 266 }, | 267 }, |
| 267 { | 268 { |
| 268 "name": "$result", | 269 "name": "$result", |
| 269 "recipe_result": null, | 270 "recipe_result": null, |
| 270 "status_code": 0 | 271 "status_code": 0 |
| 271 } | 272 } |
| 272 ] | 273 ] |
| OLD | NEW |