| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "tryserver.v8", | 333 "tryserver.v8", |
| 334 "-b", | 334 "-b", |
| 335 "v8_linux_chromium_gn_rel", | 335 "v8_linux_chromium_gn_rel", |
| 336 "--config-file", | 336 "--config-file", |
| 337 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 337 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 338 "--goma-dir", | 338 "--goma-dir", |
| 339 "[CACHE]/cipd/goma", | 339 "[CACHE]/cipd/goma", |
| 340 "//out/Release" | 340 "//out/Release" |
| 341 ], | 341 ], |
| 342 "cwd": "[SLAVE_BUILD]", | 342 "cwd": "[SLAVE_BUILD]", |
| 343 "env": { |
| 344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 345 }, |
| 343 "name": "generate_build_files (with patch)" | 346 "name": "generate_build_files (with patch)" |
| 344 }, | 347 }, |
| 345 { | 348 { |
| 346 "cmd": [ | 349 "cmd": [ |
| 347 "python", | 350 "python", |
| 348 "-u", | 351 "-u", |
| 349 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 352 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 350 "--show-path", | 353 "--show-path", |
| 351 "python", | 354 "python", |
| 352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 355 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 "tryserver.v8", | 517 "tryserver.v8", |
| 515 "-b", | 518 "-b", |
| 516 "v8_linux_chromium_gn_rel", | 519 "v8_linux_chromium_gn_rel", |
| 517 "--config-file", | 520 "--config-file", |
| 518 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 521 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 519 "--goma-dir", | 522 "--goma-dir", |
| 520 "[CACHE]/cipd/goma", | 523 "[CACHE]/cipd/goma", |
| 521 "//out/Release" | 524 "//out/Release" |
| 522 ], | 525 ], |
| 523 "cwd": "[SLAVE_BUILD]", | 526 "cwd": "[SLAVE_BUILD]", |
| 527 "env": { |
| 528 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 529 }, |
| 524 "name": "generate_build_files (without patch)" | 530 "name": "generate_build_files (without patch)" |
| 525 }, | 531 }, |
| 526 { | 532 { |
| 527 "cmd": [ | 533 "cmd": [ |
| 528 "python", | 534 "python", |
| 529 "-u", | 535 "-u", |
| 530 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 536 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 531 "--show-path", | 537 "--show-path", |
| 532 "python", | 538 "python", |
| 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 539 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "~followup_annotations": [ | 592 "~followup_annotations": [ |
| 587 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 593 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 588 ] | 594 ] |
| 589 }, | 595 }, |
| 590 { | 596 { |
| 591 "name": "$result", | 597 "name": "$result", |
| 592 "reason": "Step('compile (with patch)') failed with return_code 1", | 598 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 593 "status_code": 1 | 599 "status_code": 1 |
| 594 } | 600 } |
| 595 ] | 601 ] |
| OLD | NEW |