| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", | 166 "python", |
| 167 "-u", | 167 "-u", |
| 168 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 168 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 169 "--version" | 169 "--version" |
| 170 ], | 170 ], |
| 171 "name": "swarming.py --version", | 171 "name": "swarming.py --version", |
| 172 "stdout": "/path/to/tmp/", | 172 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@0.8.6@@@" | 174 "@@@STEP_TEXT@0.4.10@@@" |
| 175 ] | 175 ] |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "cmd": [ | 178 "cmd": [ |
| 179 "python", | 179 "python", |
| 180 "-u", | 180 "-u", |
| 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 182 "runhooks" | 182 "runhooks" |
| 183 ], | 183 ], |
| 184 "cwd": "[SLAVE_BUILD]/src", | 184 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", | 414 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", |
| 415 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" | 415 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" |
| 416 ] | 416 ] |
| 417 }, | 417 }, |
| 418 { | 418 { |
| 419 "name": "$result", | 419 "name": "$result", |
| 420 "recipe_result": null, | 420 "recipe_result": null, |
| 421 "status_code": 0 | 421 "status_code": 0 |
| 422 } | 422 } |
| 423 ] | 423 ] |
| OLD | NEW |