| 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 "tryserver.blink", | 322 "tryserver.blink", |
| 323 "-b", | 323 "-b", |
| 324 "linux_blink_dbg", | 324 "linux_blink_dbg", |
| 325 "--config-file", | 325 "--config-file", |
| 326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 327 "--goma-dir", | 327 "--goma-dir", |
| 328 "[CACHE]/cipd/goma", | 328 "[CACHE]/cipd/goma", |
| 329 "//out/Debug" | 329 "//out/Debug" |
| 330 ], | 330 ], |
| 331 "cwd": "[SLAVE_BUILD]", | 331 "cwd": "[SLAVE_BUILD]", |
| 332 "env": { |
| 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 334 }, |
| 332 "name": "generate_build_files (with patch)" | 335 "name": "generate_build_files (with patch)" |
| 333 }, | 336 }, |
| 334 { | 337 { |
| 335 "cmd": [ | 338 "cmd": [ |
| 336 "python", | 339 "python", |
| 337 "-u", | 340 "-u", |
| 338 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 341 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 339 "--show-path", | 342 "--show-path", |
| 340 "python", | 343 "python", |
| 341 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 344 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", | 449 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", |
| 447 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" | 450 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" |
| 448 ] | 451 ] |
| 449 }, | 452 }, |
| 450 { | 453 { |
| 451 "name": "$result", | 454 "name": "$result", |
| 452 "recipe_result": null, | 455 "recipe_result": null, |
| 453 "status_code": 0 | 456 "status_code": 0 |
| 454 } | 457 } |
| 455 ] | 458 ] |
| OLD | NEW |