| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "name": "gclient runhooks" | 115 "name": "gclient runhooks" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "python", | 119 "python", |
| 120 "-u", | 120 "-u", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 122 "--show-path", | 122 "--show-path", |
| 123 "python", | 123 "python", |
| 124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 125 "--gsutil-py-path", |
| 126 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 125 "--ninja-path", | 127 "--ninja-path", |
| 126 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 128 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 127 "--target", | 129 "--target", |
| 128 "Release", | 130 "Release", |
| 129 "--src-dir", | 131 "--src-dir", |
| 130 "[SLAVE_BUILD]/src", | 132 "[SLAVE_BUILD]/src", |
| 131 "--goma-cache-dir", | 133 "--goma-cache-dir", |
| 132 "[GOMA_CACHE]", | 134 "[GOMA_CACHE]", |
| 133 "--build-tool", | 135 "--build-tool", |
| 134 "ninja", | 136 "ninja", |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "name": "gclient runhooks (2)" | 341 "name": "gclient runhooks (2)" |
| 340 }, | 342 }, |
| 341 { | 343 { |
| 342 "cmd": [ | 344 "cmd": [ |
| 343 "python", | 345 "python", |
| 344 "-u", | 346 "-u", |
| 345 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 347 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 346 "--show-path", | 348 "--show-path", |
| 347 "python", | 349 "python", |
| 348 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 350 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 351 "--gsutil-py-path", |
| 352 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 349 "--ninja-path", | 353 "--ninja-path", |
| 350 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 354 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 351 "--target", | 355 "--target", |
| 352 "Release", | 356 "Release", |
| 353 "--src-dir", | 357 "--src-dir", |
| 354 "[SLAVE_BUILD]/src", | 358 "[SLAVE_BUILD]/src", |
| 355 "--goma-cache-dir", | 359 "--goma-cache-dir", |
| 356 "[GOMA_CACHE]", | 360 "[GOMA_CACHE]", |
| 357 "--build-tool", | 361 "--build-tool", |
| 358 "ninja", | 362 "ninja", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", | 437 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", |
| 434 "@@@STEP_FAILURE@@@" | 438 "@@@STEP_FAILURE@@@" |
| 435 ] | 439 ] |
| 436 }, | 440 }, |
| 437 { | 441 { |
| 438 "name": "$result", | 442 "name": "$result", |
| 439 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 443 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 440 "status_code": 1 | 444 "status_code": 1 |
| 441 } | 445 } |
| 442 ] | 446 ] |
| OLD | NEW |