| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8-Blink Linux 64", | 10 "V8-Blink Linux 64", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "-m", | 132 "-m", |
| 133 "client.v8.fyi", | 133 "client.v8.fyi", |
| 134 "-b", | 134 "-b", |
| 135 "V8-Blink Linux 64", | 135 "V8-Blink Linux 64", |
| 136 "--config-file", | 136 "--config-file", |
| 137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 138 "--goma-dir", | 138 "--goma-dir", |
| 139 "[BUILD]/goma", | 139 "[BUILD]/goma", |
| 140 "//out/Release" | 140 "//out/Release" |
| 141 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]/src", |
| 142 "env": { | 143 "env": { |
| 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 144 }, | 145 }, |
| 145 "name": "generate_build_files (with patch)" | 146 "name": "generate_build_files (with patch)" |
| 146 }, | 147 }, |
| 147 { | 148 { |
| 148 "cmd": [ | 149 "cmd": [ |
| 149 "python", | 150 "python", |
| 150 "-u", | 151 "-u", |
| 151 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "-m", | 372 "-m", |
| 372 "client.v8.fyi", | 373 "client.v8.fyi", |
| 373 "-b", | 374 "-b", |
| 374 "V8-Blink Linux 64", | 375 "V8-Blink Linux 64", |
| 375 "--config-file", | 376 "--config-file", |
| 376 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 377 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 377 "--goma-dir", | 378 "--goma-dir", |
| 378 "[BUILD]/goma", | 379 "[BUILD]/goma", |
| 379 "//out/Release" | 380 "//out/Release" |
| 380 ], | 381 ], |
| 382 "cwd": "[SLAVE_BUILD]/src", |
| 381 "env": { | 383 "env": { |
| 382 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 383 }, | 385 }, |
| 384 "name": "generate_build_files (without patch)" | 386 "name": "generate_build_files (without patch)" |
| 385 }, | 387 }, |
| 386 { | 388 { |
| 387 "cmd": [ | 389 "cmd": [ |
| 388 "python", | 390 "python", |
| 389 "-u", | 391 "-u", |
| 390 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 392 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "@@@STEP_FAILURE@@@" | 483 "@@@STEP_FAILURE@@@" |
| 482 ] | 484 ] |
| 483 }, | 485 }, |
| 484 { | 486 { |
| 485 "name": "$result", | 487 "name": "$result", |
| 486 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 488 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 487 "recipe_result": null, | 489 "recipe_result": null, |
| 488 "status_code": 1 | 490 "status_code": 1 |
| 489 } | 491 } |
| 490 ] | 492 ] |
| OLD | NEW |