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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 "--src-dir", | 271 "--src-dir", |
272 "[SLAVE_BUILD]/src", | 272 "[SLAVE_BUILD]/src", |
273 "--goma-cache-dir", | 273 "--goma-cache-dir", |
274 "[GOMA_CACHE]", | 274 "[GOMA_CACHE]", |
275 "--buildbot-buildername", | 275 "--buildbot-buildername", |
276 "WebKit Linux Precise", | 276 "WebKit Linux Precise", |
277 "--buildbot-mastername", | 277 "--buildbot-mastername", |
278 "chromium.webkit", | 278 "chromium.webkit", |
279 "--buildbot-slavename", | 279 "--buildbot-slavename", |
280 "TestSlavename", | 280 "TestSlavename", |
| 281 "--goma-deps-cache-file", |
| 282 "WebKit_Linux_Precise.gomadeps", |
281 "--compiler", | 283 "--compiler", |
282 "goma", | 284 "goma", |
283 "--goma-jsonstatus", | 285 "--goma-jsonstatus", |
284 "/path/to/tmp/json", | 286 "/path/to/tmp/json", |
285 "--goma-service-account-json-file", | 287 "--goma-service-account-json-file", |
286 "/creds/service_accounts/service-account-goma-client.json", | 288 "/creds/service_accounts/service-account-goma-client.json", |
287 "--goma-dir", | 289 "--goma-dir", |
288 "[CACHE]/cipd/goma", | 290 "[CACHE]/cipd/goma", |
289 "--ninja-ensure-up-to-date", | 291 "--ninja-ensure-up-to-date", |
290 "--", | 292 "--", |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Precise/571/layout-test-results/results.html@@
@", | 370 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Precise/571/layout-test-results/results.html@@
@", |
369 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Precise/571/layout-test-results.zip@@@" | 371 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Precise/571/layout-test-results.zip@@@" |
370 ] | 372 ] |
371 }, | 373 }, |
372 { | 374 { |
373 "name": "$result", | 375 "name": "$result", |
374 "recipe_result": null, | 376 "recipe_result": null, |
375 "status_code": 0 | 377 "status_code": 0 |
376 } | 378 } |
377 ] | 379 ] |
OLD | NEW |