| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 { | 145 { |
| 146 "cmd": [ | 146 "cmd": [ |
| 147 "echo", | 147 "echo", |
| 148 "50" | 148 "50" |
| 149 ], | 149 ], |
| 150 "name": "echo goma jobs second" | 150 "name": "echo goma jobs second" |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "ninja", | 154 "ninja", |
| 155 "-j", |
| 156 "50", |
| 155 "-C", | 157 "-C", |
| 156 "out/Release", | 158 "out/Release" |
| 157 "-j", | |
| 158 "500" | |
| 159 ], | 159 ], |
| 160 "name": "ninja" | 160 "name": "ninja" |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [], | 163 "cmd": [], |
| 164 "name": "postprocess_for_goma" | 164 "name": "postprocess_for_goma" |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "cmd": [ | 167 "cmd": [ |
| 168 "python", | 168 "python", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "-u", | 221 "-u", |
| 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", | 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", |
| 223 "--upload-compiler-proxy-info", | 223 "--upload-compiler-proxy-info", |
| 224 "--json-status", | 224 "--json-status", |
| 225 "[CACHE]/cipd/goma/jsonstatus", | 225 "[CACHE]/cipd/goma/jsonstatus", |
| 226 "--ninja-log-outdir", | 226 "--ninja-log-outdir", |
| 227 "out/Release", | 227 "out/Release", |
| 228 "--ninja-log-compiler", | 228 "--ninja-log-compiler", |
| 229 "goma", | 229 "goma", |
| 230 "--ninja-log-command", | 230 "--ninja-log-command", |
| 231 "['ninja', '-C', 'out/Release', '-j', '500']", | 231 "['ninja', '-j', 50, '-C', 'out/Release']", |
| 232 "--ninja-log-exit-status", | 232 "--ninja-log-exit-status", |
| 233 "0", | 233 "0", |
| 234 "--goma-stats-file", | 234 "--goma-stats-file", |
| 235 "build_data_dir/goma_stats_proto", | 235 "build_data_dir/goma_stats_proto", |
| 236 "--goma-crash-report-id-file", | 236 "--goma-crash-report-id-file", |
| 237 "build_data_dir/crash_report_id_file", | 237 "build_data_dir/crash_report_id_file", |
| 238 "--build-data-dir", | 238 "--build-data-dir", |
| 239 "build_data_dir", | 239 "build_data_dir", |
| 240 "--buildbot-buildername", | 240 "--buildbot-buildername", |
| 241 "test_builder", | 241 "test_builder", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 269 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 270 "@@@STEP_NEST_LEVEL@1@@@" | 270 "@@@STEP_NEST_LEVEL@1@@@" |
| 271 ] | 271 ] |
| 272 }, | 272 }, |
| 273 { | 273 { |
| 274 "name": "$result", | 274 "name": "$result", |
| 275 "recipe_result": null, | 275 "recipe_result": null, |
| 276 "status_code": 0 | 276 "status_code": 0 |
| 277 } | 277 } |
| 278 ] | 278 ] |
| OLD | NEW |