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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 "--src-dir", | 301 "--src-dir", |
302 "[SLAVE_BUILD]/src", | 302 "[SLAVE_BUILD]/src", |
303 "--goma-cache-dir", | 303 "--goma-cache-dir", |
304 "[GOMA_CACHE]", | 304 "[GOMA_CACHE]", |
305 "--buildbot-buildername", | 305 "--buildbot-buildername", |
306 "Linux Builder", | 306 "Linux Builder", |
307 "--buildbot-mastername", | 307 "--buildbot-mastername", |
308 "chromium.linux", | 308 "chromium.linux", |
309 "--buildbot-slavename", | 309 "--buildbot-slavename", |
310 "TestSlavename", | 310 "TestSlavename", |
| 311 "--goma-deps-cache-file", |
| 312 "Linux_Builder.gomadeps", |
311 "--compiler", | 313 "--compiler", |
312 "goma", | 314 "goma", |
313 "--goma-jsonstatus", | 315 "--goma-jsonstatus", |
314 "/path/to/tmp/json", | 316 "/path/to/tmp/json", |
315 "--goma-service-account-json-file", | 317 "--goma-service-account-json-file", |
316 "/creds/service_accounts/service-account-goma-client.json", | 318 "/creds/service_accounts/service-account-goma-client.json", |
317 "--goma-dir", | 319 "--goma-dir", |
318 "[CACHE]/cipd/goma", | 320 "[CACHE]/cipd/goma", |
319 "--ninja-ensure-up-to-date", | 321 "--ninja-ensure-up-to-date", |
320 "--", | 322 "--", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 "~followup_annotations": [ | 420 "~followup_annotations": [ |
419 "@@@STEP_TEXT@Linux Tests@@@" | 421 "@@@STEP_TEXT@Linux Tests@@@" |
420 ] | 422 ] |
421 }, | 423 }, |
422 { | 424 { |
423 "name": "$result", | 425 "name": "$result", |
424 "recipe_result": null, | 426 "recipe_result": null, |
425 "status_code": 0 | 427 "status_code": 0 |
426 } | 428 } |
427 ] | 429 ] |
OLD | NEW |