| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_chromium_gn_rel", | 10 "v8_linux_chromium_gn_rel", |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "--src-dir", | 358 "--src-dir", |
| 359 "[SLAVE_BUILD]/src", | 359 "[SLAVE_BUILD]/src", |
| 360 "--goma-cache-dir", | 360 "--goma-cache-dir", |
| 361 "[GOMA_CACHE]", | 361 "[GOMA_CACHE]", |
| 362 "--build-tool", | 362 "--build-tool", |
| 363 "ninja", | 363 "ninja", |
| 364 "--compiler", | 364 "--compiler", |
| 365 "goma", | 365 "goma", |
| 366 "--goma-jsonstatus", | 366 "--goma-jsonstatus", |
| 367 "/path/to/tmp/json", | 367 "/path/to/tmp/json", |
| 368 "--goma-service-account-json-file", |
| 369 "/creds/service_accounts/service-account-goma-client.json", |
| 368 "--goma-dir", | 370 "--goma-dir", |
| 369 "[CACHE]/cipd/goma", | 371 "[CACHE]/cipd/goma", |
| 370 "--goma-fail-fast", | 372 "--goma-fail-fast", |
| 371 "--goma-disable-local-fallback", | 373 "--goma-disable-local-fallback", |
| 372 "--ninja-ensure-up-to-date", | 374 "--ninja-ensure-up-to-date", |
| 373 "--", | 375 "--", |
| 374 "base_unittests", | 376 "base_unittests", |
| 375 "blink_tests", | 377 "blink_tests", |
| 376 "extensions_browsertests", | 378 "extensions_browsertests", |
| 377 "gin_unittests", | 379 "gin_unittests", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 "--src-dir", | 535 "--src-dir", |
| 534 "[SLAVE_BUILD]/src", | 536 "[SLAVE_BUILD]/src", |
| 535 "--goma-cache-dir", | 537 "--goma-cache-dir", |
| 536 "[GOMA_CACHE]", | 538 "[GOMA_CACHE]", |
| 537 "--build-tool", | 539 "--build-tool", |
| 538 "ninja", | 540 "ninja", |
| 539 "--compiler", | 541 "--compiler", |
| 540 "goma", | 542 "goma", |
| 541 "--goma-jsonstatus", | 543 "--goma-jsonstatus", |
| 542 "/path/to/tmp/json", | 544 "/path/to/tmp/json", |
| 545 "--goma-service-account-json-file", |
| 546 "/creds/service_accounts/service-account-goma-client.json", |
| 543 "--goma-dir", | 547 "--goma-dir", |
| 544 "[CACHE]/cipd/goma", | 548 "[CACHE]/cipd/goma", |
| 545 "--goma-fail-fast", | 549 "--goma-fail-fast", |
| 546 "--goma-disable-local-fallback", | 550 "--goma-disable-local-fallback", |
| 547 "--ninja-ensure-up-to-date", | 551 "--ninja-ensure-up-to-date", |
| 548 "--", | 552 "--", |
| 549 "base_unittests", | 553 "base_unittests", |
| 550 "blink_tests", | 554 "blink_tests", |
| 551 "extensions_browsertests", | 555 "extensions_browsertests", |
| 552 "gin_unittests", | 556 "gin_unittests", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 574 "~followup_annotations": [ | 578 "~followup_annotations": [ |
| 575 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 579 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 576 ] | 580 ] |
| 577 }, | 581 }, |
| 578 { | 582 { |
| 579 "name": "$result", | 583 "name": "$result", |
| 580 "reason": "Step('compile (with patch)') failed with return_code 1", | 584 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 581 "status_code": 1 | 585 "status_code": 1 |
| 582 } | 586 } |
| 583 ] | 587 ] |
| OLD | NEW |