| 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 "tryserver.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_dbg", | 10 "linux_blink_dbg", |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "--src-dir", | 347 "--src-dir", |
| 348 "[SLAVE_BUILD]/src", | 348 "[SLAVE_BUILD]/src", |
| 349 "--goma-cache-dir", | 349 "--goma-cache-dir", |
| 350 "[GOMA_CACHE]", | 350 "[GOMA_CACHE]", |
| 351 "--build-tool", | 351 "--build-tool", |
| 352 "ninja", | 352 "ninja", |
| 353 "--compiler", | 353 "--compiler", |
| 354 "goma", | 354 "goma", |
| 355 "--goma-jsonstatus", | 355 "--goma-jsonstatus", |
| 356 "/path/to/tmp/json", | 356 "/path/to/tmp/json", |
| 357 "--goma-service-account-json-file", | |
| 358 "/creds/service_accounts/service-account-goma-client.json", | |
| 359 "--goma-dir", | 357 "--goma-dir", |
| 360 "[CACHE]/cipd/goma", | 358 "[CACHE]/cipd/goma", |
| 361 "--goma-fail-fast", | 359 "--goma-fail-fast", |
| 362 "--goma-disable-local-fallback", | 360 "--goma-disable-local-fallback", |
| 363 "--", | 361 "--", |
| 364 "blink_tests" | 362 "blink_tests" |
| 365 ], | 363 ], |
| 366 "cwd": "[SLAVE_BUILD]", | 364 "cwd": "[SLAVE_BUILD]", |
| 367 "name": "compile (with patch)", | 365 "name": "compile (with patch)", |
| 368 "~followup_annotations": [ | 366 "~followup_annotations": [ |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", | 440 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", |
| 443 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" | 441 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" |
| 444 ] | 442 ] |
| 445 }, | 443 }, |
| 446 { | 444 { |
| 447 "name": "$result", | 445 "name": "$result", |
| 448 "recipe_result": null, | 446 "recipe_result": null, |
| 449 "status_code": 0 | 447 "status_code": 0 |
| 450 } | 448 } |
| 451 ] | 449 ] |
| OLD | NEW |