| 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.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_x64_rel", | 10 "win_x64_rel", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 ] | 49 ] |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "cmd": [], | 52 "cmd": [], |
| 53 "name": "ensure_goma" | 53 "name": "ensure_goma" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "cmd": [ | 56 "cmd": [ |
| 57 "python", | 57 "python", |
| 58 "-u", | 58 "-u", |
| 59 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 59 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 60 "--platform", | 60 "--platform", |
| 61 "windows-amd64", | 61 "windows-amd64", |
| 62 "--dest-directory", | 62 "--dest-directory", |
| 63 "[SLAVE_BUILD]\\cipd", | 63 "[SLAVE_BUILD]\\cipd", |
| 64 "--json-output", | 64 "--json-output", |
| 65 "/path/to/tmp/json" | 65 "/path/to/tmp/json" |
| 66 ], | 66 ], |
| 67 "name": "ensure_goma.install cipd", | 67 "name": "ensure_goma.install cipd", |
| 68 "~followup_annotations": [ | 68 "~followup_annotations": [ |
| 69 "@@@STEP_NEST_LEVEL@1@@@", | 69 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "libyuv_unittest.exe" | 174 "libyuv_unittest.exe" |
| 175 ], | 175 ], |
| 176 "name": "libyuv_unittest" | 176 "name": "libyuv_unittest" |
| 177 }, | 177 }, |
| 178 { | 178 { |
| 179 "name": "$result", | 179 "name": "$result", |
| 180 "recipe_result": null, | 180 "recipe_result": null, |
| 181 "status_code": 0 | 181 "status_code": 0 |
| 182 } | 182 } |
| 183 ] | 183 ] |
| OLD | NEW |