| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_ecs_ozone", | 10 "linux_ecs_ozone", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "--gsutil-py-path", | 135 "--gsutil-py-path", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 137 "--ninja-path", | 137 "--ninja-path", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 139 "--target", | 139 "--target", |
| 140 "Debug", | 140 "Debug", |
| 141 "--src-dir", | 141 "--src-dir", |
| 142 "[SLAVE_BUILD]/src", | 142 "[SLAVE_BUILD]/src", |
| 143 "--goma-cache-dir", | 143 "--goma-cache-dir", |
| 144 "[GOMA_CACHE]", | 144 "[GOMA_CACHE]", |
| 145 "--buildbot-buildername", | |
| 146 "linux_ecs_ozone", | |
| 147 "--buildbot-mastername", | |
| 148 "chromium.fyi", | |
| 149 "--buildbot-slavename", | |
| 150 "test_slave", | |
| 151 "--compiler", | 145 "--compiler", |
| 152 "goma", | 146 "goma", |
| 153 "--goma-jsonstatus", | 147 "--goma-jsonstatus", |
| 154 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
| 155 "--goma-service-account-json-file", | 149 "--goma-service-account-json-file", |
| 156 "/creds/service_accounts/service-account-goma-client.json", | 150 "/creds/service_accounts/service-account-goma-client.json", |
| 157 "--goma-dir", | 151 "--goma-dir", |
| 158 "[BUILD]/goma", | 152 "[BUILD]/goma", |
| 159 "--goma-fail-fast", | 153 "--goma-fail-fast", |
| 160 "--goma-disable-local-fallback", | 154 "--goma-disable-local-fallback", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 190 "--gsutil-py-path", | 184 "--gsutil-py-path", |
| 191 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 185 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 192 "--ninja-path", | 186 "--ninja-path", |
| 193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 187 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 194 "--target", | 188 "--target", |
| 195 "Debug", | 189 "Debug", |
| 196 "--src-dir", | 190 "--src-dir", |
| 197 "[SLAVE_BUILD]/src", | 191 "[SLAVE_BUILD]/src", |
| 198 "--goma-cache-dir", | 192 "--goma-cache-dir", |
| 199 "[GOMA_CACHE]", | 193 "[GOMA_CACHE]", |
| 200 "--buildbot-buildername", | |
| 201 "linux_ecs_ozone", | |
| 202 "--buildbot-mastername", | |
| 203 "chromium.fyi", | |
| 204 "--buildbot-slavename", | |
| 205 "test_slave", | |
| 206 "--compiler", | 194 "--compiler", |
| 207 "goma", | 195 "goma", |
| 208 "--goma-jsonstatus", | 196 "--goma-jsonstatus", |
| 209 "/path/to/tmp/json", | 197 "/path/to/tmp/json", |
| 210 "--goma-service-account-json-file", | 198 "--goma-service-account-json-file", |
| 211 "/creds/service_accounts/service-account-goma-client.json", | 199 "/creds/service_accounts/service-account-goma-client.json", |
| 212 "--goma-dir", | 200 "--goma-dir", |
| 213 "[BUILD]/goma", | 201 "[BUILD]/goma", |
| 214 "--goma-fail-fast", | 202 "--goma-fail-fast", |
| 215 "--goma-disable-local-fallback", | 203 "--goma-disable-local-fallback", |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 "url_unittests" | 717 "url_unittests" |
| 730 ], | 718 ], |
| 731 "name": "url_unittests" | 719 "name": "url_unittests" |
| 732 }, | 720 }, |
| 733 { | 721 { |
| 734 "name": "$result", | 722 "name": "$result", |
| 735 "recipe_result": null, | 723 "recipe_result": null, |
| 736 "status_code": 0 | 724 "status_code": 0 |
| 737 } | 725 } |
| 738 ] | 726 ] |
| OLD | NEW |