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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 "--gsutil-py-path", | 394 "--gsutil-py-path", |
397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 395 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
398 "--ninja-path", | 396 "--ninja-path", |
399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 397 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
400 "--target", | 398 "--target", |
401 "Release", | 399 "Release", |
402 "--src-dir", | 400 "--src-dir", |
403 "[SLAVE_BUILD]/src", | 401 "[SLAVE_BUILD]/src", |
404 "--goma-cache-dir", | 402 "--goma-cache-dir", |
405 "[GOMA_CACHE]", | 403 "[GOMA_CACHE]", |
406 "--build-tool", | |
407 "ninja", | |
408 "--compiler", | 404 "--compiler", |
409 "goma", | 405 "goma", |
410 "--goma-jsonstatus", | 406 "--goma-jsonstatus", |
411 "/path/to/tmp/json", | 407 "/path/to/tmp/json", |
412 "--goma-service-account-json-file", | 408 "--goma-service-account-json-file", |
413 "/creds/service_accounts/service-account-goma-client.json", | 409 "/creds/service_accounts/service-account-goma-client.json", |
414 "--goma-dir", | 410 "--goma-dir", |
415 "[BUILD]/goma", | 411 "[BUILD]/goma", |
416 "--", | 412 "--", |
417 "blink_tests" | 413 "blink_tests" |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 "@@@STEP_FAILURE@@@" | 481 "@@@STEP_FAILURE@@@" |
486 ] | 482 ] |
487 }, | 483 }, |
488 { | 484 { |
489 "name": "$result", | 485 "name": "$result", |
490 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 486 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
491 "recipe_result": null, | 487 "recipe_result": null, |
492 "status_code": 1 | 488 "status_code": 1 |
493 } | 489 } |
494 ] | 490 ] |
OLD | NEW |