| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "--gsutil-py-path", | 129 "--gsutil-py-path", |
| 130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 131 "--ninja-path", | 131 "--ninja-path", |
| 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 133 "--target", | 133 "--target", |
| 134 "Debug", | 134 "Debug", |
| 135 "--src-dir", | 135 "--src-dir", |
| 136 "[SLAVE_BUILD]/src", | 136 "[SLAVE_BUILD]/src", |
| 137 "--goma-cache-dir", | 137 "--goma-cache-dir", |
| 138 "[GOMA_CACHE]", | 138 "[GOMA_CACHE]", |
| 139 "--buildbot-buildername", | |
| 140 "linux_ecs_ozone", | |
| 141 "--buildbot-mastername", | |
| 142 "chromium.fyi", | |
| 143 "--buildbot-slavename", | |
| 144 "test_slave", | |
| 145 "--compiler", | 139 "--compiler", |
| 146 "goma", | 140 "goma", |
| 147 "--goma-jsonstatus", | 141 "--goma-jsonstatus", |
| 148 "/path/to/tmp/json", | 142 "/path/to/tmp/json", |
| 149 "--goma-service-account-json-file", | 143 "--goma-service-account-json-file", |
| 150 "/creds/service_accounts/service-account-goma-client.json", | 144 "/creds/service_accounts/service-account-goma-client.json", |
| 151 "--goma-dir", | 145 "--goma-dir", |
| 152 "[BUILD]/goma", | 146 "[BUILD]/goma", |
| 153 "--", | 147 "--", |
| 154 "content_shell" | 148 "content_shell" |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "--gsutil-py-path", | 180 "--gsutil-py-path", |
| 187 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 188 "--ninja-path", | 182 "--ninja-path", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 183 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 190 "--target", | 184 "--target", |
| 191 "Debug", | 185 "Debug", |
| 192 "--src-dir", | 186 "--src-dir", |
| 193 "[SLAVE_BUILD]/src", | 187 "[SLAVE_BUILD]/src", |
| 194 "--goma-cache-dir", | 188 "--goma-cache-dir", |
| 195 "[GOMA_CACHE]", | 189 "[GOMA_CACHE]", |
| 196 "--buildbot-buildername", | |
| 197 "linux_ecs_ozone", | |
| 198 "--buildbot-mastername", | |
| 199 "chromium.fyi", | |
| 200 "--buildbot-slavename", | |
| 201 "test_slave", | |
| 202 "--compiler", | 190 "--compiler", |
| 203 "goma", | 191 "goma", |
| 204 "--goma-jsonstatus", | 192 "--goma-jsonstatus", |
| 205 "/path/to/tmp/json", | 193 "/path/to/tmp/json", |
| 206 "--goma-service-account-json-file", | 194 "--goma-service-account-json-file", |
| 207 "/creds/service_accounts/service-account-goma-client.json", | 195 "/creds/service_accounts/service-account-goma-client.json", |
| 208 "--goma-dir", | 196 "--goma-dir", |
| 209 "[BUILD]/goma", | 197 "[BUILD]/goma", |
| 210 "--", | 198 "--", |
| 211 "aura_unittests", | 199 "aura_unittests", |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 "url_unittests" | 711 "url_unittests" |
| 724 ], | 712 ], |
| 725 "name": "url_unittests" | 713 "name": "url_unittests" |
| 726 }, | 714 }, |
| 727 { | 715 { |
| 728 "name": "$result", | 716 "name": "$result", |
| 729 "recipe_result": null, | 717 "recipe_result": null, |
| 730 "status_code": 0 | 718 "status_code": 0 |
| 731 } | 719 } |
| 732 ] | 720 ] |
| OLD | NEW |