| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Precise/571/layout-test-results.zip@@@" | 373 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Precise/571/layout-test-results.zip@@@" |
| 372 ] | 374 ] |
| 373 }, | 375 }, |
| 374 { | 376 { |
| 375 "name": "$result", | 377 "name": "$result", |
| 376 "reason": "1 tests failed: ['webkit_tests']", | 378 "reason": "1 tests failed: ['webkit_tests']", |
| 377 "recipe_result": null, | 379 "recipe_result": null, |
| 378 "status_code": 1 | 380 "status_code": 1 |
| 379 } | 381 } |
| 380 ] | 382 ] |
| OLD | NEW |