| 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 "--master", | 7 "--master", |
| 8 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux", | 10 "WebKit Linux", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "--gsutil-py-path", | 273 "--gsutil-py-path", |
| 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 275 "--ninja-path", | 275 "--ninja-path", |
| 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 277 "--target", | 277 "--target", |
| 278 "Release", | 278 "Release", |
| 279 "--src-dir", | 279 "--src-dir", |
| 280 "[SLAVE_BUILD]/src", | 280 "[SLAVE_BUILD]/src", |
| 281 "--goma-cache-dir", | 281 "--goma-cache-dir", |
| 282 "[GOMA_CACHE]", | 282 "[GOMA_CACHE]", |
| 283 "--buildbot-buildername", | |
| 284 "WebKit Linux", | |
| 285 "--buildbot-mastername", | |
| 286 "chromium.webkit", | |
| 287 "--buildbot-slavename", | |
| 288 "TestSlavename", | |
| 289 "--compiler", | 283 "--compiler", |
| 290 "goma", | 284 "goma", |
| 291 "--goma-jsonstatus", | 285 "--goma-jsonstatus", |
| 292 "/path/to/tmp/json", | 286 "/path/to/tmp/json", |
| 293 "--goma-service-account-json-file", | 287 "--goma-service-account-json-file", |
| 294 "/creds/service_accounts/service-account-goma-client.json", | 288 "/creds/service_accounts/service-account-goma-client.json", |
| 295 "--goma-dir", | 289 "--goma-dir", |
| 296 "[CACHE]/cipd/goma", | 290 "[CACHE]/cipd/goma", |
| 297 "--ninja-ensure-up-to-date", | 291 "--ninja-ensure-up-to-date", |
| 298 "--", | 292 "--", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 373 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 380 ] | 374 ] |
| 381 }, | 375 }, |
| 382 { | 376 { |
| 383 "name": "$result", | 377 "name": "$result", |
| 384 "reason": "1 tests failed: ['webkit_tests']", | 378 "reason": "1 tests failed: ['webkit_tests']", |
| 385 "recipe_result": null, | 379 "recipe_result": null, |
| 386 "status_code": 1 | 380 "status_code": 1 |
| 387 } | 381 } |
| 388 ] | 382 ] |
| OLD | NEW |