| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 276 "--build-tool", |
| 277 "ninja", | 277 "ninja", |
| 278 "--compiler", | 278 "--compiler", |
| 279 "goma", | 279 "goma", |
| 280 "--goma-jsonstatus", | 280 "--goma-jsonstatus", |
| 281 "/path/to/tmp/json", | 281 "/path/to/tmp/json", |
| 282 "--goma-service-account-json-file", |
| 283 "/creds/service_accounts/service-account-goma-client.json", |
| 282 "--goma-dir", | 284 "--goma-dir", |
| 283 "[CACHE]/cipd/goma", | 285 "[CACHE]/cipd/goma", |
| 284 "--ninja-ensure-up-to-date", | 286 "--ninja-ensure-up-to-date", |
| 285 "--", | 287 "--", |
| 286 "blink_tests" | 288 "blink_tests" |
| 287 ], | 289 ], |
| 288 "cwd": "[SLAVE_BUILD]", | 290 "cwd": "[SLAVE_BUILD]", |
| 289 "name": "compile", | 291 "name": "compile", |
| 290 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 357 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
| 356 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 358 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 357 ] | 359 ] |
| 358 }, | 360 }, |
| 359 { | 361 { |
| 360 "name": "$result", | 362 "name": "$result", |
| 361 "recipe_result": null, | 363 "recipe_result": null, |
| 362 "status_code": 0 | 364 "status_code": 0 |
| 363 } | 365 } |
| 364 ] | 366 ] |
| OLD | NEW |