| 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 "mac_blink_rel", | 10 "mac_blink_rel", |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "--src-dir", | 367 "--src-dir", |
| 368 "[SLAVE_BUILD]/src", | 368 "[SLAVE_BUILD]/src", |
| 369 "--goma-cache-dir", | 369 "--goma-cache-dir", |
| 370 "[GOMA_CACHE]", | 370 "[GOMA_CACHE]", |
| 371 "--build-tool", | 371 "--build-tool", |
| 372 "ninja", | 372 "ninja", |
| 373 "--compiler", | 373 "--compiler", |
| 374 "goma-clang", | 374 "goma-clang", |
| 375 "--goma-jsonstatus", | 375 "--goma-jsonstatus", |
| 376 "/path/to/tmp/json", | 376 "/path/to/tmp/json", |
| 377 "--goma-service-account-json-file", |
| 378 "/creds/service_accounts/service-account-goma-client.json", |
| 377 "--goma-dir", | 379 "--goma-dir", |
| 378 "[CACHE]/cipd/goma", | 380 "[CACHE]/cipd/goma", |
| 379 "--goma-fail-fast", | 381 "--goma-fail-fast", |
| 380 "--goma-disable-local-fallback", | 382 "--goma-disable-local-fallback", |
| 381 "--", | 383 "--", |
| 382 "blink_tests" | 384 "blink_tests" |
| 383 ], | 385 ], |
| 384 "cwd": "[SLAVE_BUILD]", | 386 "cwd": "[SLAVE_BUILD]", |
| 385 "name": "compile (with patch)", | 387 "name": "compile (with patch)", |
| 386 "~followup_annotations": [ | 388 "~followup_annotations": [ |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", | 461 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", |
| 460 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_rel/571/layout-test-results.zip@@@" | 462 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_rel/571/layout-test-results.zip@@@" |
| 461 ] | 463 ] |
| 462 }, | 464 }, |
| 463 { | 465 { |
| 464 "name": "$result", | 466 "name": "$result", |
| 465 "recipe_result": null, | 467 "recipe_result": null, |
| 466 "status_code": 0 | 468 "status_code": 0 |
| 467 } | 469 } |
| 468 ] | 470 ] |
| OLD | NEW |