| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "tryserver.chromium.linux", | 334 "tryserver.chromium.linux", |
| 335 "-b", | 335 "-b", |
| 336 "linux_chromium_rel_ng", | 336 "linux_chromium_rel_ng", |
| 337 "--config-file", | 337 "--config-file", |
| 338 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 338 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 339 "--goma-dir", | 339 "--goma-dir", |
| 340 "[CACHE]/cipd/goma", | 340 "[CACHE]/cipd/goma", |
| 341 "//out/Release" | 341 "//out/Release" |
| 342 ], | 342 ], |
| 343 "cwd": "[SLAVE_BUILD]", | 343 "cwd": "[SLAVE_BUILD]", |
| 344 "env": { |
| 345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 346 }, |
| 344 "name": "generate_build_files (with patch)" | 347 "name": "generate_build_files (with patch)" |
| 345 }, | 348 }, |
| 346 { | 349 { |
| 347 "cmd": [ | 350 "cmd": [ |
| 348 "python", | 351 "python", |
| 349 "-u", | 352 "-u", |
| 350 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 351 "--show-path", | 354 "--show-path", |
| 352 "python", | 355 "python", |
| 353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 "tryserver.chromium.linux", | 508 "tryserver.chromium.linux", |
| 506 "-b", | 509 "-b", |
| 507 "linux_chromium_rel_ng", | 510 "linux_chromium_rel_ng", |
| 508 "--config-file", | 511 "--config-file", |
| 509 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 512 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 510 "--goma-dir", | 513 "--goma-dir", |
| 511 "[CACHE]/cipd/goma", | 514 "[CACHE]/cipd/goma", |
| 512 "//out/Release" | 515 "//out/Release" |
| 513 ], | 516 ], |
| 514 "cwd": "[SLAVE_BUILD]", | 517 "cwd": "[SLAVE_BUILD]", |
| 518 "env": { |
| 519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 520 }, |
| 515 "name": "generate_build_files (without patch)" | 521 "name": "generate_build_files (without patch)" |
| 516 }, | 522 }, |
| 517 { | 523 { |
| 518 "cmd": [ | 524 "cmd": [ |
| 519 "python", | 525 "python", |
| 520 "-u", | 526 "-u", |
| 521 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 527 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 522 "--show-path", | 528 "--show-path", |
| 523 "python", | 529 "python", |
| 524 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 530 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 "~followup_annotations": [ | 580 "~followup_annotations": [ |
| 575 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 581 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 576 ] | 582 ] |
| 577 }, | 583 }, |
| 578 { | 584 { |
| 579 "name": "$result", | 585 "name": "$result", |
| 580 "reason": "Step('compile (without patch)') failed with return_code 1", | 586 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 581 "status_code": 1 | 587 "status_code": 1 |
| 582 } | 588 } |
| 583 ] | 589 ] |
| OLD | NEW |