| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "--src-dir", | 281 "--src-dir", |
| 282 "[SLAVE_BUILD]/src", | 282 "[SLAVE_BUILD]/src", |
| 283 "--goma-cache-dir", | 283 "--goma-cache-dir", |
| 284 "[GOMA_CACHE]", | 284 "[GOMA_CACHE]", |
| 285 "--build-tool", | 285 "--build-tool", |
| 286 "ninja", | 286 "ninja", |
| 287 "--compiler", | 287 "--compiler", |
| 288 "goma", | 288 "goma", |
| 289 "--goma-jsonstatus", | 289 "--goma-jsonstatus", |
| 290 "/path/to/tmp/json", | 290 "/path/to/tmp/json", |
| 291 "--goma-service-account-json-file", |
| 292 "/creds/service_accounts/service-account-goma-client.json", |
| 291 "--mode", | 293 "--mode", |
| 292 "official", | 294 "official", |
| 293 "--goma-dir", | 295 "--goma-dir", |
| 294 "[CACHE]/cipd/goma", | 296 "[CACHE]/cipd/goma", |
| 295 "--goma-hermetic", | 297 "--goma-hermetic", |
| 296 "fallback", | 298 "fallback", |
| 297 "--goma-fail-fast", | 299 "--goma-fail-fast", |
| 298 "--goma-disable-local-fallback", | 300 "--goma-disable-local-fallback", |
| 299 "--", | 301 "--", |
| 300 "chromium_builder_perf" | 302 "chromium_builder_perf" |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "--src-dir", | 481 "--src-dir", |
| 480 "[SLAVE_BUILD]/src", | 482 "[SLAVE_BUILD]/src", |
| 481 "--goma-cache-dir", | 483 "--goma-cache-dir", |
| 482 "[GOMA_CACHE]", | 484 "[GOMA_CACHE]", |
| 483 "--build-tool", | 485 "--build-tool", |
| 484 "ninja", | 486 "ninja", |
| 485 "--compiler", | 487 "--compiler", |
| 486 "goma", | 488 "goma", |
| 487 "--goma-jsonstatus", | 489 "--goma-jsonstatus", |
| 488 "/path/to/tmp/json", | 490 "/path/to/tmp/json", |
| 491 "--goma-service-account-json-file", |
| 492 "/creds/service_accounts/service-account-goma-client.json", |
| 489 "--mode", | 493 "--mode", |
| 490 "official", | 494 "official", |
| 491 "--goma-dir", | 495 "--goma-dir", |
| 492 "[CACHE]/cipd/goma", | 496 "[CACHE]/cipd/goma", |
| 493 "--goma-hermetic", | 497 "--goma-hermetic", |
| 494 "fallback", | 498 "fallback", |
| 495 "--goma-fail-fast", | 499 "--goma-fail-fast", |
| 496 "--goma-disable-local-fallback", | 500 "--goma-disable-local-fallback", |
| 497 "--", | 501 "--", |
| 498 "chromium_builder_perf" | 502 "chromium_builder_perf" |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 "@@@STEP_LOG_END@json.output (invalid)@@@", | 548 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 545 "@@@STEP_FAILURE@@@" | 549 "@@@STEP_FAILURE@@@" |
| 546 ] | 550 ] |
| 547 }, | 551 }, |
| 548 { | 552 { |
| 549 "name": "$result", | 553 "name": "$result", |
| 550 "reason": "Failed to upload result to Perf Dashboard. Error response: None", | 554 "reason": "Failed to upload result to Perf Dashboard. Error response: None", |
| 551 "status_code": 1 | 555 "status_code": 1 |
| 552 } | 556 } |
| 553 ] | 557 ] |
| OLD | NEW |