| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 253 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 252 "@@@STEP_FAILURE@@@" | 254 "@@@STEP_FAILURE@@@" |
| 253 ] | 255 ] |
| 254 }, | 256 }, |
| 255 { | 257 { |
| 256 "name": "$result", | 258 "name": "$result", |
| 257 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 259 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 258 "status_code": 1 | 260 "status_code": 1 |
| 259 } | 261 } |
| 260 ] | 262 ] |
| OLD | NEW |