| 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_variable", | 10 "linux_variable", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 { | 160 { |
| 161 "cmd": [ | 161 "cmd": [ |
| 162 "python", | 162 "python", |
| 163 "-u", | 163 "-u", |
| 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 165 "--version" | 165 "--version" |
| 166 ], | 166 ], |
| 167 "name": "swarming.py --version", | 167 "name": "swarming.py --version", |
| 168 "stdout": "/path/to/tmp/", | 168 "stdout": "/path/to/tmp/", |
| 169 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 170 "@@@STEP_TEXT@0.8.6@@@" | 170 "@@@STEP_TEXT@0.4.10@@@" |
| 171 ] | 171 ] |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "cmd": [ | 174 "cmd": [ |
| 175 "python", | 175 "python", |
| 176 "-u", | 176 "-u", |
| 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 178 "runhooks" | 178 "runhooks" |
| 179 ], | 179 ], |
| 180 "cwd": "[SLAVE_BUILD]/src", | 180 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 "@@@STEP_LOG_END@report@@@", | 536 "@@@STEP_LOG_END@report@@@", |
| 537 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"skipped\"}}@@@" | 537 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"skipped\"}}@@@" |
| 538 ] | 538 ] |
| 539 }, | 539 }, |
| 540 { | 540 { |
| 541 "name": "$result", | 541 "name": "$result", |
| 542 "recipe_result": null, | 542 "recipe_result": null, |
| 543 "status_code": 0 | 543 "status_code": 0 |
| 544 } | 544 } |
| 545 ] | 545 ] |
| OLD | NEW |