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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 "--src-dir", | 246 "--src-dir", |
245 "[SLAVE_BUILD]/src", | 247 "[SLAVE_BUILD]/src", |
246 "--goma-cache-dir", | 248 "--goma-cache-dir", |
247 "[GOMA_CACHE]", | 249 "[GOMA_CACHE]", |
248 "--buildbot-buildername", | 250 "--buildbot-buildername", |
249 "linux_ecs_ozone", | 251 "linux_ecs_ozone", |
250 "--buildbot-mastername", | 252 "--buildbot-mastername", |
251 "chromium.fyi", | 253 "chromium.fyi", |
252 "--buildbot-slavename", | 254 "--buildbot-slavename", |
253 "test_slave", | 255 "test_slave", |
| 256 "--goma-deps-cache-file", |
| 257 "linux_ecs_ozone.gomadeps", |
254 "--compiler", | 258 "--compiler", |
255 "goma", | 259 "goma", |
256 "--goma-jsonstatus", | 260 "--goma-jsonstatus", |
257 "/path/to/tmp/json", | 261 "/path/to/tmp/json", |
258 "--goma-service-account-json-file", | 262 "--goma-service-account-json-file", |
259 "/creds/service_accounts/service-account-goma-client.json", | 263 "/creds/service_accounts/service-account-goma-client.json", |
260 "--goma-dir", | 264 "--goma-dir", |
261 "[CACHE]/cipd/goma", | 265 "[CACHE]/cipd/goma", |
262 "--", | 266 "--", |
263 "aura_unittests", | 267 "aura_unittests", |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 "url_unittests" | 779 "url_unittests" |
776 ], | 780 ], |
777 "name": "url_unittests" | 781 "name": "url_unittests" |
778 }, | 782 }, |
779 { | 783 { |
780 "name": "$result", | 784 "name": "$result", |
781 "recipe_result": null, | 785 "recipe_result": null, |
782 "status_code": 0 | 786 "status_code": 0 |
783 } | 787 } |
784 ] | 788 ] |
OLD | NEW |