| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "--goma-jsonstatus", | 210 "--goma-jsonstatus", |
| 211 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
| 212 "--goma-dir", | 212 "--goma-dir", |
| 213 "[BUILD]\\goma", | 213 "[BUILD]\\goma", |
| 214 "--goma-hermetic", | 214 "--goma-hermetic", |
| 215 "error", | 215 "error", |
| 216 "--goma-enable-compiler-info-cache", | 216 "--goma-enable-compiler-info-cache", |
| 217 "--", | 217 "--", |
| 218 "base_unittests", | 218 "base_unittests", |
| 219 "chromium_builder_tests", | 219 "chromium_builder_tests", |
| 220 "content_unittests", | 220 "content_unittests" |
| 221 "crash_service" | |
| 222 ], | 221 ], |
| 223 "cwd": "[SLAVE_BUILD]", | 222 "cwd": "[SLAVE_BUILD]", |
| 224 "name": "compile", | 223 "name": "compile", |
| 225 "~followup_annotations": [ | 224 "~followup_annotations": [ |
| 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 227 "@@@STEP_LOG_END@json.output (invalid)@@@" | 226 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 228 ] | 227 ] |
| 229 }, | 228 }, |
| 230 { | 229 { |
| 231 "cmd": [ | 230 "cmd": [ |
| 232 "python", | |
| 233 "-u", | |
| 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 235 "--target", | |
| 236 "Release" | |
| 237 ], | |
| 238 "cwd": "[SLAVE_BUILD]", | |
| 239 "name": "start_crash_service" | |
| 240 }, | |
| 241 { | |
| 242 "cmd": [ | |
| 243 "python", | 231 "python", |
| 244 "-u", | 232 "-u", |
| 245 "[BUILD]\\goma\\diagnose_goma_log.py" | 233 "[BUILD]\\goma\\diagnose_goma_log.py" |
| 246 ], | 234 ], |
| 247 "cwd": "[SLAVE_BUILD]", | 235 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "diagnose_goma" | 236 "name": "diagnose_goma" |
| 249 }, | 237 }, |
| 250 { | 238 { |
| 251 "allow_subannotations": true, | 239 "allow_subannotations": true, |
| 252 "cmd": [ | 240 "cmd": [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 ], | 295 ], |
| 308 "cwd": "[SLAVE_BUILD]", | 296 "cwd": "[SLAVE_BUILD]", |
| 309 "name": "process_dumps" | 297 "name": "process_dumps" |
| 310 }, | 298 }, |
| 311 { | 299 { |
| 312 "name": "$result", | 300 "name": "$result", |
| 313 "recipe_result": null, | 301 "recipe_result": null, |
| 314 "status_code": 0 | 302 "status_code": 0 |
| 315 } | 303 } |
| 316 ] | 304 ] |
| OLD | NEW |