| 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 Builder (dbg)", | 10 "Mac Builder (dbg)", |
| (...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", | |
| 331 "--goma-dir", | 329 "--goma-dir", |
| 332 "[CACHE]/cipd/goma", | 330 "[CACHE]/cipd/goma", |
| 333 "--ninja-ensure-up-to-date", | 331 "--ninja-ensure-up-to-date", |
| 334 "--", | 332 "--", |
| 335 "browser_tests", | 333 "browser_tests", |
| 336 "browser_tests_run", | 334 "browser_tests_run", |
| 337 "chromium_builder_tests" | 335 "chromium_builder_tests" |
| 338 ], | 336 ], |
| 339 "cwd": "[SLAVE_BUILD]", | 337 "cwd": "[SLAVE_BUILD]", |
| 340 "name": "compile", | 338 "name": "compile", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 "~followup_annotations": [ | 426 "~followup_annotations": [ |
| 429 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" | 427 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" |
| 430 ] | 428 ] |
| 431 }, | 429 }, |
| 432 { | 430 { |
| 433 "name": "$result", | 431 "name": "$result", |
| 434 "recipe_result": null, | 432 "recipe_result": null, |
| 435 "status_code": 0 | 433 "status_code": 0 |
| 436 } | 434 } |
| 437 ] | 435 ] |
| OLD | NEW |