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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "--gsutil-py-path", | 155 "--gsutil-py-path", |
156 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 156 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
157 "--ninja-path", | 157 "--ninja-path", |
158 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 158 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
159 "--target", | 159 "--target", |
160 "Release", | 160 "Release", |
161 "--src-dir", | 161 "--src-dir", |
162 "[SLAVE_BUILD]/src", | 162 "[SLAVE_BUILD]/src", |
163 "--goma-cache-dir", | 163 "--goma-cache-dir", |
164 "[GOMA_CACHE]", | 164 "[GOMA_CACHE]", |
165 "--build-tool", | |
166 "ninja", | |
167 "--compiler", | 165 "--compiler", |
168 "goma", | 166 "goma", |
169 "--goma-jsonstatus", | 167 "--goma-jsonstatus", |
170 "/path/to/tmp/json", | 168 "/path/to/tmp/json", |
171 "--goma-service-account-json-file", | 169 "--goma-service-account-json-file", |
172 "/creds/service_accounts/service-account-goma-client.json", | 170 "/creds/service_accounts/service-account-goma-client.json", |
173 "--goma-dir", | 171 "--goma-dir", |
174 "[BUILD]/goma", | 172 "[BUILD]/goma", |
175 "--", | 173 "--", |
176 "blink_tests" | 174 "blink_tests" |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 "@@@STEP_FAILURE@@@" | 284 "@@@STEP_FAILURE@@@" |
287 ] | 285 ] |
288 }, | 286 }, |
289 { | 287 { |
290 "name": "$result", | 288 "name": "$result", |
291 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 289 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
292 "recipe_result": null, | 290 "recipe_result": null, |
293 "status_code": 1 | 291 "status_code": 1 |
294 } | 292 } |
295 ] | 293 ] |
OLD | NEW |