| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "--gsutil-py-path", | 266 "--gsutil-py-path", |
| 267 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 267 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 268 "--ninja-path", | 268 "--ninja-path", |
| 269 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 269 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 270 "--target", | 270 "--target", |
| 271 "Release", | 271 "Release", |
| 272 "--src-dir", | 272 "--src-dir", |
| 273 "[SLAVE_BUILD]/src", | 273 "[SLAVE_BUILD]/src", |
| 274 "--goma-cache-dir", | 274 "--goma-cache-dir", |
| 275 "[GOMA_CACHE]", | 275 "[GOMA_CACHE]", |
| 276 "--build-tool", | |
| 277 "ninja", | |
| 278 "--compiler", | 276 "--compiler", |
| 279 "goma", | 277 "goma", |
| 280 "--goma-jsonstatus", | 278 "--goma-jsonstatus", |
| 281 "/path/to/tmp/json", | 279 "/path/to/tmp/json", |
| 282 "--goma-service-account-json-file", | 280 "--goma-service-account-json-file", |
| 283 "/creds/service_accounts/service-account-goma-client.json", | 281 "/creds/service_accounts/service-account-goma-client.json", |
| 284 "--goma-dir", | 282 "--goma-dir", |
| 285 "[CACHE]/cipd/goma", | 283 "[CACHE]/cipd/goma", |
| 286 "--ninja-ensure-up-to-date", | 284 "--ninja-ensure-up-to-date", |
| 287 "--", | 285 "--", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 364 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
| 367 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 365 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 368 ] | 366 ] |
| 369 }, | 367 }, |
| 370 { | 368 { |
| 371 "name": "$result", | 369 "name": "$result", |
| 372 "recipe_result": null, | 370 "recipe_result": null, |
| 373 "status_code": 0 | 371 "status_code": 0 |
| 374 } | 372 } |
| 375 ] | 373 ] |
| OLD | NEW |