| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 { | 166 { |
| 167 "cmd": [ | 167 "cmd": [ |
| 168 "python", | 168 "python", |
| 169 "-u", | 169 "-u", |
| 170 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 170 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 171 "--version" | 171 "--version" |
| 172 ], | 172 ], |
| 173 "name": "swarming.py --version", | 173 "name": "swarming.py --version", |
| 174 "stdout": "/path/to/tmp/", | 174 "stdout": "/path/to/tmp/", |
| 175 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 176 "@@@STEP_TEXT@0.8.6@@@" | 176 "@@@STEP_TEXT@0.4.10@@@" |
| 177 ] | 177 ] |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "cmd": [ | 180 "cmd": [ |
| 181 "python", | 181 "python", |
| 182 "-u", | 182 "-u", |
| 183 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 184 "runhooks" | 184 "runhooks" |
| 185 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]/src", | 186 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "@@@STEP_FAILURE@@@", | 672 "@@@STEP_FAILURE@@@", |
| 673 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 673 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 674 ] | 674 ] |
| 675 }, | 675 }, |
| 676 { | 676 { |
| 677 "name": "$result", | 677 "name": "$result", |
| 678 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 678 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 679 "status_code": 1 | 679 "status_code": 1 |
| 680 } | 680 } |
| 681 ] | 681 ] |
| OLD | NEW |