OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [], | 3 "cmd": [], |
4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
5 }, | 5 }, |
6 { | 6 { |
7 "cmd": [ | 7 "cmd": [ |
8 "python", | 8 "python", |
9 "-u", | 9 "-u", |
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 "--src-dir", | 187 "--src-dir", |
188 "[SLAVE_BUILD]/src", | 188 "[SLAVE_BUILD]/src", |
189 "--goma-cache-dir", | 189 "--goma-cache-dir", |
190 "[GOMA_CACHE]", | 190 "[GOMA_CACHE]", |
191 "--buildbot-buildername", | 191 "--buildbot-buildername", |
192 "linux_ecs_ozone", | 192 "linux_ecs_ozone", |
193 "--buildbot-mastername", | 193 "--buildbot-mastername", |
194 "chromium.fyi", | 194 "chromium.fyi", |
195 "--buildbot-slavename", | 195 "--buildbot-slavename", |
196 "test_slave", | 196 "test_slave", |
| 197 "--goma-deps-cache-file", |
| 198 "linux_ecs_ozone.gomadeps", |
197 "--compiler", | 199 "--compiler", |
198 "goma", | 200 "goma", |
199 "--goma-jsonstatus", | 201 "--goma-jsonstatus", |
200 "/path/to/tmp/json", | 202 "/path/to/tmp/json", |
201 "--goma-service-account-json-file", | 203 "--goma-service-account-json-file", |
202 "/creds/service_accounts/service-account-goma-client.json", | 204 "/creds/service_accounts/service-account-goma-client.json", |
203 "--goma-dir", | 205 "--goma-dir", |
204 "[CACHE]/cipd/goma", | 206 "[CACHE]/cipd/goma", |
205 "--", | 207 "--", |
206 "content_shell" | 208 "content_shell" |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "--src-dir", | 242 "--src-dir", |
241 "[SLAVE_BUILD]/src", | 243 "[SLAVE_BUILD]/src", |
242 "--goma-cache-dir", | 244 "--goma-cache-dir", |
243 "[GOMA_CACHE]", | 245 "[GOMA_CACHE]", |
244 "--buildbot-buildername", | 246 "--buildbot-buildername", |
245 "linux_ecs_ozone", | 247 "linux_ecs_ozone", |
246 "--buildbot-mastername", | 248 "--buildbot-mastername", |
247 "chromium.fyi", | 249 "chromium.fyi", |
248 "--buildbot-slavename", | 250 "--buildbot-slavename", |
249 "test_slave", | 251 "test_slave", |
| 252 "--goma-deps-cache-file", |
| 253 "linux_ecs_ozone.gomadeps", |
250 "--compiler", | 254 "--compiler", |
251 "goma", | 255 "goma", |
252 "--goma-jsonstatus", | 256 "--goma-jsonstatus", |
253 "/path/to/tmp/json", | 257 "/path/to/tmp/json", |
254 "--goma-service-account-json-file", | 258 "--goma-service-account-json-file", |
255 "/creds/service_accounts/service-account-goma-client.json", | 259 "/creds/service_accounts/service-account-goma-client.json", |
256 "--goma-dir", | 260 "--goma-dir", |
257 "[CACHE]/cipd/goma", | 261 "[CACHE]/cipd/goma", |
258 "--", | 262 "--", |
259 "aura_unittests", | 263 "aura_unittests", |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 "url_unittests" | 775 "url_unittests" |
772 ], | 776 ], |
773 "name": "url_unittests" | 777 "name": "url_unittests" |
774 }, | 778 }, |
775 { | 779 { |
776 "name": "$result", | 780 "name": "$result", |
777 "recipe_result": null, | 781 "recipe_result": null, |
778 "status_code": 0 | 782 "status_code": 0 |
779 } | 783 } |
780 ] | 784 ] |
OLD | NEW |