| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_variable", | 10 "linux_variable", |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 "--gsutil-py-path", | 567 "--gsutil-py-path", |
| 568 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 568 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 569 "--ninja-path", | 569 "--ninja-path", |
| 570 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 570 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 571 "--target", | 571 "--target", |
| 572 "Release", | 572 "Release", |
| 573 "--src-dir", | 573 "--src-dir", |
| 574 "[SLAVE_BUILD]/src", | 574 "[SLAVE_BUILD]/src", |
| 575 "--goma-cache-dir", | 575 "--goma-cache-dir", |
| 576 "[GOMA_CACHE]", | 576 "[GOMA_CACHE]", |
| 577 "--build-tool", | |
| 578 "ninja", | |
| 579 "--compiler", | 577 "--compiler", |
| 580 "goma", | 578 "goma", |
| 581 "--goma-jsonstatus", | 579 "--goma-jsonstatus", |
| 582 "/path/to/tmp/json", | 580 "/path/to/tmp/json", |
| 583 "--goma-service-account-json-file", | 581 "--goma-service-account-json-file", |
| 584 "/creds/service_accounts/service-account-goma-client.json", | 582 "/creds/service_accounts/service-account-goma-client.json", |
| 585 "--goma-dir", | 583 "--goma-dir", |
| 586 "[CACHE]/cipd/goma", | 584 "[CACHE]/cipd/goma", |
| 587 "--ninja-ensure-up-to-date", | 585 "--ninja-ensure-up-to-date", |
| 588 "--", | 586 "--", |
| (...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1195 "--gsutil-py-path", | 1193 "--gsutil-py-path", |
| 1196 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 1194 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 1197 "--ninja-path", | 1195 "--ninja-path", |
| 1198 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 1196 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 1199 "--target", | 1197 "--target", |
| 1200 "Release", | 1198 "Release", |
| 1201 "--src-dir", | 1199 "--src-dir", |
| 1202 "[SLAVE_BUILD]/src", | 1200 "[SLAVE_BUILD]/src", |
| 1203 "--goma-cache-dir", | 1201 "--goma-cache-dir", |
| 1204 "[GOMA_CACHE]", | 1202 "[GOMA_CACHE]", |
| 1205 "--build-tool", | |
| 1206 "ninja", | |
| 1207 "--compiler", | 1203 "--compiler", |
| 1208 "goma", | 1204 "goma", |
| 1209 "--goma-jsonstatus", | 1205 "--goma-jsonstatus", |
| 1210 "/path/to/tmp/json", | 1206 "/path/to/tmp/json", |
| 1211 "--goma-service-account-json-file", | 1207 "--goma-service-account-json-file", |
| 1212 "/creds/service_accounts/service-account-goma-client.json", | 1208 "/creds/service_accounts/service-account-goma-client.json", |
| 1213 "--goma-dir", | 1209 "--goma-dir", |
| 1214 "[CACHE]/cipd/goma", | 1210 "[CACHE]/cipd/goma", |
| 1215 "--ninja-ensure-up-to-date", | 1211 "--ninja-ensure-up-to-date", |
| 1216 "--", | 1212 "--", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1268 "@@@STEP_LOG_END@report@@@", | 1264 "@@@STEP_LOG_END@report@@@", |
| 1269 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre
ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \
"r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\"
r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@" | 1265 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre
ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \
"r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\"
r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@" |
| 1270 ] | 1266 ] |
| 1271 }, | 1267 }, |
| 1272 { | 1268 { |
| 1273 "name": "$result", | 1269 "name": "$result", |
| 1274 "recipe_result": null, | 1270 "recipe_result": null, |
| 1275 "status_code": 0 | 1271 "status_code": 0 |
| 1276 } | 1272 } |
| 1277 ] | 1273 ] |
| OLD | NEW |