| 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 "--build-tool", | |
| 140 "ninja", | |
| 141 "--compiler", | 139 "--compiler", |
| 142 "goma", | 140 "goma", |
| 143 "--goma-jsonstatus", | 141 "--goma-jsonstatus", |
| 144 "/path/to/tmp/json", | 142 "/path/to/tmp/json", |
| 145 "--goma-service-account-json-file", | 143 "--goma-service-account-json-file", |
| 146 "/creds/service_accounts/service-account-goma-client.json", | 144 "/creds/service_accounts/service-account-goma-client.json", |
| 147 "--goma-dir", | 145 "--goma-dir", |
| 148 "[BUILD]/goma", | 146 "[BUILD]/goma", |
| 149 "--", | 147 "--", |
| 150 "content_shell" | 148 "content_shell" |
| (...skipping 27 matching lines...) Expand all Loading... |
| 178 "--gsutil-py-path", | 176 "--gsutil-py-path", |
| 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 180 "--ninja-path", | 178 "--ninja-path", |
| 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 179 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 182 "--target", | 180 "--target", |
| 183 "Debug", | 181 "Debug", |
| 184 "--src-dir", | 182 "--src-dir", |
| 185 "[SLAVE_BUILD]/src", | 183 "[SLAVE_BUILD]/src", |
| 186 "--goma-cache-dir", | 184 "--goma-cache-dir", |
| 187 "[GOMA_CACHE]", | 185 "[GOMA_CACHE]", |
| 188 "--build-tool", | |
| 189 "ninja", | |
| 190 "--compiler", | 186 "--compiler", |
| 191 "goma", | 187 "goma", |
| 192 "--goma-jsonstatus", | 188 "--goma-jsonstatus", |
| 193 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 194 "--goma-service-account-json-file", | 190 "--goma-service-account-json-file", |
| 195 "/creds/service_accounts/service-account-goma-client.json", | 191 "/creds/service_accounts/service-account-goma-client.json", |
| 196 "--goma-dir", | 192 "--goma-dir", |
| 197 "[BUILD]/goma", | 193 "[BUILD]/goma", |
| 198 "--", | 194 "--", |
| 199 "aura_unittests", | 195 "aura_unittests", |
| (...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 "url_unittests" | 729 "url_unittests" |
| 734 ], | 730 ], |
| 735 "name": "url_unittests" | 731 "name": "url_unittests" |
| 736 }, | 732 }, |
| 737 { | 733 { |
| 738 "name": "$result", | 734 "name": "$result", |
| 739 "recipe_result": null, | 735 "recipe_result": null, |
| 740 "status_code": 0 | 736 "status_code": 0 |
| 741 } | 737 } |
| 742 ] | 738 ] |
| OLD | NEW |