| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "--src-dir", | 340 "--src-dir", |
| 341 "[SLAVE_BUILD]/src", | 341 "[SLAVE_BUILD]/src", |
| 342 "--goma-cache-dir", | 342 "--goma-cache-dir", |
| 343 "[GOMA_CACHE]", | 343 "[GOMA_CACHE]", |
| 344 "--build-tool", | 344 "--build-tool", |
| 345 "ninja", | 345 "ninja", |
| 346 "--compiler", | 346 "--compiler", |
| 347 "goma-clang", | 347 "goma-clang", |
| 348 "--goma-jsonstatus", | 348 "--goma-jsonstatus", |
| 349 "/path/to/tmp/json", | 349 "/path/to/tmp/json", |
| 350 "--goma-service-account-json-file", |
| 351 "/creds/service_accounts/service-account-goma-client.json", |
| 350 "--goma-dir", | 352 "--goma-dir", |
| 351 "[BUILD]/goma", | 353 "[BUILD]/goma", |
| 352 "--", | 354 "--", |
| 353 "browser_tests", | 355 "browser_tests", |
| 354 "browser_tests_run" | 356 "browser_tests_run" |
| 355 ], | 357 ], |
| 356 "cwd": "[SLAVE_BUILD]", | 358 "cwd": "[SLAVE_BUILD]", |
| 357 "name": "compile", | 359 "name": "compile", |
| 358 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 361 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 452 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 451 "@@@STEP_LOG_END@python.inline@@@" | 453 "@@@STEP_LOG_END@python.inline@@@" |
| 452 ] | 454 ] |
| 453 }, | 455 }, |
| 454 { | 456 { |
| 455 "name": "$result", | 457 "name": "$result", |
| 456 "recipe_result": null, | 458 "recipe_result": null, |
| 457 "status_code": 0 | 459 "status_code": 0 |
| 458 } | 460 } |
| 459 ] | 461 ] |
| OLD | NEW |