| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Browser Side Navigation Linux", | 10 "Browser Side Navigation Linux", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "name": "cleanup_temp" | 235 "name": "cleanup_temp" |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "cmd": [ | 238 "cmd": [ |
| 239 "python", | 239 "python", |
| 240 "-u", | 240 "-u", |
| 241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 242 "--show-path", | 242 "--show-path", |
| 243 "python", | 243 "python", |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 245 "--gsutil-py-path", |
| 246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 245 "--ninja-path", | 247 "--ninja-path", |
| 246 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 247 "--target", | 249 "--target", |
| 248 "Release", | 250 "Release", |
| 249 "--src-dir", | 251 "--src-dir", |
| 250 "[SLAVE_BUILD]/src", | 252 "[SLAVE_BUILD]/src", |
| 251 "--goma-cache-dir", | 253 "--goma-cache-dir", |
| 252 "[GOMA_CACHE]", | 254 "[GOMA_CACHE]", |
| 253 "--build-tool", | 255 "--build-tool", |
| 254 "ninja", | 256 "ninja", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul
ts.html@@@", | 336 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul
ts.html@@@", |
| 335 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@" | 337 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@" |
| 336 ] | 338 ] |
| 337 }, | 339 }, |
| 338 { | 340 { |
| 339 "name": "$result", | 341 "name": "$result", |
| 340 "recipe_result": null, | 342 "recipe_result": null, |
| 341 "status_code": 0 | 343 "status_code": 0 |
| 342 } | 344 } |
| 343 ] | 345 ] |
| OLD | NEW |