| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "name": "gclient runhooks" | 137 "name": "gclient runhooks" |
| 138 }, | 138 }, |
| 139 { | 139 { |
| 140 "cmd": [ | 140 "cmd": [ |
| 141 "python", | 141 "python", |
| 142 "-u", | 142 "-u", |
| 143 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 144 "--root=[SLAVE_BUILD]/src", | 144 "--root=[SLAVE_BUILD]/src", |
| 145 "gen", | 145 "gen", |
| 146 "//out/Release-iphoneos", | 146 "//out/Release-iphoneos", |
| 147 "--args=is_clang=true target_os=\"ios\" is_debug=false target_cpu=\"arm\"
use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" | 147 "--args=is_clang=true ios_enable_code_signing=false target_os=\"ios\" is_d
ebug=false target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 148 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]/src", | 149 "cwd": "[SLAVE_BUILD]/src", |
| 150 "name": "gn" | 150 "name": "gn" |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "allow_subannotations": true, | 153 "allow_subannotations": true, |
| 154 "cmd": [ | 154 "cmd": [ |
| 155 "python", | 155 "python", |
| 156 "-u", | 156 "-u", |
| 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 216 "@@@STEP_LOG_END@json.output (invalid)@@@" | 216 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 217 ] | 217 ] |
| 218 }, | 218 }, |
| 219 { | 219 { |
| 220 "name": "$result", | 220 "name": "$result", |
| 221 "recipe_result": null, | 221 "recipe_result": null, |
| 222 "status_code": 0 | 222 "status_code": 0 |
| 223 } | 223 } |
| 224 ] | 224 ] |
| OLD | NEW |