| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 { | 183 { |
| 184 "cmd": [ | 184 "cmd": [ |
| 185 "python", | 185 "python", |
| 186 "-u", | 186 "-u", |
| 187 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 187 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 188 "--version" | 188 "--version" |
| 189 ], | 189 ], |
| 190 "name": "swarming.py --version", | 190 "name": "swarming.py --version", |
| 191 "stdout": "/path/to/tmp/", | 191 "stdout": "/path/to/tmp/", |
| 192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 193 "@@@STEP_TEXT@0.8.6@@@" | 193 "@@@STEP_TEXT@0.4.10@@@" |
| 194 ] | 194 ] |
| 195 }, | 195 }, |
| 196 { | 196 { |
| 197 "cmd": [ | 197 "cmd": [ |
| 198 "python", | 198 "python", |
| 199 "-u", | 199 "-u", |
| 200 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 200 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 201 "runhooks" | 201 "runhooks" |
| 202 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]/src", | 203 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 472 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 473 "@@@STEP_LOG_END@python.inline@@@" | 473 "@@@STEP_LOG_END@python.inline@@@" |
| 474 ] | 474 ] |
| 475 }, | 475 }, |
| 476 { | 476 { |
| 477 "name": "$result", | 477 "name": "$result", |
| 478 "recipe_result": null, | 478 "recipe_result": null, |
| 479 "status_code": 0 | 479 "status_code": 0 |
| 480 } | 480 } |
| 481 ] | 481 ] |
| OLD | NEW |