| 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.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "--src-dir", | 359 "--src-dir", |
| 360 "[SLAVE_BUILD]/src", | 360 "[SLAVE_BUILD]/src", |
| 361 "--goma-cache-dir", | 361 "--goma-cache-dir", |
| 362 "[GOMA_CACHE]", | 362 "[GOMA_CACHE]", |
| 363 "--build-tool", | 363 "--build-tool", |
| 364 "ninja", | 364 "ninja", |
| 365 "--compiler", | 365 "--compiler", |
| 366 "goma", | 366 "goma", |
| 367 "--goma-jsonstatus", | 367 "--goma-jsonstatus", |
| 368 "/path/to/tmp/json", | 368 "/path/to/tmp/json", |
| 369 "--goma-service-account-json-file", |
| 370 "/creds/service_accounts/service-account-goma-client.json", |
| 369 "--goma-dir", | 371 "--goma-dir", |
| 370 "[CACHE]/cipd/goma", | 372 "[CACHE]/cipd/goma", |
| 371 "--goma-fail-fast", | 373 "--goma-fail-fast", |
| 372 "--goma-disable-local-fallback", | 374 "--goma-disable-local-fallback", |
| 373 "--ninja-ensure-up-to-date", | 375 "--ninja-ensure-up-to-date", |
| 374 "--", | 376 "--", |
| 375 "chromium_swarm_tests" | 377 "chromium_swarm_tests" |
| 376 ], | 378 ], |
| 377 "cwd": "[SLAVE_BUILD]", | 379 "cwd": "[SLAVE_BUILD]", |
| 378 "name": "compile (with patch)", | 380 "name": "compile (with patch)", |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 "--src-dir", | 526 "--src-dir", |
| 525 "[SLAVE_BUILD]/src", | 527 "[SLAVE_BUILD]/src", |
| 526 "--goma-cache-dir", | 528 "--goma-cache-dir", |
| 527 "[GOMA_CACHE]", | 529 "[GOMA_CACHE]", |
| 528 "--build-tool", | 530 "--build-tool", |
| 529 "ninja", | 531 "ninja", |
| 530 "--compiler", | 532 "--compiler", |
| 531 "goma", | 533 "goma", |
| 532 "--goma-jsonstatus", | 534 "--goma-jsonstatus", |
| 533 "/path/to/tmp/json", | 535 "/path/to/tmp/json", |
| 536 "--goma-service-account-json-file", |
| 537 "/creds/service_accounts/service-account-goma-client.json", |
| 534 "--goma-dir", | 538 "--goma-dir", |
| 535 "[CACHE]/cipd/goma", | 539 "[CACHE]/cipd/goma", |
| 536 "--goma-fail-fast", | 540 "--goma-fail-fast", |
| 537 "--goma-disable-local-fallback", | 541 "--goma-disable-local-fallback", |
| 538 "--ninja-ensure-up-to-date", | 542 "--ninja-ensure-up-to-date", |
| 539 "--", | 543 "--", |
| 540 "chromium_swarm_tests" | 544 "chromium_swarm_tests" |
| 541 ], | 545 ], |
| 542 "cwd": "[SLAVE_BUILD]", | 546 "cwd": "[SLAVE_BUILD]", |
| 543 "name": "compile (without patch)", | 547 "name": "compile (without patch)", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 562 "~followup_annotations": [ | 566 "~followup_annotations": [ |
| 563 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 567 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 564 ] | 568 ] |
| 565 }, | 569 }, |
| 566 { | 570 { |
| 567 "name": "$result", | 571 "name": "$result", |
| 568 "reason": "Step('compile (without patch)') failed with return_code 1", | 572 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 569 "status_code": 1 | 573 "status_code": 1 |
| 570 } | 574 } |
| 571 ] | 575 ] |
| OLD | NEW |