| 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 "name": "generate_build_files (with patch)" | 347 "name": "generate_build_files (with patch)" |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 "cmd": [ | 350 "cmd": [ |
| 351 "python", | 351 "python", |
| 352 "-u", | 352 "-u", |
| 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 354 "--show-path", | 354 "--show-path", |
| 355 "python", | 355 "python", |
| 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 357 "--gsutil-py-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 357 "--ninja-path", | 359 "--ninja-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 360 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 359 "--target", | 361 "--target", |
| 360 "Debug", | 362 "Debug", |
| 361 "--src-dir", | 363 "--src-dir", |
| 362 "[SLAVE_BUILD]/src", | 364 "[SLAVE_BUILD]/src", |
| 363 "--goma-cache-dir", | 365 "--goma-cache-dir", |
| 364 "[GOMA_CACHE]", | 366 "[GOMA_CACHE]", |
| 365 "--build-tool", | 367 "--build-tool", |
| 366 "ninja", | 368 "ninja", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", | 456 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", |
| 455 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" | 457 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" |
| 456 ] | 458 ] |
| 457 }, | 459 }, |
| 458 { | 460 { |
| 459 "name": "$result", | 461 "name": "$result", |
| 460 "recipe_result": null, | 462 "recipe_result": null, |
| 461 "status_code": 0 | 463 "status_code": 0 |
| 462 } | 464 } |
| 463 ] | 465 ] |
| OLD | NEW |