| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "--src-dir", | 319 "--src-dir", |
| 320 "[SLAVE_BUILD]/src", | 320 "[SLAVE_BUILD]/src", |
| 321 "--goma-cache-dir", | 321 "--goma-cache-dir", |
| 322 "[GOMA_CACHE]", | 322 "[GOMA_CACHE]", |
| 323 "--build-tool", | 323 "--build-tool", |
| 324 "ninja", | 324 "ninja", |
| 325 "--compiler", | 325 "--compiler", |
| 326 "goma-clang", | 326 "goma-clang", |
| 327 "--goma-jsonstatus", | 327 "--goma-jsonstatus", |
| 328 "/path/to/tmp/json", | 328 "/path/to/tmp/json", |
| 329 "--goma-service-account-json-file", |
| 330 "/creds/service_accounts/service-account-goma-client.json", |
| 329 "--goma-dir", | 331 "--goma-dir", |
| 330 "[BUILD]/goma", | 332 "[BUILD]/goma", |
| 331 "--", | 333 "--", |
| 332 "browser_tests", | 334 "browser_tests", |
| 333 "browser_tests_run" | 335 "browser_tests_run" |
| 334 ], | 336 ], |
| 335 "cwd": "[SLAVE_BUILD]", | 337 "cwd": "[SLAVE_BUILD]", |
| 336 "name": "compile", | 338 "name": "compile", |
| 337 "~followup_annotations": [ | 339 "~followup_annotations": [ |
| 338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 431 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 430 "@@@STEP_LOG_END@python.inline@@@" | 432 "@@@STEP_LOG_END@python.inline@@@" |
| 431 ] | 433 ] |
| 432 }, | 434 }, |
| 433 { | 435 { |
| 434 "name": "$result", | 436 "name": "$result", |
| 435 "recipe_result": null, | 437 "recipe_result": null, |
| 436 "status_code": 0 | 438 "status_code": 0 |
| 437 } | 439 } |
| 438 ] | 440 ] |
| OLD | NEW |