| 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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--src-dir", | 280 "--src-dir", |
| 281 "[SLAVE_BUILD]/src", | 281 "[SLAVE_BUILD]/src", |
| 282 "--goma-cache-dir", | 282 "--goma-cache-dir", |
| 283 "[GOMA_CACHE]", | 283 "[GOMA_CACHE]", |
| 284 "--build-tool", | 284 "--build-tool", |
| 285 "ninja", | 285 "ninja", |
| 286 "--compiler", | 286 "--compiler", |
| 287 "goma", | 287 "goma", |
| 288 "--goma-jsonstatus", | 288 "--goma-jsonstatus", |
| 289 "/path/to/tmp/json", | 289 "/path/to/tmp/json", |
| 290 "--goma-service-account-json-file", |
| 291 "/creds/service_accounts/service-account-goma-client.json", |
| 290 "--mode", | 292 "--mode", |
| 291 "official", | 293 "official", |
| 292 "--goma-dir", | 294 "--goma-dir", |
| 293 "[CACHE]/cipd/goma", | 295 "[CACHE]/cipd/goma", |
| 294 "--goma-hermetic", | 296 "--goma-hermetic", |
| 295 "fallback", | 297 "fallback", |
| 296 "--goma-fail-fast", | 298 "--goma-fail-fast", |
| 297 "--goma-disable-local-fallback", | 299 "--goma-disable-local-fallback", |
| 298 "--", | 300 "--", |
| 299 "chromium_builder_perf" | 301 "chromium_builder_perf" |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "--src-dir", | 485 "--src-dir", |
| 484 "[SLAVE_BUILD]/src", | 486 "[SLAVE_BUILD]/src", |
| 485 "--goma-cache-dir", | 487 "--goma-cache-dir", |
| 486 "[GOMA_CACHE]", | 488 "[GOMA_CACHE]", |
| 487 "--build-tool", | 489 "--build-tool", |
| 488 "ninja", | 490 "ninja", |
| 489 "--compiler", | 491 "--compiler", |
| 490 "goma", | 492 "goma", |
| 491 "--goma-jsonstatus", | 493 "--goma-jsonstatus", |
| 492 "/path/to/tmp/json", | 494 "/path/to/tmp/json", |
| 495 "--goma-service-account-json-file", |
| 496 "/creds/service_accounts/service-account-goma-client.json", |
| 493 "--mode", | 497 "--mode", |
| 494 "official", | 498 "official", |
| 495 "--goma-dir", | 499 "--goma-dir", |
| 496 "[CACHE]/cipd/goma", | 500 "[CACHE]/cipd/goma", |
| 497 "--goma-hermetic", | 501 "--goma-hermetic", |
| 498 "fallback", | 502 "fallback", |
| 499 "--goma-fail-fast", | 503 "--goma-fail-fast", |
| 500 "--goma-disable-local-fallback", | 504 "--goma-disable-local-fallback", |
| 501 "--", | 505 "--", |
| 502 "chromium_builder_perf" | 506 "chromium_builder_perf" |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 "@@@STEP_LOG_LINE@json.output@}@@@", | 578 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 575 "@@@STEP_LOG_END@json.output@@@" | 579 "@@@STEP_LOG_END@json.output@@@" |
| 576 ] | 580 ] |
| 577 }, | 581 }, |
| 578 { | 582 { |
| 579 "name": "$result", | 583 "name": "$result", |
| 580 "recipe_result": null, | 584 "recipe_result": null, |
| 581 "status_code": 0 | 585 "status_code": 0 |
| 582 } | 586 } |
| 583 ] | 587 ] |
| OLD | NEW |