| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_blink_rel", | 10 "mac_blink_rel", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 { | 172 { |
| 173 "cmd": [ | 173 "cmd": [ |
| 174 "python", | 174 "python", |
| 175 "-u", | 175 "-u", |
| 176 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 176 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 177 "--version" | 177 "--version" |
| 178 ], | 178 ], |
| 179 "name": "swarming.py --version", | 179 "name": "swarming.py --version", |
| 180 "stdout": "/path/to/tmp/", | 180 "stdout": "/path/to/tmp/", |
| 181 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 182 "@@@STEP_TEXT@0.8.6@@@" | 182 "@@@STEP_TEXT@0.4.10@@@" |
| 183 ] | 183 ] |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "cmd": [ | 186 "cmd": [ |
| 187 "python", | 187 "python", |
| 188 "-u", | 188 "-u", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 190 "runhooks" | 190 "runhooks" |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]/src", | 192 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "import sys; sys.exit(0)" | 321 "import sys; sys.exit(0)" |
| 322 ], | 322 ], |
| 323 "name": "mark: before_tests" | 323 "name": "mark: before_tests" |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 "name": "$result", | 326 "name": "$result", |
| 327 "recipe_result": null, | 327 "recipe_result": null, |
| 328 "status_code": 0 | 328 "status_code": 0 |
| 329 } | 329 } |
| 330 ] | 330 ] |
| OLD | NEW |