| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ARM", | 10 "Linux ARM", |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "--goma-cache-dir", | 301 "--goma-cache-dir", |
| 302 "[GOMA_CACHE]", | 302 "[GOMA_CACHE]", |
| 303 "--build-tool", | 303 "--build-tool", |
| 304 "ninja", | 304 "ninja", |
| 305 "--build-data-dir", | 305 "--build-data-dir", |
| 306 "[ROOT]/build_data_dir", | 306 "[ROOT]/build_data_dir", |
| 307 "--compiler", | 307 "--compiler", |
| 308 "goma", | 308 "goma", |
| 309 "--goma-jsonstatus", | 309 "--goma-jsonstatus", |
| 310 "/path/to/tmp/json", | 310 "/path/to/tmp/json", |
| 311 "--goma-service-account-json-file", |
| 312 "/creds/service_accounts/service-account-goma-client.json", |
| 311 "--goma-dir", | 313 "--goma-dir", |
| 312 "[CACHE]/cipd/goma", | 314 "[CACHE]/cipd/goma", |
| 313 "--ninja-ensure-up-to-date", | 315 "--ninja-ensure-up-to-date", |
| 314 "--", | 316 "--", |
| 315 "browser_tests", | 317 "browser_tests", |
| 316 "browser_tests_run" | 318 "browser_tests_run" |
| 317 ], | 319 ], |
| 318 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
| 319 "name": "compile", | 321 "name": "compile", |
| 320 "~followup_annotations": [ | 322 "~followup_annotations": [ |
| (...skipping 108 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 |