| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Mac10.9", | 10 "WebKit Mac10.9", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 ] | 219 ] |
| 220 }, | 220 }, |
| 221 { | 221 { |
| 222 "cmd": [ | 222 "cmd": [ |
| 223 "python", | 223 "python", |
| 224 "-u", | 224 "-u", |
| 225 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 225 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 226 "--show-path", | 226 "--show-path", |
| 227 "python", | 227 "python", |
| 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 229 "--gsutil-py-path", |
| 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 229 "--ninja-path", | 231 "--ninja-path", |
| 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 231 "--target", | 233 "--target", |
| 232 "Release", | 234 "Release", |
| 233 "--src-dir", | 235 "--src-dir", |
| 234 "[SLAVE_BUILD]/src", | 236 "[SLAVE_BUILD]/src", |
| 235 "--goma-cache-dir", | 237 "--goma-cache-dir", |
| 236 "[GOMA_CACHE]", | 238 "[GOMA_CACHE]", |
| 237 "--build-tool", | 239 "--build-tool", |
| 238 "ninja", | 240 "ninja", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", | 343 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", |
| 342 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" | 344 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" |
| 343 ] | 345 ] |
| 344 }, | 346 }, |
| 345 { | 347 { |
| 346 "name": "$result", | 348 "name": "$result", |
| 347 "recipe_result": null, | 349 "recipe_result": null, |
| 348 "status_code": 0 | 350 "status_code": 0 |
| 349 } | 351 } |
| 350 ] | 352 ] |
| OLD | NEW |